From 7efb7c710de4598417d3334a3590649c075a13b8 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 10 Jun 2026 21:54:43 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 322 +++++++++-------------------------------------- 1 file changed, 61 insertions(+), 261 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a9ff7c8..04e02ed 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,25 +32,15 @@ export default function LandingPage() { @@ -417,58 +240,35 @@ export default function LandingPage() { logoText="Sergios Tacos" columns={[ { - title: "Quick Links", - items: [ + title: "Quick Links", items: [ { - label: "Home", - href: "#home", - }, + label: "Home", href: "#home"}, { - label: "Menu", - href: "#menu", - }, + label: "Menu", href: "#menu"}, { - label: "About Us", - href: "#about", - }, + label: "About Us", href: "#about"}, { - label: "Reviews", - href: "#reviews", - }, + label: "Reviews", href: "#reviews"}, ], }, { - title: "Connect", - items: [ + title: "Connect", items: [ { - label: "Instagram", - href: "#", - }, + label: "Instagram", href: "#"}, { - label: "Facebook", - href: "#", - }, + label: "Facebook", href: "#"}, { - label: "Contact Us", - href: "#contact", - }, + label: "Contact Us", href: "#contact"}, ], }, { - title: "Location", - items: [ + title: "Location", items: [ { - label: "123 Taco St, Montebello, CA 90640", - href: "https://www.google.com/maps/search/Sergios+Tacos+Montebello", - }, + label: "123 Taco St, Montebello, CA 90640", href: "https://www.google.com/maps/search/Sergios+Tacos+Montebello"}, { - label: "Monday - Saturday: 11 AM - 9 PM", - href: "#", - }, + label: "Monday - Saturday: 11 AM - 9 PM", href: "#"}, { - label: "Sunday: 12 PM - 8 PM", - href: "#", - }, + label: "Sunday: 12 PM - 8 PM", href: "#"}, ], }, ]}