5 Commits

Author SHA1 Message Date
734be3592d Update src/app/page.tsx 2026-01-11 18:55:25 +00:00
4df619b443 Update src/app/page.tsx 2026-01-11 18:05:48 +00:00
503962e685 Update src/app/page.tsx 2026-01-11 18:04:39 +00:00
ce772d2866 Update src/app/page.tsx 2026-01-11 17:57:10 +00:00
bdba142db6 Update src/app/page.tsx 2026-01-11 17:51:05 +00:00

View File

@@ -1,8 +1,8 @@
"use client"
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
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 SplitAboutMetric from '@/components/sections/about/SplitAboutMetric';
import TestimonialCardEleven from '@/components/sections/testimonial/TestimonialCardEleven';
@@ -40,23 +40,17 @@ export default function LandingPage() {
</div>
<div id="hero" data-section="hero">
<HeroSplitKpi
<HeroBillboard
title="Unlock Gaming History"
description="Discover rare vintage games for the Sord M5 and classic systems. Authentic cartridges, pristine condition, trusted by collectors worldwide."
tag="Curated Retro Gaming"
tagIcon={Gamepad2}
kpis={[
{ value: "500+", label: "Games in Stock" },
{ value: "98%", label: "Authentic Verified" },
{ value: "2K+", label: "Happy Collectors" }
]}
buttons={[
{ text: "Explore Collection", href: "products" },
{ 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-1768157689938-0wgj0rga.webp"
imageAlt="Vintage game collection display"
imagePosition="right"
/>
</div>