Update src/app/page.tsx

This commit is contained in:
2026-03-02 20:46:31 +00:00
parent 4c66cbbf91
commit b4b9675f10

View File

@@ -90,7 +90,7 @@ export default function LandingPage() {
buttons={[
{ text: "Our Services", href: "services" }
]}
useInvertedBackground={true}
useInvertedBackground={false}
/>
</div>
@@ -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}
/>
</div>