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"} ], }, ]}