From 190bc4f8de437966af80a92ab1cb29c90df608ef Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 4 Apr 2026 23:33:11 +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 c5756de..76f3652 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -69,6 +69,7 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="split" gridVariant="three-columns-all-equal-width" + useInvertedBackground={false} products={[ { id: "1", brand: "Signature", name: "Crawfish Boil", price: "$28", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/view-crawfish-plate_23-2150426224.jpg?_wi=1" }, { id: "2", brand: "Premium", name: "King Crab Platter", price: "$55", rating: 5, reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/top-view-crawfish-corn-still-life_23-2150470290.jpg?_wi=1" }, @@ -98,6 +99,7 @@ export default function LandingPage() { title="Plan Your Visit" description="Located in the heart of downtown. Open Daily 11 AM - 10 PM. Call us at (555) 123-4567 or visit us at 123 Bayou Way, New Orleans, LA." background={{ variant: "gradient-bars" }} + useInvertedBackground={false} buttonText="Get Directions" /> -- 2.49.1