Update src/app/page.tsx
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
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';
|
||||
@@ -39,25 +39,18 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero" style={{ display: "flex", justifyContent: "center", alignItems: "center" }}>
|
||||
<HeroSplitKpi
|
||||
<div id="hero" data-section="hero">
|
||||
<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://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_37zPBzCilAbRsvCAmkw0uTFdnVw/uploaded-1768154476037-bv6wtyld.png"
|
||||
imageAlt="Vintage game collection display"
|
||||
imagePosition="right"
|
||||
imageClassName="flex-1 flex items-center justify-center"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user