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