From fd4456cf40c2b49a49eff1293fd4f3c2db9306cc Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 12 May 2026 14:44:50 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index b1a9300..539cc0b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -56,6 +56,8 @@ export default function LandingPage() { title="Ready to Automate Your Business?" description="Join hundreds of brands scaling with AI. Talk to an expert today." buttons={[{ text: "Get a Consultation", href: "/contact" }]} + background={{ variant: "gradient-bars" }} + useInvertedBackground={false} /> @@ -76,6 +78,8 @@ export default function LandingPage() { title="Explore Our Capabilities" description="See how our custom automation can solve your specific bottleneck." buttons={[{ text: "Discuss Requirements", href: "/contact" }]} + background={{ variant: "gradient-bars" }} + useInvertedBackground={false} /> @@ -96,6 +100,8 @@ export default function LandingPage() { title="Custom Enterprise Solutions" description="Have specific needs or high-volume requirements? Let's build it." buttons={[{ text: "Contact Sales", href: "/contact" }]} + background={{ variant: "gradient-bars" }} + useInvertedBackground={false} /> @@ -128,6 +134,8 @@ export default function LandingPage() { title="Ready to scale?" description="Let's transform your operations." buttons={[{ text: "Get Started Now", href: "/contact" }]} + background={{ variant: "gradient-bars" }} + useInvertedBackground={false} />