Update src/app/page.tsx

This commit is contained in:
2025-12-12 11:14:44 +00:00
parent a7047eafdd
commit 6abb429ed2

View File

@@ -35,7 +35,7 @@ export default function LandingPage() {
{ name: "About", id: "about" },
{ name: "Menu", id: "features" },
{ name: "Team", id: "team" },
{ name: "Contacts", id: "contact" }
{ name: "Contact", id: "contact" }
]}
/>
</div>