diff --git a/src/app/page.tsx b/src/app/page.tsx index ae647b5..75d24b1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -102,6 +102,7 @@ export default function LandingPage() { description="Simple, flat-rate options for common plumbing repairs." animationType="slide-up" textboxLayout="default" + useInvertedBackground={false} plans={[ { id: "basic", badge: "Quick", price: "$85", subtitle: "Quick Fix", features: ["Up to 1 hour diagnostic", "Standard call-out", "Parts separate"] }, { id: "pro", badge: "Popular", price: "$220", subtitle: "Comprehensive", features: ["Up to 3 hours labor", "Minor hardware included", "Priority response"] } @@ -114,6 +115,7 @@ export default function LandingPage() { cardTitle="Customer Success Stories" cardTag="Our Reputation" cardAnimation="slide-up" + useInvertedBackground={false} testimonials={[ { id: "1", name: "Alex Rivers", imageSrc: "https://img.b2bpic.net/free-photo/satisfied-client_23-2147717174.jpg" }, { id: "2", name: "Sarah Jennings", imageSrc: "https://img.b2bpic.net/free-photo/happy-customer_23-2150517420.jpg" } @@ -141,6 +143,7 @@ export default function LandingPage() { title="Need Plumbing Help?" description="Reach out to our experts today for your home plumbing needs." background={{ variant: "sparkles-gradient" }} + useInvertedBackground={false} />