Merge version_4 into main #6

Merged
bender merged 1 commits from version_4 into main 2026-02-17 16:30:42 +00:00

View File

@@ -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"
/>
</div>