Update src/app/page.tsx
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
"use client"
|
||||
"use client";
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
@@ -26,7 +26,7 @@ export default function LandingPage() {
|
||||
>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
brandName="Retro M5 Games"
|
||||
brandName="M5 Creative"
|
||||
navItems={[
|
||||
{ name: "Games", id: "games" },
|
||||
{ name: "About", id: "about" },
|
||||
@@ -41,12 +41,12 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplit
|
||||
title="Super Cobra - Legendary M5 Classic"
|
||||
description="Experience the iconic helicopter action game that defined Sord M5 gaming. Explore our pristine collection of vintage cartridges and relive gaming history."
|
||||
tag="Arcade Legend"
|
||||
title="Vintage Gaming Excellence"
|
||||
description="Step into the golden age of Sord M5 gaming. Discover rare, restored cartridges and iconic classics from the era that defined retro gaming. Each piece in our collection is authenticated and preserved for true enthusiasts."
|
||||
tag="Retro Legend"
|
||||
tagIcon={Zap}
|
||||
imageSrc="https://img.b2bpic.net/free-vector/retro-gaming-poster-template_23-2148780972.jpg"
|
||||
imageAlt="Super Cobra M5 Game Box"
|
||||
imageAlt="Vintage M5 Game Collection"
|
||||
imagePosition="right"
|
||||
buttons={[
|
||||
{ text: "View Collection", href: "games" },
|
||||
@@ -125,7 +125,7 @@ export default function LandingPage() {
|
||||
ctaTitle="Connect With Us"
|
||||
ctaDescription="Have questions about M5 games or want to sell your collection? Reach out to our community of retro gaming enthusiasts."
|
||||
ctaButton={{
|
||||
text: "Get in Touch", href: "mailto:info@retrom5games.com"
|
||||
text: "Get in Touch", href: "mailto:info@m5creative.com"
|
||||
}}
|
||||
ctaIcon={Gamepad2}
|
||||
faqs={[
|
||||
@@ -149,7 +149,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseCard
|
||||
logoText="Retro M5 Games"
|
||||
logoText="M5 Creative"
|
||||
columns={[
|
||||
{
|
||||
title: "Shop", items: [
|
||||
@@ -180,9 +180,9 @@ export default function LandingPage() {
|
||||
]
|
||||
}
|
||||
]}
|
||||
copyrightText="© 2025 Retro M5 Games | Preserving Gaming History"
|
||||
copyrightText="© 2025 M5 Creative Computer Games | Preserving Gaming History"
|
||||
/>
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user