Update src/app/page.tsx

This commit is contained in:
2025-12-12 10:52:16 +00:00
parent d037376fed
commit a7047eafdd

View File

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