From 362e5e7f4283949f93e9bd3df6f21e4706da3b3b Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 14 May 2026 23:03:46 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e8e49f7..3dcf175 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,7 +19,7 @@ export default function Home() { ]; return ( - + @@ -35,6 +35,7 @@ export default function Home() { title="Our Mission" description="We believe in simplifying complex workflows through elegant design." textboxLayout="default" + useInvertedBackground={false} bulletPoints={[ { title: 'Quality First', description: 'Built with performance in mind.' }, { title: 'Scalable', description: 'Designed to grow with your needs.' } @@ -58,6 +59,7 @@ export default function Home() { gridVariant="uniform-all-items-equal" animationType="slide-up" textboxLayout="default" + useInvertedBackground={false} products={[]} /> @@ -66,6 +68,7 @@ export default function Home() { title="Customer Stories" description="See what others are saying." textboxLayout="default" + useInvertedBackground={false} testimonials={[]} /> @@ -75,13 +78,16 @@ export default function Home() { description="Stay updated with our progress." animationType="slide-up" textboxLayout="default" + useInvertedBackground={false} blogs={[]} />
-- 2.49.1