diff --git a/src/app/page.tsx b/src/app/page.tsx index fdecbf1..436fc48 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() { /> -
+