From c399eed10e040915f5300c8ba32e7d312c4a7489 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 15:21:09 +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 55bc9a7..484135d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,7 +20,7 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="mediumSmall" sizing="mediumLarge" - background="grid" + background="circleGradient" cardStyle="outline" primaryButtonStyle="gradient" secondaryButtonStyle="layered" @@ -46,7 +46,7 @@ export default function LandingPage() { tag="Empowerment-Guide für Frauen" tagIcon={Sparkles} tagAnimation="blur-reveal" - background={{ variant: "grid" }} + background={{ variant: "glowing-orb" }} kpis={[ { value: "100+", label: "Praktische Strategien" }, { value: "24/7", label: "Zugang zum Guide" }, -- 2.49.1