From eca4b01e5812a75768408c6fc5293795d99f79b9 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 6 May 2026 14:19:18 +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 e07db6e..9472661 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,6 @@ import PricingCardNine from '@/components/sections/pricing/PricingCardNine'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import ContactSplit from '@/components/sections/contact/ContactSplit'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; -import Link from 'next/link'; const navItems = [ { name: "Home", id: "/" } @@ -34,6 +33,7 @@ export default function Page() {
@@ -47,6 +47,7 @@ export default function Page() {
@@ -55,6 +56,7 @@ export default function Page() { description="The story of how we began." textboxLayout="default" features={[]} + useInvertedBackground={false} />
@@ -63,6 +65,7 @@ export default function Page() { description="We provide unique advantages." textboxLayout="default" features={[]} + useInvertedBackground={false} />
@@ -73,6 +76,7 @@ export default function Page() { animationType="slide-up" textboxLayout="default" products={[]} + useInvertedBackground={false} />
@@ -82,6 +86,7 @@ export default function Page() { animationType="slide-up" textboxLayout="default" plans={[]} + useInvertedBackground={false} />
@@ -90,6 +95,7 @@ export default function Page() { title="Partnerships" description="Trusted by companies." textboxLayout="default" + useInvertedBackground={false} />
@@ -98,6 +104,7 @@ export default function Page() { title="Get in Touch" description="We'd love to hear from you." background={{ variant: "plain" }} + useInvertedBackground={false} />