From f5daf3019a82e854f58ee093390d881fd85b08eb Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 00:43:24 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 714c437..ff0ba1b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,7 +19,7 @@ export default function LandingPage() { borderRadius="soft" contentWidth="medium" sizing="mediumLargeSizeLargeTitles" - background="floatingGradient" + background="circleGradient" cardStyle="gradient-bordered" primaryButtonStyle="diagonal-gradient" secondaryButtonStyle="radial-glow" @@ -45,7 +45,7 @@ export default function LandingPage() { description="We create meaningful connections that strengthen family bonds and build lasting memories. Our platform is designed to help families stay connected, grow together, and support one another through every milestone." tag="Welcome to Family" tagAnimation="slide-up" - background={{ variant: "floatingGradient" }} + background={{ variant: "glowing-orb" }} testimonials={[ { name: "Sarah Mitchell", handle: "Mother of Three", testimonial: "This has transformed how our family stays connected across distances. Absolutely invaluable.", rating: 5, -- 2.49.1