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={[]} />