diff --git a/src/app/page.tsx b/src/app/page.tsx index 69bc6b7..7de522c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -62,6 +62,7 @@ export default function LandingPage() { animationType="slide-up" gridVariant="uniform-all-items-equal" textboxLayout="split" + useInvertedBackground={false} products={[ { id: "1", name: "Pizza Clásica", price: "$12.00", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-delicious-pizza-box_23-2149962671.jpg?_wi=1" }, { id: "2", name: "Pizza Especial", price: "$16.00", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-mushroom-pizza-with-cheese-olives-seasonings-dark-surface-pizza-meal-italian-food-dough-snack_140725-101761.jpg?_wi=1" }, @@ -78,6 +79,7 @@ export default function LandingPage() { { id: "1", name: "Juan Pérez", date: "2025-05-10", title: "Increíble sabor", quote: "La mejor pizza que he probado en Ciales, sin duda.", tag: "Cliente frecuente", avatarSrc: "" }, ]} textboxLayout="default" + useInvertedBackground={false} /> @@ -86,6 +88,7 @@ export default function LandingPage() { text="📍 Carr 149 km 12.1, Ciales | 📞 (787) 446-9254" background={{ variant: "gradient-bars" }} buttons={[{ text: "Llamar Ahora", href: "tel:+17874469254" }]} + useInvertedBackground={false} />