1 Commits

Author SHA1 Message Date
4df619b443 Update src/app/page.tsx 2026-01-11 18:05:48 +00:00

View File

@@ -2,7 +2,7 @@
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';
@@ -39,25 +39,18 @@ export default function LandingPage() {
/> />
</div> </div>
<div id="hero" data-section="hero" style={{ display: "flex", justifyContent: "center", alignItems: "center" }}> <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://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_37zPBzCilAbRsvCAmkw0uTFdnVw/uploaded-1768154476037-bv6wtyld.png" 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"
imageClassName="flex-1 flex items-center justify-center"
/> />
</div> </div>