diff --git a/src/app/page.tsx b/src/app/page.tsx index 72ea3c7..ca6604a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -90,7 +90,7 @@ export default function LandingPage() { buttons={[ { text: "Our Services", href: "services" } ]} - useInvertedBackground={true} + useInvertedBackground={false} /> @@ -147,7 +147,7 @@ export default function LandingPage() { ]} animationType="scale-rotate" textboxLayout="default" - useInvertedBackground={true} + useInvertedBackground={false} buttons={[ { text: "See Testimonials", href: "testimonials" } ]} @@ -181,7 +181,7 @@ export default function LandingPage() { cardTag="Google Reviews" cardTagIcon={Heart} cardAnimation="blur-reveal" - useInvertedBackground={true} + useInvertedBackground={false} />