From f15824381814a5daf4104b9905551d5c82c6e45a Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 5 May 2026 21:54:45 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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} />