Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 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."
|
||||
@@ -57,6 +57,7 @@ export default function LandingPage() {
|
||||
imageSrc="https://img.b2bpic.net/free-photo/retro-computer-desk-arrangement_23-2150118624.jpg"
|
||||
imageAlt="Vintage game collection display"
|
||||
imagePosition="right"
|
||||
imageClassName="flex-1 flex items-center justify-center"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user