From e11c3c3e3ee420bdff05df720c474bb9b048ee82 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 15 Mar 2026 11:42:18 +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 dc1f6a3..ba80157 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -21,7 +21,7 @@ export default function LandingPage() { borderRadius="soft" contentWidth="medium" sizing="mediumLargeSizeLargeTitles" - background="grid" + background="animated-grid" cardStyle="solid" primaryButtonStyle="primary-glow" secondaryButtonStyle="glass" @@ -48,7 +48,7 @@ export default function LandingPage() { tag="Publishing Excellence" tagIcon={BookOpen} tagAnimation="slide-up" - background={{ variant: "grid" }} + background={{ variant: "animated-grid" }} kpis={[ { value: "500+", label: "Books Published" }, { value: "95%", label: "Author Satisfaction" },