From c41e15d6cab67a63df9a7acf6a99297dfeba40ad Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 01:47:26 +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 bbb272a..b2ccbd2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -94,6 +94,7 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="split" showRating={true} + useInvertedBackground={false} title="Neighbors Love Our Flavors" description="Hear what our local community has to say about their favorite taco spot." testimonials={[ @@ -110,6 +111,7 @@ export default function LandingPage() { description="We take orders over the phone for pickup! Give us a call or stop by to place your order on-site." buttons={[{ text: "Call Us Now", href: "tel:+15551234567" }]} background={{ variant: "sparkles-gradient" }} + useInvertedBackground={false} /> -- 2.49.1