|
|
|
|
@@ -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>
|
|
|
|
|
|
|
|
|
|
@@ -136,7 +130,7 @@ export default function LandingPage() {
|
|
|
|
|
tag="Help & Support"
|
|
|
|
|
tagIcon={HelpCircle}
|
|
|
|
|
textboxLayout="default"
|
|
|
|
|
useInvertedBackground="noInvert"
|
|
|
|
|
useInvertedBackground="invertDefault"
|
|
|
|
|
animationType="smooth"
|
|
|
|
|
faqs={[
|
|
|
|
|
{
|
|
|
|
|
@@ -156,6 +150,18 @@ export default function LandingPage() {
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "6", title: "Do you offer bulk discounts?", content: "Yes! Collections of 5+ games receive 10-15% discount depending on value. Museums and serious collectors should contact us directly for custom pricing. We love helping build serious collections."
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "7", title: "What payment methods do you accept?", content: "We accept all major credit cards, PayPal, Apple Pay, and Google Pay. Secure checkout is powered by industry-standard encryption. For large purchases over $500, we offer payment plans."
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "8", title: "How often do you update your inventory?", content: "New listings are added weekly as we acquire fresh stock. Our newsletter subscribers get early access to rare finds. Follow us on social media for real-time inventory announcements and exclusive previews."
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "9", title: "Do you provide warranties on games?", content: "All games come with a 12-month functionality guarantee. If a cartridge stops working within the first year, we'll repair or replace it free of charge. Documentation of purchase is required for warranty claims."
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "10", title: "Can I trade in my old games?", content: "Yes! We offer competitive trade-in values for authentic vintage games in good condition. Our valuation team assesses items based on current market demand and condition. Contact us with photos and descriptions of what you have."
|
|
|
|
|
}
|
|
|
|
|
]}
|
|
|
|
|
/>
|
|
|
|
|
@@ -225,4 +231,4 @@ export default function LandingPage() {
|
|
|
|
|
</div>
|
|
|
|
|
</ThemeProvider>
|
|
|
|
|
);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|