diff --git a/src/app/page.tsx b/src/app/page.tsx index 35bd5af..3abc2d4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -61,6 +61,7 @@ export default function LandingPage() { { icon: Award, label: "Expert Service", value: "Pro Quality" }, ]} metricsAnimation="slide-up" + useInvertedBackground={false} /> @@ -93,6 +94,8 @@ export default function LandingPage() { { id: "2", name: "Maria G.", role: "Property Owner", company: "Local Client", rating: 5 }, { id: "3", name: "Sam T.", role: "Business Owner", company: "Local Client", rating: 5 } ]} + description="What our clients say about us." + useInvertedBackground={false} /> @@ -102,6 +105,8 @@ export default function LandingPage() { title="Schedule Your Service" description="Ready to get started? We are available 6am to 6pm, 6 days a week." imageSrc="http://img.b2bpic.net/free-photo/landscaper-consulting-with-client_23-2149139785.jpg" + background={{ variant: "plain" }} + useInvertedBackground={false} />