From fef9647b9d6b74ffd79bb7f8188fdeb900e69830 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 17 Mar 2026 10:47:46 +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 089ec9a..5b25f02 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,7 +19,7 @@ export default function LandingPage() { borderRadius="soft" contentWidth="mediumLarge" sizing="mediumLargeSizeLargeTitles" - background="grid" + background="animated-grid" cardStyle="glass-depth" primaryButtonStyle="shadow" secondaryButtonStyle="solid" @@ -47,7 +47,7 @@ export default function LandingPage() { tag="Premium Tech Retail Experience" tagIcon={Sparkles} tagAnimation="slide-up" - background={{ variant: "grid" }} + background={{ variant: "animated-grid" }} buttons={[ { text: "Explore Collection", href: "#products" }, { text: "Visit Us Today", href: "#contact" }