Update src/app/page.tsx
This commit is contained in:
@@ -2,13 +2,13 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
import HeroSplitKPI from '@/components/sections/hero/HeroSplitKPI';
|
||||
import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard';
|
||||
import TextAbout from '@/components/sections/about/TextAbout';
|
||||
import FeatureCardMedia from '@/components/sections/feature/FeatureCardMedia';
|
||||
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
|
||||
import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
|
||||
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
||||
import TeamCardTwo from '@/components/sections/team/TeamCardTwo';
|
||||
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
||||
import FooterCard from '@/components/sections/footer/FooterCard';
|
||||
import { Dice6, Trophy, Heart, TrendingUp, Users, Mail, Phone, Facebook } from "lucide-react";
|
||||
|
||||
@@ -42,26 +42,18 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitKPI
|
||||
title="Old Boy Domino Club"
|
||||
<HeroLogoBillboard
|
||||
logoText="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."
|
||||
kpis={[
|
||||
{
|
||||
id: "1", value: "38+", label: "Years"
|
||||
},
|
||||
{
|
||||
id: "2", value: "500+", label: "Members"
|
||||
},
|
||||
{
|
||||
id: "3", value: "52+", label: "Weekly Events"
|
||||
}
|
||||
]}
|
||||
buttons={[
|
||||
{ text: "Join Our Club", href: "contact" },
|
||||
{ text: "Learn More", href: "about" }
|
||||
]}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
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"
|
||||
mediaAnimation="slide-up"
|
||||
frameStyle="card"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user