Update src/app/page.tsx

This commit is contained in:
2026-06-04 18:01:04 +00:00
parent 9bd6f61bfe
commit e20f4153fa

View File

@@ -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."}`}
/>
</div>