Update src/app/page.tsx
This commit is contained in:
@@ -51,35 +51,35 @@ 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."
|
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={[
|
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"
|
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"
|
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"
|
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"
|
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"
|
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/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"
|
imageSrc="http://img.b2bpic.net/free-photo/view-man-practicing-mindfulness-yoga-fantasy-setting_23-2151416459.jpg"
|
||||||
imageAlt="Desolate Nier Reincarnation landscape"
|
imageAlt="Desolate Nier Reincarnation landscape"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
tagAnimation="entrance-slide"
|
tagAnimation="text-stagger"
|
||||||
buttonAnimation="entrance-slide"
|
buttonAnimation="text-stagger"
|
||||||
mediaAnimation="opacity"
|
mediaAnimation="opacity"
|
||||||
textPosition="bottom"
|
textPosition="bottom"
|
||||||
showBlur={true}
|
showBlur={true}
|
||||||
@@ -92,7 +92,7 @@ export default function LandingPage() {
|
|||||||
imageSrc="http://img.b2bpic.net/free-photo/beautiful-woman-with-dragon-fantasy-scene_23-2151620025.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/beautiful-woman-with-dragon-fantasy-scene_23-2151620025.jpg"
|
||||||
imageAlt="Yumi and F standing in ethereal ruins"
|
imageAlt="Yumi and F standing in ethereal ruins"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
buttonAnimation="entrance-slide"
|
buttonAnimation="text-stagger"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div id="world" data-section="world">
|
<div id="world" data-section="world">
|
||||||
@@ -104,19 +104,19 @@ export default function LandingPage() {
|
|||||||
id: "1", title: "Weapon Stories", descriptions: [
|
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."
|
"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?_wi=1", imageAlt: "Fragmented world map"
|
imageSrc: "http://img.b2bpic.net/free-photo/map-virgin-islands-british-gold-glitter-map-dark-background_559531-10743.jpg", imageAlt: "Fragmented world map"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "2", title: "Automaton Companions", descriptions: [
|
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."
|
"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?_wi=2", imageAlt: "Automaton companion illustration"
|
imageSrc: "http://img.b2bpic.net/free-photo/map-virgin-islands-british-gold-glitter-map-dark-background_559531-10743.jpg", imageAlt: "Automaton companion illustration"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "3", title: "Memory Unlocks", descriptions: [
|
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."
|
"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?_wi=3", imageAlt: "Memory fragment illustration"
|
imageSrc: "http://img.b2bpic.net/free-photo/map-virgin-islands-british-gold-glitter-map-dark-background_559531-10743.jpg", imageAlt: "Memory fragment illustration"
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
@@ -202,7 +202,7 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
<div id="social-proof" data-section="social-proof">
|
<div id="social-proof" data-section="social-proof">
|
||||||
<SocialProofOne
|
<SocialProofOne
|
||||||
title="Acclaimed by Critics and Players"
|
title="Acclaimed by Critics and Players""
|
||||||
description="Nier Reincarnation has captivated audiences worldwide with its unique narrative and stunning visuals."
|
description="Nier Reincarnation has captivated audiences worldwide with its unique narrative and stunning visuals."
|
||||||
names={[
|
names={[
|
||||||
"IGN", "GameSpot", "Polygon", "Famitsu", "The Gamer", "PC Gamer", "Eurogamer"
|
"IGN", "GameSpot", "Polygon", "Famitsu", "The Gamer", "PC Gamer", "Eurogamer"
|
||||||
@@ -251,8 +251,8 @@ export default function LandingPage() {
|
|||||||
]}
|
]}
|
||||||
background={{ variant: "radial-gradient" }}
|
background={{ variant: "radial-gradient" }}
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
tagAnimation="entrance-slide"
|
tagAnimation="text-stagger"
|
||||||
buttonAnimation="entrance-slide"
|
buttonAnimation="text-stagger"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
@@ -294,7 +294,6 @@ export default function LandingPage() {
|
|||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
copyrightText="© 2025 Nier Reincarnation. All rights reserved."
|
copyrightText="© 2025 Nier Reincarnation. All rights reserved."
|
||||||
useInvertedBackground={false}
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
|
|||||||
Reference in New Issue
Block a user