Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 4df619b443 | |||
| 503962e685 | |||
| ce772d2866 | |||
| bdba142db6 |
@@ -1,8 +1,8 @@
|
|||||||
"use client"
|
"use client";
|
||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||||
import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi';
|
import HeroBillboard from '@/components/sections/hero/HeroBillboard';
|
||||||
import ProductCardSeven from '@/components/sections/product/ProductCardSeven';
|
import ProductCardSeven from '@/components/sections/product/ProductCardSeven';
|
||||||
import SplitAboutMetric from '@/components/sections/about/SplitAboutMetric';
|
import SplitAboutMetric from '@/components/sections/about/SplitAboutMetric';
|
||||||
import TestimonialCardEleven from '@/components/sections/testimonial/TestimonialCardEleven';
|
import TestimonialCardEleven from '@/components/sections/testimonial/TestimonialCardEleven';
|
||||||
@@ -40,23 +40,17 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroSplitKpi
|
<HeroBillboard
|
||||||
title="Unlock Gaming History"
|
title="Unlock Gaming History"
|
||||||
description="Discover rare vintage games for the Sord M5 and classic systems. Authentic cartridges, pristine condition, trusted by collectors worldwide."
|
description="Discover rare vintage games for the Sord M5 and classic systems. Authentic cartridges, pristine condition, trusted by collectors worldwide."
|
||||||
tag="Curated Retro Gaming"
|
tag="Curated Retro Gaming"
|
||||||
tagIcon={Gamepad2}
|
tagIcon={Gamepad2}
|
||||||
kpis={[
|
|
||||||
{ value: "500+", label: "Games in Stock" },
|
|
||||||
{ value: "98%", label: "Authentic Verified" },
|
|
||||||
{ value: "2K+", label: "Happy Collectors" }
|
|
||||||
]}
|
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Explore Collection", href: "products" },
|
{ text: "Explore Collection", href: "products" },
|
||||||
{ text: "Learn More", href: "about" }
|
{ text: "Learn More", href: "about" }
|
||||||
]}
|
]}
|
||||||
imageSrc="https://img.b2bpic.net/free-photo/retro-computer-desk-arrangement_23-2150118624.jpg"
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_37zPBzCilAbRsvCAmkw0uTFdnVw/uploaded-1768154476037-bv6wtyld.png"
|
||||||
imageAlt="Vintage game collection display"
|
imageAlt="Vintage game collection display"
|
||||||
imagePosition="right"
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user