diff --git a/src/app/page.tsx b/src/app/page.tsx index f58b30b..b5c069d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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." 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" + tagAnimation="text-stagger" + buttonAnimation="text-stagger" mediaAnimation="opacity" textPosition="bottom" 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" imageAlt="Yumi and F standing in ethereal ruins" useInvertedBackground={true} - buttonAnimation="entrance-slide" + buttonAnimation="text-stagger" />