diff --git a/src/app/page.tsx b/src/app/page.tsx index a940823..af9ea8c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -14,7 +14,7 @@ import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal"; export default function Home() { return ( - +
@@ -46,6 +47,7 @@ export default function Home() { description="How we get you from zero to hero." animationType="slide-up" textboxLayout="default" + useInvertedBackground={false} />
@@ -56,6 +58,7 @@ export default function Home() { title="Powerful Features" description="Everything you need to scale." textboxLayout="default" + useInvertedBackground={false} />
@@ -66,6 +69,7 @@ export default function Home() { title="What they say" description="Real feedback from real users." textboxLayout="default" + useInvertedBackground={false} />
@@ -75,6 +79,7 @@ export default function Home() { title="Simple Pricing" description="Choose the plan that fits your team." textboxLayout="default" + useInvertedBackground={false} />
@@ -84,6 +89,7 @@ export default function Home() { description="Find answers to common questions." faqsAnimation="slide-up" textboxLayout="default" + useInvertedBackground={false} />
@@ -92,6 +98,7 @@ export default function Home() { title="Ready to Start?" description="Join our community today." background={{ variant: "gradient-bars" }} + useInvertedBackground={false} />