Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c48b16bab8 | |||
| 23f4b72e47 | |||
| 118e4e284e | |||
| fd45714d78 | |||
| 9bbab0e3f0 | |||
| cbf4c29e49 |
@@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||||
import HeroOverlay from '@/components/sections/hero/HeroOverlay';
|
import HeroLogo from '@/components/sections/hero/HeroLogo';
|
||||||
import TextAbout from '@/components/sections/about/TextAbout';
|
import TextAbout from '@/components/sections/about/TextAbout';
|
||||||
import FeatureCardMedia from '@/components/sections/feature/FeatureCardMedia';
|
import FeatureCardMedia from '@/components/sections/feature/FeatureCardMedia';
|
||||||
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
|
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
|
||||||
import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
|
import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
|
||||||
import TeamCardTwo from '@/components/sections/team/TeamCardTwo';
|
|
||||||
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
||||||
|
import TeamCardTwo from '@/components/sections/team/TeamCardTwo';
|
||||||
import FooterCard from '@/components/sections/footer/FooterCard';
|
import FooterCard from '@/components/sections/footer/FooterCard';
|
||||||
import { Dice6, Trophy, Heart, TrendingUp, Users, Mail, Phone, Facebook } from "lucide-react";
|
import { Dice6, Trophy, Heart, TrendingUp, Users, Mail, Phone, Facebook } from "lucide-react";
|
||||||
|
|
||||||
@@ -42,17 +42,15 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroOverlay
|
<HeroLogo
|
||||||
title="Welcome to Old Boy Domino Club"
|
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."
|
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"
|
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Join Our Club", href: "contact" },
|
{ text: "Join Our Club", href: "contact" },
|
||||||
{ text: "Learn More", href: "about" }
|
{ text: "Learn More", href: "about" }
|
||||||
]}
|
]}
|
||||||
|
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"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user