From ee40cb4a4389895bff09050fcb27f486cac8e50a Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 20:58:37 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 448f2f4..e3e3a42 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,7 +52,7 @@ export default function LandingPage() { tag="The Future of Communication" tagIcon={Zap} tagAnimation="slide-up" - background={{ variant: "canvas-reveal" }} + background={{ variant: "circleGradient" }} buttons={[ { text: "Start Chatting Now", href: "#contact" }, { text: "Learn More", href: "#features" } @@ -214,8 +214,6 @@ export default function LandingPage() { showCard={true} ariaLabel="Eaglecord partner companies and endorsements" containerClassName="w-full" - titleClassName="text-3xl md:text-4xl font-extrabold text-center" - descriptionClassName="text-lg text-foreground/70 text-center max-w-2xl mx-auto" /> -- 2.49.1