From dacb8aaae5b8932e8f0d6a238c237fe4859935bb Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 23:48:56 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index de16630..dfd972c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -73,6 +73,7 @@ export default function LandingPage() { gridVariant="asymmetric-60-wide-40-narrow" animationType="slide-up" textboxLayout="split" + useInvertedBackground={false} products={[ { id: "1", name: "Rich Chocolate", price: "$4.50", imageSrc: "http://img.b2bpic.net/free-photo/dessert-flat-lay-with-ice-cream-funfetti_53876-104494.jpg" }, { id: "2", name: "Fresh Strawberry", price: "$4.50", imageSrc: "http://img.b2bpic.net/free-photo/strawberry-ice-cream-with-orange_140725-7453.jpg" }, @@ -88,6 +89,7 @@ export default function LandingPage() { title="What Our Neighbors Say" description="We love serving the people of West Chicago." textboxLayout="split" + useInvertedBackground={false} testimonials={[ { id: "1", title: "Best in Town!", quote: "The absolute best ice cream in West Chicago! So fresh and creamy.", name: "Maria G.", role: "Local Resident" }, { id: "2", title: "Family Favorite", quote: "My kids ask to go to Nieves de Mayo every single weekend!", name: "David S.", role: "Regular Customer" }