Compare commits
18 Commits
64e2cd2bc5
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| cfbb180c2c | |||
| c9729f2986 | |||
| 87bd00ab6e | |||
| b3b91f1924 | |||
| a2c13babad | |||
| f4cf67556b | |||
| 07b79938be | |||
| 7c2832c022 | |||
| 9e1a9348b5 | |||
| bd49e4a4d3 | |||
| d30a337a97 | |||
| 2352ffa1d2 | |||
| b2b8838796 | |||
| 1e07210462 | |||
| e36e10c7e3 | |||
| acd8856b6a | |||
| 31d2171e35 | |||
| 5ef710be3d |
@@ -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"
|
||||
@@ -51,36 +51,34 @@ export default function LandingPage() {
|
||||
description="Unravel the truth in a haunting tale of memory and despair. Journey through the Cage, a mysterious realm where past and present intertwine."
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Alex 'GamerLex' Chen", handle: "@GamerLex", testimonial: "Nier Reincarnation's story is an emotional masterpiece. A must-play for any RPG fan!", rating: 5,
|
||||
name: "Alex 'GamerLex' Chen", handle: "@GamerLex", testimonial: "Nier Reincarnation's story is an emotional masterpiece. A must-play for any RPG fan!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-sportive-woman-with-hand-stretching-gum_114579-14181.jpg", imageAlt: "Alex 'GamerLex' Chen"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Sarah 'CritiqueQueen' Lee", handle: "@CritiqueQueen", testimonial: "The art direction and music are simply breathtaking. Truly immersive and unique.", rating: 5,
|
||||
name: "Sarah 'CritiqueQueen' Lee", handle: "@CritiqueQueen", testimonial: "The art direction and music are simply breathtaking. Truly immersive and unique.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/technician-making-sure-high-tech-facility-data-center-is-appropriately-equipped_482257-94430.jpg", imageAlt: "Sarah 'CritiqueQueen' Lee"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Mike 'RPGPro' Johnson", handle: "@RPGPro", testimonial: "A deep narrative that lingers long after you finish playing. Highly recommended.", rating: 5,
|
||||
name: "Mike 'RPGPro' Johnson", handle: "@RPGPro", testimonial: "A deep narrative that lingers long after you finish playing. Highly recommended.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-teen-smiling-girl-headset-playing-video-games-video-game-club-with-blue-red-illumination_1268-24598.jpg", imageAlt: "Mike 'RPGPro' Johnson"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Emily 'LoreLover' White", handle: "@LoreLover", testimonial: "The lore expands the Nier universe beautifully. Every detail is a treat for fans.", rating: 5,
|
||||
name: "Emily 'LoreLover' White", handle: "@LoreLover", testimonial: "The lore expands the Nier universe beautifully. Every detail is a treat for fans.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-influencer-home-studio-live-broadcast_482257-121683.jpg", imageAlt: "Emily 'LoreLover' White"
|
||||
},
|
||||
{
|
||||
id: "5", name: "David 'PixelHunter' Kim", handle: "@PixelHunter", testimonial: "Hauntingly beautiful and incredibly thought-provoking. A true gem of a game.", rating: 5,
|
||||
name: "David 'PixelHunter' Kim", handle: "@PixelHunter", testimonial: "Hauntingly beautiful and incredibly thought-provoking. A true gem of a game.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/technology-addiction-illustrated_23-2151873438.jpg", imageAlt: "David 'PixelHunter' Kim"
|
||||
},
|
||||
{
|
||||
id: "6", name: "Jessica 'JoypadJunkie' Green", handle: "@JoypadJunkie", testimonial: "The combat mechanics are surprisingly engaging, complementing the rich story perfectly.", rating: 5,
|
||||
name: "Jessica 'JoypadJunkie' Green", handle: "@JoypadJunkie", testimonial: "The combat mechanics are surprisingly engaging, complementing the rich story perfectly.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-colleagues-playing-video-games-console-enjoying-drinks-snacks-after-work-coworkers-having-fun-with-game-controllers-while-using-television-after-hours_482257-33396.jpg", imageAlt: "Jessica 'JoypadJunkie' Green"
|
||||
}
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/view-man-practicing-mindfulness-yoga-fantasy-setting_23-2151416459.jpg"
|
||||
imageAlt="Desolate Nier Reincarnation landscape"
|
||||
useInvertedBackground={false}
|
||||
tagAnimation="entrance-slide"
|
||||
buttonAnimation="entrance-slide"
|
||||
mediaAnimation="opacity"
|
||||
tagAnimation="slide-up"
|
||||
buttonAnimation="slide-up"
|
||||
textPosition="bottom"
|
||||
showBlur={true}
|
||||
/>
|
||||
@@ -88,11 +86,8 @@ 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}
|
||||
buttonAnimation="entrance-slide"
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
<div id="world" data-section="world">
|
||||
@@ -104,19 +99,19 @@ export default function LandingPage() {
|
||||
id: "1", title: "Weapon Stories", descriptions: [
|
||||
"Unearth the memories imbued within legendary weapons, revealing untold tales and granting powerful abilities. Each weapon has a voice, waiting to be heard."
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/map-virgin-islands-british-gold-glitter-map-dark-background_559531-10743.jpg", imageAlt: "Fragmented world map"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/map-virgin-islands-british-gold-glitter-map-dark-background_559531-10743.jpg?_wi=1", imageAlt: "Fragmented world map"
|
||||
},
|
||||
{
|
||||
id: "2", title: "Automaton Companions", descriptions: [
|
||||
"Befriend loyal automatons who aid you in battle and navigation. Upgrade their modules to unlock new strategies and uncover hidden paths."
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/map-virgin-islands-british-gold-glitter-map-dark-background_559531-10743.jpg", imageAlt: "Automaton companion illustration"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/map-virgin-islands-british-gold-glitter-map-dark-background_559531-10743.jpg?_wi=2", imageAlt: "Automaton companion illustration"
|
||||
},
|
||||
{
|
||||
id: "3", title: "Memory Unlocks", descriptions: [
|
||||
"Venture into past echoes to retrieve lost fragments of memory, piecing together Yumi's identity and the world's tragic history."
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/map-virgin-islands-british-gold-glitter-map-dark-background_559531-10743.jpg", imageAlt: "Memory fragment illustration"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/map-virgin-islands-british-gold-glitter-map-dark-background_559531-10743.jpg?_wi=3", imageAlt: "Memory fragment illustration"
|
||||
}
|
||||
]}
|
||||
animationType="slide-up"
|
||||
@@ -251,8 +246,8 @@ export default function LandingPage() {
|
||||
]}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
useInvertedBackground={true}
|
||||
tagAnimation="entrance-slide"
|
||||
buttonAnimation="entrance-slide"
|
||||
tagAnimation="slide-up"
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
@@ -294,7 +289,6 @@ export default function LandingPage() {
|
||||
}
|
||||
]}
|
||||
copyrightText="© 2025 Nier Reincarnation. All rights reserved."
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
|
||||
Reference in New Issue
Block a user