Files
12a89c3e-5d31-44bd-8a21-ef0…/src/app/page.tsx
2026-03-04 12:15:31 +00:00

259 lines
14 KiB
TypeScript

"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline";
import HeroCentered from "@/components/sections/hero/HeroCentered";
import ProductCardTwo from "@/components/sections/product/ProductCardTwo";
import FeatureCardSixteen from "@/components/sections/feature/FeatureCardSixteen";
import MetricCardTwo from "@/components/sections/metrics/MetricCardTwo";
import TestimonialCardThirteen from "@/components/sections/testimonial/TestimonialCardThirteen";
import BlogCardTwo from "@/components/sections/blog/BlogCardTwo";
import ContactCenter from "@/components/sections/contact/ContactCenter";
import FooterSimple from "@/components/sections/footer/FooterSimple";
export default function GenshinLandingPage() {
return (
<ThemeProvider
defaultButtonVariant="hover-bubble"
defaultTextAnimation="entrance-slide"
borderRadius="rounded"
contentWidth="medium"
sizing="mediumLarge"
background="noise"
cardStyle="subtle-shadow"
primaryButtonStyle="flat"
secondaryButtonStyle="radial-glow"
headingFontWeight="bold"
>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
brandName="Genshin Impact"
navItems={[
{ name: "Characters", id: "characters" },
{ name: "Community", id: "testimonials" },
{ name: "News", id: "blog" },
]}
button={{
text: "Join Us", href: "contact"
}}
animateOnLoad={true}
/>
</div>
<div id="hero" data-section="hero">
<HeroCentered
title="Explore Teyvat with Passion"
description="Join millions of adventurers discovering the magical world of Genshin Impact. Dive into stunning landscapes, epic battles, and unforgettable characters."
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/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"
},
]}
avatarText="Trusted by 10M+ Players Worldwide"
buttons={[
{ text: "Start Your Journey", href: "https://genshin.hoyoverse.com" },
{ text: "Learn More", href: "#characters" },
]}
buttonAnimation="slide-up"
/>
</div>
<div id="characters" data-section="characters">
<ProductCardTwo
title="Featured Characters"
description="Discover powerful characters with unique elemental abilities and engaging stories. Build your dream team!"
tag="Characters"
tagAnimation="slide-up"
textboxLayout="default"
useInvertedBackground={true}
gridVariant="three-columns-all-equal-width"
animationType="slide-up"
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", 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"
},
{
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"
},
]}
/>
</div>
<div id="features" data-section="features">
<FeatureCardSixteen
title="Why Genshin Impact Stands Out"
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"
],
}}
positiveCard={{
items: [
"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"
useInvertedBackground={false}
tag="Game Features"
/>
</div>
<div id="metrics" data-section="metrics">
<MetricCardTwo
title="Genshin Impact by the Numbers"
description="Global success and community achievements at a glance."
tag="Statistics"
textboxLayout="default"
useInvertedBackground={true}
gridVariant="uniform-all-items-equal"
animationType="slide-up"
metrics={[
{
id: "1", value: "100M+", description: "Downloads Worldwide"
},
{
id: "2", value: "10M+", description: "Daily Active Players"
},
{
id: "3", value: "5+", description: "Years of Content"
},
{
id: "4", value: "50+", description: "Playable Characters"
},
]}
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardThirteen
title="What Players Love About Genshin"
description="Real feedback from our amazing community of adventurers."
tag="Community"
tagAnimation="slide-up"
textboxLayout="default"
useInvertedBackground={false}
showRating={true}
animationType="slide-up"
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"
},
{
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"
},
{
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"
},
{
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"
},
{
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"
},
{
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"
},
]}
/>
</div>
<div id="blog" data-section="blog">
<BlogCardTwo
title="Latest Genshin Impact News"
description="Stay updated with the newest patches, events, and community highlights."
tag="News & Updates"
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"
},
{
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"
},
{
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", 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>
<div id="contact" data-section="contact">
<ContactCenter
tag="Newsletter"
title="Stay in the Loop"
description="Subscribe to get the latest news, tips, and exclusive community content delivered to your inbox."
background={{ variant: "downward-rays-static" }}
useInvertedBackground={false}
inputPlaceholder="Enter your email"
buttonText="Subscribe"
termsText="We respect your privacy. Unsubscribe at any time. Check out our Terms and Privacy Policy."
/>
</div>
<div id="footer" data-section="footer">
<FooterSimple
columns={[
{
title: "Game", items: [
{ label: "Characters", href: "#characters" },
{ label: "Weapons", href: "#" },
{ label: "Regions", href: "#" },
],
},
{
title: "Community", items: [
{ label: "Forums", href: "#" },
{ label: "Guides", href: "#blog" },
{ label: "Events", href: "#" },
],
},
{
title: "Resources", items: [
{ label: "Wiki", href: "https://genshin-impact.fandom.com" },
{ label: "Official Site", href: "https://genshin.hoyoverse.com" },
{ label: "Discord", href: "#" },
],
},
{
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Contact", href: "#contact" },
],
},
]}
bottomLeftText="© 2024 Genshin Impact Fan Community. All rights reserved."
bottomRightText="Made with passion for adventurers worldwide"
/>
</div>
</ThemeProvider>
);
}