feat(website): adjust page title

This commit is contained in:
Elian Doran
2025-09-27 13:55:04 +03:00
parent 5e07231d78
commit 4e4e65b462
5 changed files with 22 additions and 0 deletions

View File

@@ -3,8 +3,11 @@ import Card from '../../components/Card';
import Section from '../../components/Section';
import DownloadButton from '../../components/DownloadButton';
import "./index.css";
import { usePageTitle } from '../../hooks';
export function Home() {
usePageTitle("");
return (
<>
<HeroSection />