diff --git a/src/app/page.tsx b/src/app/page.tsx index d4bfeaf..6704d6d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -18,9 +18,20 @@ const navItems = [ export default function Page() { return ( - +
@@ -46,6 +58,7 @@ export default function Page() { title="Efficient Processes" description="Achieve more in less time with our streamlined metrics dashboard." textboxLayout="default" + useInvertedBackground={false} />
@@ -56,6 +69,7 @@ export default function Page() { title="Powerful Features" description="Everything you need to scale your operations effortlessly." textboxLayout="default" + useInvertedBackground={false} />
@@ -66,6 +80,7 @@ export default function Page() { title="What Our Users Say" description="Discover how our platform changed the way people work." textboxLayout="default" + useInvertedBackground={false} />
@@ -75,6 +90,7 @@ export default function Page() { title="Transparent Pricing" description="Choose the plan that best fits your growing needs." textboxLayout="default" + useInvertedBackground={false} />
@@ -84,6 +100,7 @@ export default function Page() { title="Frequently Asked Questions" description="Find answers to common questions about our platform." textboxLayout="default" + useInvertedBackground={false} />
@@ -92,6 +109,7 @@ export default function Page() { title="Ready to boost your productivity?" description="Join us today and start your journey towards efficient workflows." background={{ variant: "gradient-bars" }} + useInvertedBackground={false} />