diff --git a/src/app/page.tsx b/src/app/page.tsx index 34f705e..2f1283d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,41 +33,28 @@ export default function LandingPage() {
@@ -411,50 +257,31 @@ export default function LandingPage() { logoText="La Nieve Pizzeria" columns={[ { - title: "Menu", - items: [ + title: "Menu", items: [ { - label: "Pizzas", - href: "#products", - }, + label: "Pizzas", href: "#products"}, { - label: "Empanadas", - href: "#products", - }, + label: "Empanadas", href: "#products"}, { - label: "Family Packs", - href: "#pricing", - }, + label: "Family Packs", href: "#pricing"}, ], }, { - title: "About Us", - items: [ + title: "About Us", items: [ { - label: "Our Story", - href: "#about", - }, + label: "Our Story", href: "#about"}, { - label: "Reviews", - href: "#testimonials", - }, + label: "Reviews", href: "#testimonials"}, ], }, { - title: "Support", - items: [ + title: "Support", items: [ { - label: "FAQ", - href: "#faq", - }, + label: "FAQ", href: "#faq"}, { - label: "Contact Us", - href: "#contact", - }, + label: "Contact Us", href: "#contact"}, { - label: "Privacy Policy", - href: "#", - }, + label: "Privacy Policy", href: "#"}, ], }, ]}