Update src/app/page.tsx
This commit is contained in:
@@ -31,12 +31,12 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
brandName="Nier Reincarnation"
|
||||
navItems={[
|
||||
{ name: "Home", id: "#hero" },
|
||||
{ name: "Story", id: "#story" },
|
||||
{ name: "Characters", id: "#characters" },
|
||||
{ name: "World", id: "#world" },
|
||||
{ name: "FAQ", id: "#faq" },
|
||||
{ name: "Contact", id: "#contact" }
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "Story", id: "story" },
|
||||
{ name: "Characters", id: "characters" },
|
||||
{ name: "World", id: "world" },
|
||||
{ name: "FAQ", id: "faq" },
|
||||
{ name: "Contact", id: "contact" }
|
||||
]}
|
||||
logoSrc="http://img.b2bpic.net/free-vector/sword-wings-logo-design_23-2150369023.jpg"
|
||||
logoAlt="Nier Reincarnation Logo"
|
||||
@@ -88,7 +88,6 @@ export default function LandingPage() {
|
||||
<div id="story" data-section="story">
|
||||
<InlineImageSplitTextAbout
|
||||
heading={[{ type: "text", content: "The Tale of the Broken King and the Child of the Cage" }]}
|
||||
description="Within the enigmatic realm known only as the Cage, a young girl named Yumi awakens with no memories, guided by a peculiar, sentient creature simply known as F. Together, they embark on a journey through the fragmented landscapes, unraveling the dark truths of Yumi's past and the true nature of the world. Their path intertwines with the tragic saga of the Broken King, whose reign echoes through time, seeking atonement for a lost kingdom. Every step is a rediscovery, every encounter a whisper from a forgotten era, all bound by threads of despair and a faint hope for rebirth. The journey is not merely of survival, but of piecing together a shattered existence."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/beautiful-woman-with-dragon-fantasy-scene_23-2151620025.jpg"
|
||||
imageAlt="Yumi and F standing in ethereal ruins"
|
||||
useInvertedBackground={true}
|
||||
|
||||
Reference in New Issue
Block a user