From e82d2f3806b8896e8f475849bca421035b096e94 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 8 Jun 2026 16:46:55 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4b1f459..725d6e2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -37,9 +37,6 @@ export default function Page() { { name: "The ROI", id: "roi-section" }, { name: "Pricing", id: "pricing" } ]} - buttons={[ - { text: "Scale My Brand →", href: "#contact" } - ]} />
@@ -67,7 +64,6 @@ export default function Page() { ]} marqueeSpeed={30} showMarqueeCard={true} - useInvertedBackground={true} />
@@ -79,7 +75,6 @@ export default function Page() { textboxLayout="default" speed={20} showCard={false} - useInvertedBackground={false} />
@@ -100,7 +95,6 @@ export default function Page() { gridVariant="three-columns-all-equal-width" animationType="slide-up" textboxLayout="default" - useInvertedBackground={true} />
@@ -132,7 +126,6 @@ export default function Page() { gridVariant="three-columns-all-equal-width" animationType="slide-up" textboxLayout="default" - useInvertedBackground={false} />
@@ -167,7 +160,6 @@ export default function Page() { } ]} textboxLayout="default" - useInvertedBackground={false} />
@@ -210,7 +202,6 @@ export default function Page() { ]} animationType="slide-up" textboxLayout="default" - useInvertedBackground={false} />
-- 2.49.1