Merge version_1 into main #2
@@ -34,7 +34,8 @@ export default function GenshinLandingPage() {
|
||||
{ name: "News", id: "blog" },
|
||||
]}
|
||||
button={{
|
||||
text: "Join Us", href: "contact"}}
|
||||
text: "Join Us", href: "contact"
|
||||
}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -46,11 +47,14 @@ export default function GenshinLandingPage() {
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/fantasy-water-character_23-2151149365.jpg", alt: "Player Character 1"},
|
||||
src: "http://img.b2bpic.net/free-photo/fantasy-water-character_23-2151149365.jpg", alt: "Player Character 1"
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/rendering-wizard-controlling-magic_23-2150608380.jpg", alt: "Player Character 2"},
|
||||
src: "http://img.b2bpic.net/free-photo/rendering-wizard-controlling-magic_23-2150608380.jpg", alt: "Player Character 2"
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-vector/female-archer-action_1308-175366.jpg", alt: "Player Character 3"},
|
||||
src: "http://img.b2bpic.net/free-vector/female-archer-action_1308-175366.jpg", alt: "Player Character 3"
|
||||
},
|
||||
]}
|
||||
avatarText="Trusted by 10M+ Players Worldwide"
|
||||
buttons={[
|
||||
@@ -66,7 +70,7 @@ export default function GenshinLandingPage() {
|
||||
title="Featured Characters"
|
||||
description="Discover powerful characters with unique elemental abilities and engaging stories. Build your dream team!"
|
||||
tag="Characters"
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
@@ -74,13 +78,16 @@ export default function GenshinLandingPage() {
|
||||
products={[
|
||||
{
|
||||
id: "1", brand: "Pyro Vision", name: "Hu Tao", price: "★★★★★", rating: 5,
|
||||
reviewCount: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/fantasy-water-character_23-2151149365.jpg?_wi=1", imageAlt: "Hu Tao - Pyro DPS"},
|
||||
reviewCount: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/fantasy-water-character_23-2151149365.jpg", imageAlt: "Hu Tao - Pyro DPS"
|
||||
},
|
||||
{
|
||||
id: "2", brand: "Cryo Vision", name: "Ayaka", price: "★★★★★", rating: 5,
|
||||
reviewCount: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/rendering-wizard-controlling-magic_23-2150608380.jpg", imageAlt: "Ayaka - Cryo DPS"},
|
||||
reviewCount: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/rendering-wizard-controlling-magic_23-2150608380.jpg", imageAlt: "Ayaka - Cryo DPS"
|
||||
},
|
||||
{
|
||||
id: "3", brand: "Electro Vision", name: "Fischl", price: "★★★★", rating: 4,
|
||||
reviewCount: "4-Star", imageSrc: "http://img.b2bpic.net/free-vector/female-archer-action_1308-175366.jpg", imageAlt: "Fischl - Electro Support"},
|
||||
reviewCount: "4-Star", imageSrc: "http://img.b2bpic.net/free-vector/female-archer-action_1308-175366.jpg", imageAlt: "Fischl - Electro Support"
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -91,11 +98,13 @@ export default function GenshinLandingPage() {
|
||||
description="Experience a game that redefines open-world exploration and action gameplay."
|
||||
negativeCard={{
|
||||
items: [
|
||||
"Limited exploration options", "Repetitive combat mechanics", "Sparse storyline content", "Weak character customization"],
|
||||
"Limited exploration options", "Repetitive combat mechanics", "Sparse storyline content", "Weak character customization"
|
||||
],
|
||||
}}
|
||||
positiveCard={{
|
||||
items: [
|
||||
"Vast open world to explore freely", "Dynamic elemental reaction system", "Rich, engaging storylines and quests", "Diverse character roster with unique abilities"],
|
||||
"Vast open world to explore freely", "Dynamic elemental reaction system", "Rich, engaging storylines and quests", "Diverse character roster with unique abilities"
|
||||
],
|
||||
}}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -115,13 +124,17 @@ export default function GenshinLandingPage() {
|
||||
animationType="slide-up"
|
||||
metrics={[
|
||||
{
|
||||
id: "1", value: "100M+", description: "Downloads Worldwide"},
|
||||
id: "1", value: "100M+", description: "Downloads Worldwide"
|
||||
},
|
||||
{
|
||||
id: "2", value: "10M+", description: "Daily Active Players"},
|
||||
id: "2", value: "10M+", description: "Daily Active Players"
|
||||
},
|
||||
{
|
||||
id: "3", value: "5+", description: "Years of Content"},
|
||||
id: "3", value: "5+", description: "Years of Content"
|
||||
},
|
||||
{
|
||||
id: "4", value: "50+", description: "Playable Characters"},
|
||||
id: "4", value: "50+", description: "Playable Characters"
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -131,7 +144,7 @@ export default function GenshinLandingPage() {
|
||||
title="What Players Love About Genshin"
|
||||
description="Real feedback from our amazing community of adventurers."
|
||||
tag="Community"
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
showRating={true}
|
||||
@@ -139,22 +152,28 @@ export default function GenshinLandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Sarah Chen", handle: "@SarahGamer", testimonial: "The character design and combat system are absolutely incredible! Every character feels unique and powerful.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/androgynous-avatar-non-binary-queer-person_23-2151100149.jpg", imageAlt: "Sarah Chen"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/androgynous-avatar-non-binary-queer-person_23-2151100149.jpg", imageAlt: "Sarah Chen"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Marcus Lopez", handle: "@MarcusExplores", testimonial: "Teyvat is the most beautiful open world I've explored. Every corner has something amazing to discover!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/studio-shot-smiling-confident-young-african-american-clean-shaven-man-enjoying-new-album-his-favourite-artist-via-stylish-headphones-using-online-music-application-some-electronic-device_343059-343.jpg", imageAlt: "Marcus Lopez"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/studio-shot-smiling-confident-young-african-american-clean-shaven-man-enjoying-new-album-his-favourite-artist-via-stylish-headphones-using-online-music-application-some-electronic-device_343059-343.jpg", imageAlt: "Marcus Lopez"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Emma Rodriguez", handle: "@EmmaStreams", testimonial: "Streaming Genshin has been so much fun! The community is welcoming and passionate about the game.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/avatars-kids-collection-costumes-halloween-night_23-2148266961.jpg", imageAlt: "Emma Rodriguez"},
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/avatars-kids-collection-costumes-halloween-night_23-2148266961.jpg", imageAlt: "Emma Rodriguez"
|
||||
},
|
||||
{
|
||||
id: "4", name: "James Wilson", handle: "@JamesAdventurer", testimonial: "Free-to-play but feels premium. The value and content updates keep me coming back every single day.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/androgynous-avatar-non-binary-queer-person_23-2151100201.jpg", imageAlt: "James Wilson"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/androgynous-avatar-non-binary-queer-person_23-2151100201.jpg", imageAlt: "James Wilson"
|
||||
},
|
||||
{
|
||||
id: "5", name: "Lisa Park", handle: "@LisaCollector", testimonial: "I love collecting all the characters and experiencing their stories. Character quests are genuinely emotional.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chinese-woman-streamer-smiling-confident-using-headset-gaming-room_839833-27849.jpg", imageAlt: "Lisa Park"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chinese-woman-streamer-smiling-confident-using-headset-gaming-room_839833-27849.jpg", imageAlt: "Lisa Park"
|
||||
},
|
||||
{
|
||||
id: "6", name: "David Kim", handle: "@DavidRaider", testimonial: "The endgame content keeps me challenged and engaged. Abyss spiral is the ultimate test of skill!", rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/set-jobs-avatars-with-classic-style_23-2147673179.jpg", imageAlt: "David Kim"},
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/set-jobs-avatars-with-classic-style_23-2147673179.jpg", imageAlt: "David Kim"
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -164,20 +183,23 @@ export default function GenshinLandingPage() {
|
||||
title="Latest Genshin Impact News"
|
||||
description="Stay updated with the newest patches, events, and community highlights."
|
||||
tag="News & Updates"
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
animationType="slide-up"
|
||||
blogs={[
|
||||
{
|
||||
id: "1", category: ["Patch Notes", "Update"],
|
||||
title: "New Region Unveiled: Fontaine Released", excerpt: "Explore the nation of Justice and uncover the mysteries of the archons in the breathtaking underwater kingdom.", imageSrc: "http://img.b2bpic.net/free-photo/ancient-castle-mountains-generative-ai_169016-30431.jpg", imageAlt: "Fontaine Region", authorName: "Genshin News Team", authorAvatar: "http://img.b2bpic.net/free-photo/androgynous-avatar-non-binary-queer-person_23-2151100149.jpg", date: "December 20, 2024"},
|
||||
title: "New Region Unveiled: Fontaine Released", excerpt: "Explore the nation of Justice and uncover the mysteries of the archons in the breathtaking underwater kingdom.", imageSrc: "http://img.b2bpic.net/free-photo/ancient-castle-mountains-generative-ai_169016-30431.jpg", imageAlt: "Fontaine Region", authorName: "Genshin News Team", authorAvatar: "http://img.b2bpic.net/free-photo/androgynous-avatar-non-binary-queer-person_23-2151100149.jpg", date: "December 20, 2024"
|
||||
},
|
||||
{
|
||||
id: "2", category: ["Event", "Community"],
|
||||
title: "Winter Festival Event Live Now", excerpt: "Celebrate the season with exclusive rewards, mini-games, and the return of fan-favorite characters.", imageSrc: "http://img.b2bpic.net/free-vector/realistic-sparkling-stars-collection_23-2149017150.jpg", imageAlt: "Winter Festival", authorName: "Genshin Community", authorAvatar: "http://img.b2bpic.net/free-photo/studio-shot-smiling-confident-young-african-american-clean-shaven-man-enjoying-new-album-his-favourite-artist-via-stylish-headphones-using-online-music-application-some-electronic-device_343059-343.jpg", date: "December 15, 2024"},
|
||||
title: "Winter Festival Event Live Now", excerpt: "Celebrate the season with exclusive rewards, mini-games, and the return of fan-favorite characters.", imageSrc: "http://img.b2bpic.net/free-vector/realistic-sparkling-stars-collection_23-2149017150.jpg", imageAlt: "Winter Festival", authorName: "Genshin Community", authorAvatar: "http://img.b2bpic.net/free-photo/studio-shot-smiling-confident-young-african-american-clean-shaven-man-enjoying-new-album-his-favourite-artist-via-stylish-headphones-using-online-music-application-some-electronic-device_343059-343.jpg", date: "December 15, 2024"
|
||||
},
|
||||
{
|
||||
id: "3", category: ["Guide", "Tips"],
|
||||
title: "Ultimate Guide to Spiral Abyss", excerpt: "Master the challenge dungeons with expert strategies for team composition and artifact optimization.", imageSrc: "http://img.b2bpic.net/free-photo/fantasy-water-character_23-2151149365.jpg?_wi=2", imageAlt: "Spiral Abyss", authorName: "Pro Players Hub", authorAvatar: "http://img.b2bpic.net/free-vector/avatars-kids-collection-costumes-halloween-night_23-2148266961.jpg", date: "December 10, 2024"},
|
||||
title: "Ultimate Guide to Spiral Abyss", excerpt: "Master the challenge dungeons with expert strategies for team composition and artifact optimization.", imageSrc: "http://img.b2bpic.net/free-photo/fantasy-water-character_23-2151149365.jpg", imageAlt: "Spiral Abyss", authorName: "Pro Players Hub", authorAvatar: "http://img.b2bpic.net/free-vector/avatars-kids-collection-costumes-halloween-night_23-2148266961.jpg", date: "December 10, 2024"
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user