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}
/>