From e20f4153fa896e03ef2f50cb3e4f748091f2e880 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 4 Jun 2026 18:01:04 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c8ed125..3f97e72 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -23,7 +23,7 @@ export default function LandingPage() { name: "About", id: "/#about" }, { - name: "Products", id: "/products" + name: "Menu", id: "/menu" }, { name: "Why Choose Us", id: "/#features" @@ -45,12 +45,12 @@ export default function LandingPage() { const footerColumns = [ { title: "Menu", items: [ - { label: "Huevos Rancheros", href: "/products" }, - { label: "Carne Asada Burrito", href: "/products" }, - { label: "Homemade Tortillas", href: "/products" }, - { label: "Sushi Platters", href: "/products" }, - { label: "Pancake Breakfast", href: "/products" }, - { label: "Nachos & Tacos", href: "/products" }, + { label: "Huevos Rancheros", href: "/menu" }, + { label: "Carne Asada Burrito", href: "/menu" }, + { label: "Homemade Tortillas", href: "/menu" }, + { label: "Sushi Platters", href: "/menu" }, + { label: "Pancake Breakfast", href: "/menu" }, + { label: "Nachos & Tacos", href: "/menu" }, { label: "Order Pickup", href: "/#contact" } ] }, @@ -101,7 +101,7 @@ export default function LandingPage() { description="A South Phoenix favorite serving homemade Mexican classics, breakfast favorites, fresh sushi creations, and unforgettable hospitality for over a decade." buttons={[ { - text: "View Menu", href: "/products"}, + text: "View Menu", href: "/menu"}, { text: "Order Pickup", href: "/#contact"}, ]} @@ -128,7 +128,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} title="★★★★★ 4.4 Stars • 255+ Reviews" - description={`"One of the best hidden food spots in South Phoenix." "Feels like eating your nana's cooking." "Best huevos rancheros I've ever had."`} + description={`"One of the best hidden food spots in South Phoenix." "Feels like eating your nana's cooking." "Best huevos rancheros I've ever had."}`} />