diff --git a/src/app/page.tsx b/src/app/page.tsx index 3b27928..ede08f3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,13 +47,13 @@ export default function LandingPage() { description="Join a thriving community of domino enthusiasts where tradition meets fellowship. Experience the timeless joy of classic domino gaming with friends who share your passion." kpis={[ { - id: "1", value: "38+", label: "Years Strong" + value: "38+", label: "Years Strong" }, { - id: "2", value: "500+", label: "Active Members" + value: "500+", label: "Active Members" }, { - id: "3", value: "52+", label: "Weekly Events" + value: "52+", label: "Weekly Events" } ]} buttons={[ @@ -64,6 +64,9 @@ export default function LandingPage() { imageAlt="Classic domino table game in session" imagePosition="right" useInvertedBackground={false} + background={{ variant: "plain" }} + enableKpiAnimation={true} + mediaAnimation="slide-up" />