diff --git a/src/app/page.tsx b/src/app/page.tsx index 55db959..f04001d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -78,6 +78,7 @@ export default function LandingPage() { imageAlt="Welcoming diner interior" mediaAnimation="slide-up" metricsAnimation="slide-up" + useInvertedBackground={false} /> @@ -95,6 +96,7 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" animationType="slide-up" textboxLayout="default" + useInvertedBackground={false} /> @@ -109,6 +111,7 @@ export default function LandingPage() { { tag: "Speed", title: "Fast Service", subtitle: "Quick Turnaround", description: "We respect your time and serve your hot meals with efficiency and care.", imageSrc: "http://img.b2bpic.net/free-photo/hand-holding-dish_23-2147680624.jpg" } ]} textboxLayout="default" + useInvertedBackground={false} /> @@ -124,6 +127,7 @@ export default function LandingPage() { gridVariant="two-columns-alternating-heights" animationType="slide-up" textboxLayout="default" + useInvertedBackground={false} /> @@ -138,6 +142,7 @@ export default function LandingPage() { ]} animationType="slide-up" textboxLayout="default" + useInvertedBackground={false} /> @@ -153,6 +158,7 @@ export default function LandingPage() { imageSrc="http://img.b2bpic.net/free-photo/pouring-hot-coffee-drink_53876-30609.jpg" faqsAnimation="slide-up" textboxLayout="default" + useInvertedBackground={false} /> @@ -163,6 +169,7 @@ export default function LandingPage() { description="We'd love to serve you! Stop by for a classic meal or call us for any questions." tagIcon={MapPin} background={{ variant: "sparkles-gradient" }} + useInvertedBackground={false} />