From 0b19c6e34d1428eb5450dfc4ea198e4667e9c738 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 22:50:06 +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 4886357..761b630 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,7 +19,7 @@ export default function LandingPage() { borderRadius="pill" contentWidth="medium" sizing="largeSmallSizeMediumTitles" - background="grid" + background="circleGradient" cardStyle="glass-elevated" primaryButtonStyle="flat" secondaryButtonStyle="layered" @@ -45,7 +45,7 @@ export default function LandingPage() { description="Traditional Moroccan sweets and freshly baked pastries made daily. From aromatic croissants to authentic sablés, we craft every item with quality ingredients and time-honored recipes." tag="Local Bakery Since 2010" tagIcon={Sparkles} - background={{ variant: "grid" }} + background={{ variant: "animated-grid" }} kpis={[ { value: "5.0★", label: "Customer Rating" }, { value: "10+", label: "Years Trusted" }, -- 2.49.1