diff --git a/src/app/page.tsx b/src/app/page.tsx index 45ab2f9..2856c89 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -56,7 +56,8 @@ export default function LandingPage() { }, { name: "FAQ", id: "#faq" - },\n { + }, + { name: "Contact", id: "#contact" } ]}