diff --git a/src/app/page.tsx b/src/app/page.tsx index 0db5007..a8c14b5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,33 +32,19 @@ export default function LandingPage() { @@ -67,44 +53,23 @@ export default function LandingPage() {
@@ -364,54 +224,33 @@ export default function LandingPage() { logoText="Mister Jack" columns={[ { - title: "Menu", - items: [ + title: "Menu", items: [ { - label: "Burgers", - href: "#menu", - }, + label: "Burgers", href: "#menu"}, { - label: "Hot Dogs", - href: "#menu", - }, + label: "Hot Dogs", href: "#menu"}, { - label: "Sides", - href: "#menu", - }, + label: "Sides", href: "#menu"}, ], }, { - title: "About Us", - items: [ + title: "About Us", items: [ { - label: "Our Story", - href: "#about", - }, + label: "Our Story", href: "#about"}, { - label: "Why Jack", - href: "#features", - }, + label: "Why Jack", href: "#features"}, { - label: "Testimonials", - href: "#testimonials", - }, + label: "Testimonials", href: "#testimonials"}, ], }, { - title: "Support", - items: [ + title: "Support", items: [ { - label: "FAQ", - href: "#faq", - }, + label: "FAQ", href: "#faq"}, { - label: "Contact", - href: "#contact", - }, + label: "Contact", href: "#contact"}, { - label: "Privacy Policy", - href: "#", - }, + label: "Privacy Policy", href: "#"}, ], }, ]}