6 Commits

Author SHA1 Message Date
b3e8ce849d Merge version_4 into main
Merge version_4 into main
2026-03-03 05:40:12 +00:00
5e410453b8 Update src/app/page.tsx 2026-03-03 05:40:08 +00:00
b7a6d5cf12 Update src/app/layout.tsx 2026-03-03 05:40:07 +00:00
b07dc3beca Merge version_3 into main
Merge version_3 into main
2026-03-03 05:36:32 +00:00
0c049d894f Update src/app/page.tsx 2026-03-03 05:36:28 +00:00
7d6b700b82 Merge version_2 into main
Merge version_2 into main
2026-03-03 05:18:07 +00:00
2 changed files with 61 additions and 32 deletions

View File

@@ -27,7 +27,8 @@ export const metadata: Metadata = {
openGraph: { openGraph: {
title: "Naruto D&D Campaign | Hidden Leaf Chronicles", description: "Join thousands of adventurers in an epic custom Naruto D&D campaign experience.", type: "website", siteName: "Hidden Leaf Chronicles", images: [ title: "Naruto D&D Campaign | Hidden Leaf Chronicles", description: "Join thousands of adventurers in an epic custom Naruto D&D campaign experience.", type: "website", siteName: "Hidden Leaf Chronicles", images: [
{ {
url: "http://img.b2bpic.net/free-photo/front-view-man-seaside-with-wavy-texts_23-2150169179.jpg", alt: "Naruto D&D Campaign"}, url: "http://img.b2bpic.net/free-photo/front-view-man-seaside-with-wavy-texts_23-2150169179.jpg", alt: "Naruto D&D Campaign"
},
], ],
}, },
twitter: { twitter: {

View File

@@ -50,7 +50,7 @@ export default function LandingPage() {
background={{ variant: "animated-grid" }} background={{ variant: "animated-grid" }}
buttons={[ buttons={[
{ text: "Explore Missions", href: "#missions" }, { text: "Explore Missions", href: "#missions" },
{ text: "View Roadmap", href: "#roadmap" }, { text: "Start Your Adventure", href: "#roadmap" },
]} ]}
buttonAnimation="slide-up" buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/front-view-man-seaside-with-wavy-texts_23-2150169179.jpg" imageSrc="http://img.b2bpic.net/free-photo/front-view-man-seaside-with-wavy-texts_23-2150169179.jpg"
@@ -91,7 +91,7 @@ export default function LandingPage() {
<div id="missions" data-section="missions"> <div id="missions" data-section="missions">
<ProductCardOne <ProductCardOne
title="Mission Nexus" title="Mission Nexus"
description="Dive into a collection of carefully designed missions ranked by difficulty. From D-rank simple tasks to S-rank legendary challenges, find your next adventure." description="Dive into a collection of carefully designed missions ranked by difficulty. Progress through D-Rank (beginner) to SS-Rank (mythic) challenges. Each difficulty tier represents increasing complexity and rewards, allowing you to start at your comfort level and advance at your own pace. Whether you're a new adventurer or a seasoned shinobi, find missions that match your growing skills and self-select your starting point."
tag="Available Missions" tag="Available Missions"
tagAnimation="blur-reveal" tagAnimation="blur-reveal"
textboxLayout="default" textboxLayout="default"
@@ -99,21 +99,27 @@ export default function LandingPage() {
animationType="slide-up" animationType="slide-up"
gridVariant="three-columns-all-equal-width" gridVariant="three-columns-all-equal-width"
buttons={[ buttons={[
{ text: "Browse All Missions", href: "#missions" }, { text: "View All Missions", href: "#missions" },
]} ]}
products={[ products={[
{ {
id: "d-rank-missions", name: "D-Rank Missions", price: "Beginner", imageSrc: "http://img.b2bpic.net/free-photo/scouts-playing-with-map-top-view_23-2149885212.jpg"}, id: "d-rank-missions", name: "D-Rank Missions", price: "Beginner", imageSrc: "http://img.b2bpic.net/free-photo/scouts-playing-with-map-top-view_23-2149885212.jpg"
},
{ {
id: "c-rank-missions", name: "C-Rank Missions", price: "Intermediate", imageSrc: "http://img.b2bpic.net/free-photo/shooting-range-customers-competing-against-each-other-shooting-targets_482257-123266.jpg"}, id: "c-rank-missions", name: "C-Rank Missions", price: "Intermediate", imageSrc: "http://img.b2bpic.net/free-photo/shooting-range-customers-competing-against-each-other-shooting-targets_482257-123266.jpg"
},
{ {
id: "b-rank-missions", name: "B-Rank Missions", price: "Advanced", imageSrc: "http://img.b2bpic.net/free-photo/dark-style-ninja-naruto_23-2151278806.jpg?_wi=1"}, id: "b-rank-missions", name: "B-Rank Missions", price: "Advanced", imageSrc: "http://img.b2bpic.net/free-photo/dark-style-ninja-naruto_23-2151278806.jpg?_wi=1"
},
{ {
id: "a-rank-missions", name: "A-Rank Missions", price: "Expert", imageSrc: "http://img.b2bpic.net/free-photo/woman-cutting-with-ax-high_1208-155.jpg"}, id: "a-rank-missions", name: "A-Rank Missions", price: "Expert", imageSrc: "http://img.b2bpic.net/free-photo/woman-cutting-with-ax-high_1208-155.jpg"
},
{ {
id: "s-rank-missions", name: "S-Rank Missions", price: "Legendary", imageSrc: "http://img.b2bpic.net/free-photo/dark-style-ninja-naruto_23-2151278806.jpg?_wi=2"}, id: "s-rank-missions", name: "S-Rank Missions", price: "Legendary", imageSrc: "http://img.b2bpic.net/free-photo/dark-style-ninja-naruto_23-2151278806.jpg?_wi=2"
},
{ {
id: "ss-rank-missions", name: "SS-Rank Missions", price: "Mythic", imageSrc: "http://img.b2bpic.net/free-photo/fantasy-scene-depicting-sun-god-s_23-2151339273.jpg"}, id: "ss-rank-missions", name: "SS-Rank Missions", price: "Mythic", imageSrc: "http://img.b2bpic.net/free-photo/fantasy-scene-depicting-sun-god-s_23-2151339273.jpg"
},
]} ]}
/> />
</div> </div>
@@ -131,22 +137,28 @@ export default function LandingPage() {
features={[ features={[
{ {
id: 1, id: 1,
title: "Prerequisite Feats", description: "Build your foundation with feats that unlock other powerful abilities. Perfect for strategic character development and long-term planning.", imageSrc: "http://img.b2bpic.net/free-photo/man-office-stretching-work-day_23-2150468530.jpg"}, title: "Prerequisite Feats", description: "Build your foundation with feats that unlock other powerful abilities. Perfect for strategic character development and long-term planning.", imageSrc: "http://img.b2bpic.net/free-photo/man-office-stretching-work-day_23-2150468530.jpg"
},
{ {
id: 2, id: 2,
title: "Reusable Feats", description: "Abilities that can be activated multiple times per adventure. Master these versatile powers for consistent performance in any situation.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-men-practicing-tai-chi_23-2149960186.jpg"}, title: "Reusable Feats", description: "Abilities that can be activated multiple times per adventure. Master these versatile powers for consistent performance in any situation.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-men-practicing-tai-chi_23-2149960186.jpg"
},
{ {
id: 3, id: 3,
title: "Forbidden Feats", description: "Dark and dangerous powers that come with great risk. Use forbidden jutsu wisely, as they may have lasting consequences.", imageSrc: "http://img.b2bpic.net/free-photo/terrifying-hands-silhouettes-studio_23-2150710095.jpg"}, title: "Forbidden Feats", description: "Dark and dangerous powers that come with great risk. Use forbidden jutsu wisely, as they may have lasting consequences.", imageSrc: "http://img.b2bpic.net/free-photo/terrifying-hands-silhouettes-studio_23-2150710095.jpg"
},
{ {
id: 4, id: 4,
title: "Roleplay Feats", description: "Enhance your storytelling and character immersion through narrative-driven abilities that reward creative play.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-female-scandinavian-viking_23-2151707109.jpg"}, title: "Roleplay Feats", description: "Enhance your storytelling and character immersion through narrative-driven abilities that reward creative play.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-female-scandinavian-viking_23-2151707109.jpg"
},
{ {
id: 5, id: 5,
title: "Combat Feats", description: "Devastating techniques and battle maneuvers that turn the tide of combat. Master sword forms, jutsu combinations, and tactical abilities.", imageSrc: "http://img.b2bpic.net/free-photo/knights-armor-is-fighting_1398-2167.jpg"}, title: "Combat Feats", description: "Devastating techniques and battle maneuvers that turn the tide of combat. Master sword forms, jutsu combinations, and tactical abilities.", imageSrc: "http://img.b2bpic.net/free-photo/knights-armor-is-fighting_1398-2167.jpg"
},
{ {
id: 6, id: 6,
title: "Miscellaneous Feats", description: "Unique and specialized abilities that don't fit traditional categories. Discover hidden synergies and unexpected power combinations.", imageSrc: "http://img.b2bpic.net/free-photo/woman-black-suit-holding-crystal-ball_1153-5096.jpg"}, title: "Miscellaneous Feats", description: "Unique and specialized abilities that don't fit traditional categories. Discover hidden synergies and unexpected power combinations.", imageSrc: "http://img.b2bpic.net/free-photo/woman-black-suit-holding-crystal-ball_1153-5096.jpg"
},
]} ]}
/> />
</div> </div>
@@ -163,11 +175,14 @@ export default function LandingPage() {
uniformGridCustomHeightClasses="min-h-[500px]" uniformGridCustomHeightClasses="min-h-[500px]"
blogs={[ blogs={[
{ {
id: "1", category: "New Features", title: "Introducing the Elemental Jutsu System", excerpt: "Harness the power of five elements with our brand new jutsu classification system, now live for all players.", imageSrc: "http://img.b2bpic.net/free-photo/lamp-design-with-fantasy-style_23-2151101668.jpg", authorName: "Dungeon Master", authorAvatar: "http://img.b2bpic.net/free-photo/bald-headed-man-with-dense-black-mustache-park-looking-towards-sun_181624-12059.jpg", date: "Jan 18, 2025"}, id: "1", category: "New Features", title: "Introducing the Elemental Jutsu System", excerpt: "Harness the power of five elements with our brand new jutsu classification system, now live for all players.", imageSrc: "http://img.b2bpic.net/free-photo/lamp-design-with-fantasy-style_23-2151101668.jpg", authorName: "Dungeon Master", authorAvatar: "http://img.b2bpic.net/free-photo/bald-headed-man-with-dense-black-mustache-park-looking-towards-sun_181624-12059.jpg", date: "Jan 18, 2025"
},
{ {
id: "2", category: "Balance Updates", title: "Q1 2025 Class Rebalancing", excerpt: "Adjustments to ninja and samurai classes for better competitive balance. Full patch notes available now.", imageSrc: "http://img.b2bpic.net/free-vector/modern-productivity-concept-with-flat-design_23-2147966183.jpg", authorName: "Dungeon Master", authorAvatar: "http://img.b2bpic.net/free-photo/bald-headed-man-with-dense-black-mustache-park-looking-towards-sun_181624-12059.jpg", date: "Jan 12, 2025"}, id: "2", category: "Balance Updates", title: "Q1 2025 Class Rebalancing", excerpt: "Adjustments to ninja and samurai classes for better competitive balance. Full patch notes available now.", imageSrc: "http://img.b2bpic.net/free-vector/modern-productivity-concept-with-flat-design_23-2147966183.jpg", authorName: "Dungeon Master", authorAvatar: "http://img.b2bpic.net/free-photo/bald-headed-man-with-dense-black-mustache-park-looking-towards-sun_181624-12059.jpg", date: "Jan 12, 2025"
},
{ {
id: "3", category: "Community Spotlight", title: "Player Achievements: The Legendary Heist", excerpt: "Celebrate our players' incredible mission completion and the creative solutions they discovered.", imageSrc: "http://img.b2bpic.net/free-photo/high-five-forest_53876-48897.jpg", authorName: "Dungeon Master", authorAvatar: "http://img.b2bpic.net/free-photo/bald-headed-man-with-dense-black-mustache-park-looking-towards-sun_181624-12059.jpg", date: "Jan 5, 2025"}, id: "3", category: "Community Spotlight", title: "Player Achievements: The Legendary Heist", excerpt: "Celebrate our players' incredible mission completion and the creative solutions they discovered.", imageSrc: "http://img.b2bpic.net/free-photo/high-five-forest_53876-48897.jpg", authorName: "Dungeon Master", authorAvatar: "http://img.b2bpic.net/free-photo/bald-headed-man-with-dense-black-mustache-park-looking-towards-sun_181624-12059.jpg", date: "Jan 5, 2025"
},
]} ]}
/> />
</div> </div>
@@ -184,13 +199,17 @@ export default function LandingPage() {
animationType="blur-reveal" animationType="blur-reveal"
metrics={[ metrics={[
{ {
id: "1", value: "Q1 2025", title: "Hidden Village Expansion", description: "Three new villages with unique cultures and storylines", imageSrc: "http://img.b2bpic.net/free-photo/tokyo-cityscape-daytime_23-2149209868.jpg"}, id: "1", value: "Q1 2025", title: "Hidden Village Expansion", description: "Three new villages with unique cultures and storylines", imageSrc: "http://img.b2bpic.net/free-photo/tokyo-cityscape-daytime_23-2149209868.jpg"
},
{ {
id: "2", value: "Q2 2025", title: "Advanced Clan System", description: "Exclusive bloodline abilities and clan-based quests", imageSrc: "http://img.b2bpic.net/free-photo/young-native-american-couple-with-usa-flag_23-2149312964.jpg"}, id: "2", value: "Q2 2025", title: "Advanced Clan System", description: "Exclusive bloodline abilities and clan-based quests", imageSrc: "http://img.b2bpic.net/free-photo/young-native-american-couple-with-usa-flag_23-2149312964.jpg"
},
{ {
id: "3", value: "Q3 2025", title: "PvP Arena Mode", description: "Competitive shinobi tournaments and ranked battles", imageSrc: "http://img.b2bpic.net/free-photo/mma-fighters-professional-ring-fighting-championship_654080-1836.jpg"}, id: "3", value: "Q3 2025", title: "PvP Arena Mode", description: "Competitive shinobi tournaments and ranked battles", imageSrc: "http://img.b2bpic.net/free-photo/mma-fighters-professional-ring-fighting-championship_654080-1836.jpg"
},
{ {
id: "4", value: "Q4 2025", title: "Legendary Raid Campaign", description: "Epic endgame content for experienced adventurers", imageSrc: "http://img.b2bpic.net/free-photo/mythical-video-game-inspired-landscape-with-apocalyptic-scene_23-2150974242.jpg"}, id: "4", value: "Q4 2025", title: "Legendary Raid Campaign", description: "Epic endgame content for experienced adventurers", imageSrc: "http://img.b2bpic.net/free-photo/mythical-video-game-inspired-landscape-with-apocalyptic-scene_23-2150974242.jpg"
},
]} ]}
/> />
</div> </div>
@@ -199,17 +218,23 @@ export default function LandingPage() {
<TestimonialCardTwelve <TestimonialCardTwelve
testimonials={[ testimonials={[
{ {
id: "1", name: "Alex Chen", imageSrc: "http://img.b2bpic.net/free-vector/classic-pack-smiley-avatars_23-2147672034.jpg?_wi=1"}, id: "1", name: "Alex Chen", imageSrc: "http://img.b2bpic.net/free-vector/classic-pack-smiley-avatars_23-2147672034.jpg?_wi=1"
},
{ {
id: "2", name: "Jordan Martinez", imageSrc: "http://img.b2bpic.net/free-vector/classic-pack-smiley-avatars_23-2147672034.jpg?_wi=2"}, id: "2", name: "Jordan Martinez", imageSrc: "http://img.b2bpic.net/free-vector/classic-pack-smiley-avatars_23-2147672034.jpg?_wi=2"
},
{ {
id: "3", name: "Sam Rodriguez", imageSrc: "http://img.b2bpic.net/free-vector/classic-pack-smiley-avatars_23-2147672034.jpg?_wi=3"}, id: "3", name: "Sam Rodriguez", imageSrc: "http://img.b2bpic.net/free-vector/classic-pack-smiley-avatars_23-2147672034.jpg?_wi=3"
},
{ {
id: "4", name: "Casey Taylor", imageSrc: "http://img.b2bpic.net/free-vector/classic-pack-smiley-avatars_23-2147672034.jpg?_wi=4"}, id: "4", name: "Casey Taylor", imageSrc: "http://img.b2bpic.net/free-vector/classic-pack-smiley-avatars_23-2147672034.jpg?_wi=4"
},
{ {
id: "5", name: "Morgan Lee", imageSrc: "http://img.b2bpic.net/free-vector/classic-pack-smiley-avatars_23-2147672034.jpg?_wi=5"}, id: "5", name: "Morgan Lee", imageSrc: "http://img.b2bpic.net/free-vector/classic-pack-smiley-avatars_23-2147672034.jpg?_wi=5"
},
{ {
id: "6", name: "Riley Chen", imageSrc: "http://img.b2bpic.net/free-vector/classic-pack-smiley-avatars_23-2147672034.jpg?_wi=6"}, id: "6", name: "Riley Chen", imageSrc: "http://img.b2bpic.net/free-vector/classic-pack-smiley-avatars_23-2147672034.jpg?_wi=6"
},
]} ]}
cardTitle="Join thousands of adventurers experiencing epic Naruto D&D campaigns" cardTitle="Join thousands of adventurers experiencing epic Naruto D&D campaigns"
cardTag="Player testimonials" cardTag="Player testimonials"
@@ -226,13 +251,16 @@ export default function LandingPage() {
socialLinks={[ socialLinks={[
{ {
icon: Scroll, icon: Scroll,
href: "https://twitter.com", ariaLabel: "Campaign Updates"}, href: "https://twitter.com", ariaLabel: "Campaign Updates"
},
{ {
icon: Users, icon: Users,
href: "https://discord.com", ariaLabel: "Discord Community"}, href: "https://discord.com", ariaLabel: "Discord Community"
},
{ {
icon: BookOpen, icon: BookOpen,
href: "https://reddit.com", ariaLabel: "Community Forum"}, href: "https://reddit.com", ariaLabel: "Community Forum"
},
]} ]}
/> />
</div> </div>