From 3e723606744898f6a7fc4566b72d69708b291bd6 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 02:35:40 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d261436..5a9856e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,7 +19,7 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="mediumLarge" sizing="mediumSizeLargeTitles" - background="fluid" + background="circleGradient" cardStyle="glass-depth" primaryButtonStyle="primary-glow" secondaryButtonStyle="layered" @@ -72,7 +72,7 @@ export default function LandingPage() { testimonialRotationInterval={5000} mediaAnimation="slide-up" useInvertedBackground={false} - background={{ variant: "fluid" }} + background={{ variant: "glowing-orb" }} /> @@ -185,7 +185,7 @@ export default function LandingPage() { { text: "Schedule Demo", href: "#demo" }, ]} buttonAnimation="slide-up" - background={{ variant: "fluid" }} + background={{ variant: "glowing-orb" }} useInvertedBackground={false} /> -- 2.49.1