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" },