Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
@@ -32,8 +32,8 @@ export default function LandingPage() {
|
||||
navItems={[
|
||||
{ name: "Features", id: "features" },
|
||||
{ name: "Gameplay", id: "gameplay" },
|
||||
{ name: "Characters", id: "characters" },
|
||||
{ name: "News", id: "news" },
|
||||
{ name: "Characters", id: "gameplay" },
|
||||
{ name: "News", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" }
|
||||
]}
|
||||
/>
|
||||
@@ -46,7 +46,7 @@ export default function LandingPage() {
|
||||
tag="Next-Gen Tactical RPG"
|
||||
tagIcon={Sparkles}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "circleGradient" }}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
buttons={[
|
||||
{ text: "Pre-Register Now", href: "#contact" },
|
||||
{ text: "Learn More", href: "#features" }
|
||||
@@ -101,7 +101,7 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="characters" data-section="characters">
|
||||
<div id="gameplay" data-section="gameplay">
|
||||
<ProductCardFour
|
||||
title="Unlock Elite Characters"
|
||||
description="Build your ultimate team from a diverse roster of tactical specialists, each with unique abilities and playstyles."
|
||||
@@ -164,7 +164,7 @@ export default function LandingPage() {
|
||||
description="Join thousands of tactical strategists and be among the first to access this revolutionary tactical RPG. Sign up for exclusive news and early access."
|
||||
tagIcon={Bell}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "circleGradient" }}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ASd2MmqoJT3bB5lUJWhuQnBYZb/global-gaming-community-connected-throug-1772589760832-ef067c8e.png"
|
||||
imageAlt="Global gaming community"
|
||||
@@ -187,8 +187,8 @@ export default function LandingPage() {
|
||||
title: "Game", items: [
|
||||
{ label: "About", href: "#about" },
|
||||
{ label: "Features", href: "#features" },
|
||||
{ label: "Characters", href: "#characters" },
|
||||
{ label: "Gameplay", href: "#features" }
|
||||
{ label: "Characters", href: "#gameplay" },
|
||||
{ label: "Gameplay", href: "#gameplay" }
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user