diff --git a/src/app/page.tsx b/src/app/page.tsx index b40d7e3..9a07dc1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -35,7 +35,7 @@ export default function HomePage() { { name: "Projects", id: "/projects" }, { name: "Testimonials", id: "/testimonials" }, { name: "FAQ", id: "/faq" }, - { name: "Contact", id: "/contact" }, + { name: "Contact", id: "/contact" } ]} /> @@ -44,7 +44,7 @@ export default function HomePage() {