From 5916be0ee60f78309d8c6105b4b392524c850c06 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 03:53:03 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 946866d..d9f538c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -57,7 +57,6 @@ export default function MiPueblito() { imageSrc="http://img.b2bpic.net/free-photo/top-view-tortillas-with-meat-vegetables_23-2148614366.jpg" imageAlt="Sizzling street tacos on hot grill" mediaAnimation="blur-reveal" - useInvertedBackground={false} /> @@ -82,7 +81,6 @@ export default function MiPueblito() { gridVariant="uniform-all-items-equal" animationType="slide-up" textboxLayout="default" - useInvertedBackground={false} /> @@ -136,16 +134,13 @@ export default function MiPueblito() { description="Perfect for parties, job sites, family gatherings, and corporate events. We deliver fresh tacos and keep them hot!" features={[ { - id: "parties", label: "Parties", title: "Family Celebrations", items: ["Fresh tacos delivered", "All toppings included", "Flexible quantities", "Same-day available"], - buttons: [{ text: "Request Catering", href: "#contact" }] + id: "parties", label: "Parties", title: "Family Celebrations", items: ["Fresh tacos delivered", "All toppings included", "Flexible quantities", "Same-day available"], buttons: [{ text: "Request Catering", href: "#contact" }] }, { - id: "jobsites", label: "Job Sites", title: "Crew Meals", items: ["Bulk quantities ready", "Hot and fresh arrival", "Early morning available", "Quick service"], - buttons: [{ text: "Request Catering", href: "#contact" }] + id: "jobsites", label: "Job Sites", title: "Crew Meals", items: ["Bulk quantities ready", "Hot and fresh arrival", "Early morning available", "Quick service"], buttons: [{ text: "Request Catering", href: "#contact" }] }, { - id: "corporate", label: "Corporate", title: "Team Events", items: ["Professional setup", "Custom menu options", "Large group discounts", "Reliable delivery"], - buttons: [{ text: "Request Catering", href: "#contact" }] + id: "corporate", label: "Corporate", title: "Team Events", items: ["Professional setup", "Custom menu options", "Large group discounts", "Reliable delivery"], buttons: [{ text: "Request Catering", href: "#contact" }] } ]} animationType="slide-up" -- 2.49.1