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} />