From 2c2ee5256501352a78096d4386b0b49bc78d41a3 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 23:46:56 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 18942f0..216580c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -120,6 +120,7 @@ export default function LandingPage() { faqsAnimation="slide-up" mediaPosition="left" useInvertedBackground={true} + textboxLayout="default" /> @@ -128,7 +129,7 @@ export default function LandingPage() { tag="Get In Touch" title="Ready to build the future with us?" description="Reach out today to start a conversation about your next big project." - background="sparkles-gradient" + background={{ variant: "sparkles-gradient" }} useInvertedBackground={false} mediaPosition="right" /> -- 2.49.1