From ca37b81443b046e1e8269025574c17386fece0eb Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 26 Apr 2026 05:03:34 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 188 +++++++---------------------------------------- 1 file changed, 26 insertions(+), 162 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 031d150..787afef 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,22 +29,10 @@ export default function LandingPage() { @@ -272,25 +146,15 @@ export default function LandingPage() { logoText="Ananya Rooftop" columns={[ { - title: "Menu", - items: [ + title: "Menu", items: [ { - label: "Pizza", - href: "#menu", - }, - { - label: "Pasta", - href: "#menu", - }, + label: "Pizza", href: "#menu"} ], }, { - title: "Location", - items: [ + title: "Location", items: [ { - label: "Find Us", - href: "#contact", - }, + label: "Find Us", href: "#contact"} ], }, ]} -- 2.49.1