From d0214fd2e65ed49bdedec8a76d97700547bee302 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 15:48:38 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 55c4af7..5b9f255 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,6 +54,7 @@ export default function HomePage() { subdescription="Dedicated to quality since our inception." icon={Award} imageSrc="http://img.b2bpic.net/free-photo/female-cook-kitchen-cafe_1303-26161.jpg" + useInvertedBackground={false} />
@@ -64,6 +65,7 @@ export default function HomePage() { positiveCard={{ items: ["Cooked Fresh in small batches", "Generous, honest portions", "Friendly, welcoming service", "Locally sourced potatoes", "Family-owned values"] }} title="Our Standards" description="We prioritize quality over convenience, ensuring every plate served meets our high standards." + useInvertedBackground={true} />
@@ -78,6 +80,7 @@ export default function HomePage() { { id: "4", title: "Highly Recommend", quote: "Best around here, friendly staff and delicious food every time.", name: "David K.", role: "New Customer", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-posing_23-2148920100.jpg" }, { id: "5", title: "Simply Quality", quote: "Never disappointed, portions are generous and cooked to perfection.", name: "Jenny L.", role: "Local Resident", imageSrc: "http://img.b2bpic.net/free-photo/side-view-women-living-farmhouse_23-2150621704.jpg" } ]} + useInvertedBackground={false} />
@@ -87,6 +90,7 @@ export default function HomePage() { description="We accept cash payments to keep service fast and focused on quality. Visit us today to taste the difference." buttons={[{ text: "Get Directions", href: "#" }]} background={{ variant: "sparkles-gradient" }} + useInvertedBackground={true} />