Merge version_3 into main

Merge version_3 into main
This commit was merged in pull request #3.
This commit is contained in:
2026-02-17 15:19:31 +00:00
4 changed files with 11 additions and 6 deletions

View File

@@ -72,4 +72,4 @@ export default function BlogPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -2,7 +2,7 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import HeroOverlay from '@/components/sections/hero/HeroOverlay';
import HeroSplitKPI from '@/components/sections/hero/HeroSplitKPI';
import TextAbout from '@/components/sections/about/TextAbout';
import FeatureCardMedia from '@/components/sections/feature/FeatureCardMedia';
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
@@ -42,13 +42,18 @@ export default function LandingPage() {
</div>
<div id="hero" data-section="hero">
<HeroOverlay
<HeroSplitKPI
title="Welcome to Old Boy Domino Club"
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."
tag="Est. 1985"
tagIcon={Dice6}
imageSrc="https://img.b2bpic.net/free-photo/side-view-glass-tea-with-backgammon-jam-carpet-table_176474-3102.jpg"
imageAlt="Classic domino table game in session"
kpis={[
{ value: "38+", label: "Years Strong" },
{ value: "500+", label: "Members" },
{ value: "52+", label: "Weekly Games" }
]}
buttons={[
{ text: "Join Our Club", href: "contact" },
{ text: "Learn More", href: "about" }
@@ -224,4 +229,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}

View File

@@ -249,4 +249,4 @@ export default function ProductPage({ params }: ProductPageProps) {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -118,4 +118,4 @@ export default function ShopPage() {
</ReactLenis>
</ThemeProvider>
);
}
}