diff --git a/src/app/page.tsx b/src/app/page.tsx index 42ff9c0..c8246ca 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,14 +29,10 @@ export default function LandingPage() { @@ -153,22 +124,8 @@ export default function LandingPage() { columns={[ { items: [ - { - label: "Home", href: "#"}, - { - label: "Menu", href: "#"}, - { - label: "About", href: "#"}, - ], - }, - { - items: [ - { - label: "Directions", href: "#"}, - { - label: "Contact", href: "#"}, - { - label: "Privacy", href: "#"}, + { label: "Home", href: "/" }, + { label: "Contact", href: "#contact" }, ], }, ]} @@ -178,4 +135,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file