From 3549095926c64f3fe3515e0e50c525d2847e83a1 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 1 Apr 2026 11:52:21 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 99 ++++++++++++++---------------------------------- 1 file changed, 28 insertions(+), 71 deletions(-) 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 -- 2.49.1