Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 503962e685 | |||
| ce772d2866 | |||
| bdba142db6 |
@@ -1,4 +1,4 @@
|
||||
"use client"
|
||||
"use client";
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||
@@ -39,7 +39,7 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<div id="hero" data-section="hero" style={{ display: "flex", justifyContent: "center", alignItems: "center" }}>
|
||||
<HeroSplitKpi
|
||||
title="Unlock Gaming History"
|
||||
description="Discover rare vintage games for the Sord M5 and classic systems. Authentic cartridges, pristine condition, trusted by collectors worldwide."
|
||||
@@ -54,9 +54,10 @@ export default function LandingPage() {
|
||||
{ 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-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