Compare commits
14 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 7c7d540c09 | |||
| 63a50c726f | |||
| 9923a8549e | |||
| 366bd012ad | |||
| c4cbe5e66d | |||
| 0cdb25fc36 | |||
| 9420c06195 | |||
| c48b16bab8 | |||
| 2edb5cc7cb | |||
| 23f4b72e47 | |||
| 118e4e284e | |||
| fd45714d78 | |||
| 9bbab0e3f0 | |||
| cbf4c29e49 |
@@ -72,4 +72,4 @@ export default function BlogPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
import HeroOverlay from '@/components/sections/hero/HeroOverlay';
|
||||
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';
|
||||
@@ -42,17 +42,18 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroOverlay
|
||||
title="Welcome to 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."
|
||||
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={[
|
||||
{ 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>
|
||||
|
||||
@@ -224,4 +225,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -90,8 +90,7 @@ export default function ProductPage({ params }: ProductPageProps) {
|
||||
{"name":"About","id":"about"},
|
||||
{"name":"Features","id":"features"},
|
||||
{"name":"Team","id":"team"},
|
||||
{"name":"Contact","id":"contact"},
|
||||
{"name":"Shop","id":"/shop"}
|
||||
{"name":"Contact","id":"contact"}
|
||||
]}
|
||||
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
|
||||
/>
|
||||
@@ -138,8 +137,7 @@ export default function ProductPage({ params }: ProductPageProps) {
|
||||
{"name":"About","id":"about"},
|
||||
{"name":"Features","id":"features"},
|
||||
{"name":"Team","id":"team"},
|
||||
{"name":"Contact","id":"contact"},
|
||||
{"name":"Shop","id":"/shop"}
|
||||
{"name":"Contact","id":"contact"}
|
||||
]}
|
||||
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
|
||||
/>
|
||||
@@ -193,8 +191,7 @@ export default function ProductPage({ params }: ProductPageProps) {
|
||||
{"name":"About","id":"about"},
|
||||
{"name":"Features","id":"features"},
|
||||
{"name":"Team","id":"team"},
|
||||
{"name":"Contact","id":"contact"},
|
||||
{"name":"Shop","id":"/shop"}
|
||||
{"name":"Contact","id":"contact"}
|
||||
]}
|
||||
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
|
||||
/>
|
||||
@@ -249,4 +246,4 @@ export default function ProductPage({ params }: ProductPageProps) {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -40,8 +40,7 @@ export default function ShopPage() {
|
||||
{"name":"About","id":"about"},
|
||||
{"name":"Features","id":"features"},
|
||||
{"name":"Team","id":"team"},
|
||||
{"name":"Contact","id":"contact"},
|
||||
{"name":"Shop","id":"/shop"}
|
||||
{"name":"Contact","id":"contact"}
|
||||
]}
|
||||
button={{ text: "Cart", onClick: () => console.log("cart") }}
|
||||
/>
|
||||
@@ -87,8 +86,7 @@ export default function ShopPage() {
|
||||
{"name":"About","id":"about"},
|
||||
{"name":"Features","id":"features"},
|
||||
{"name":"Team","id":"team"},
|
||||
{"name":"Contact","id":"contact"},
|
||||
{"name":"Shop","id":"/shop"}
|
||||
{"name":"Contact","id":"contact"}
|
||||
]}
|
||||
button={{ text: "Cart", onClick: () => console.log("cart") }}
|
||||
/>
|
||||
@@ -118,4 +116,4 @@ export default function ShopPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user