diff --git a/src/app/page.tsx b/src/app/page.tsx index f8cfbea..36345be 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -18,7 +18,7 @@ export default function Page() { ]; return ( - + @@ -41,6 +41,7 @@ export default function Page() { showStepNumbers={true} animationType="slide-up" textboxLayout="default" + useInvertedBackground={false} />
@@ -52,16 +53,19 @@ export default function Page() { { id: "2", value: "500+", description: "Happy Clients" } ]} metricsAnimation="slide-up" + useInvertedBackground={false} />
@@ -76,6 +81,8 @@ export default function Page() { title="Get In Touch" description="Schedule your plumbing repair today." tag="Contact" + background={{ variant: "gradient-bars" }} + useInvertedBackground={false} />