From cf7ee97b5b68f02e9eac9ff52efb90810440b983 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 5 May 2026 21:47:13 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) 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} />