Update src/app/page.tsx

This commit is contained in:
2026-06-11 06:28:11 +00:00
parent b3b91f1924
commit c9729f2986

View File

@@ -99,19 +99,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", 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: [ 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", 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: [ 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", 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" animationType="slide-up"