From 01c06b0352723888a12b6eecce3d618cd9ad8625 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 15:37:12 +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 ef35d92..b4a50bb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,7 +20,7 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="compact" sizing="mediumLarge" - background="grid" + background="circleGradient" cardStyle="outline" primaryButtonStyle="shadow" secondaryButtonStyle="glass" @@ -46,7 +46,7 @@ export default function LandingPage() { { text: "Jetzt abonnieren", href: "#pricing" }, { text: "Mehr erfahren", href: "#about" }, ]} - background={{ variant: "grid" }} + background={{ variant: "sparkles-gradient" }} imageSrc="http://img.b2bpic.net/free-photo/pencils-near-healthy-food-notebooks_23-2147866259.jpg" imageAlt="Steirer Kistl Premium Lunch Box mit österreichischen und syrischen Spezialitäten" frameStyle="card" -- 2.49.1