2 Commits

Author SHA1 Message Date
fe7d15e9b6 Switch to version 1: modified src/app/page.tsx 2026-03-09 07:32:39 +00:00
5d6ff2f71c Merge version_3 into main
Merge version_3 into main
2026-03-09 07:29:50 +00:00

View File

@@ -27,7 +27,7 @@ export default function LandingPage() {
>
<div id="nav" data-section="nav">
<NavbarStyleApple
brandName="RED DRAGONS"
brandName="NEXORA"
navItems={[
{ name: "About", id: "about" },
{ name: "Features", id: "features" },
@@ -40,26 +40,21 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboardCarousel
title="RED DRAGONS CREW"
title="NEXORA CREW"
description="Elite Blox Fruits warfare crew. We dominate wars, crush enemies, and rise to the top. Join the strongest crew on the server."
tag="BLOX FRUITS CREW"
background={{ variant: "plain" }}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/8-bits-characters-gaming-assets_23-2151143743.jpg", imageAlt: "Red Dragons crew warfare"
},
imageSrc: "http://img.b2bpic.net/free-photo/8-bits-characters-gaming-assets_23-2151143743.jpg", imageAlt: "Nexora crew warfare"},
{
imageSrc: "http://img.b2bpic.net/free-photo/top-view-copy-space-tangerines-with-apples-pomegranate-wood-wall_141793-80376.jpg?_wi=1", imageAlt: "Crew members"
},
imageSrc: "http://img.b2bpic.net/free-photo/top-view-copy-space-tangerines-with-apples-pomegranate-wood-wall_141793-80376.jpg?_wi=1", imageAlt: "Crew members"},
{
imageSrc: "http://img.b2bpic.net/free-vector/tropical-fruits-seamless-pattern_98292-4043.jpg?_wi=1", imageAlt: "Intense combat"
},
imageSrc: "http://img.b2bpic.net/free-vector/tropical-fruits-seamless-pattern_98292-4043.jpg?_wi=1", imageAlt: "Intense combat"},
{
imageSrc: "http://img.b2bpic.net/free-photo/smiley-people-playing-videogame-side-view_23-2149349995.jpg?_wi=1", imageAlt: "Crew coordination"
},
imageSrc: "http://img.b2bpic.net/free-photo/smiley-people-playing-videogame-side-view_23-2149349995.jpg?_wi=1", imageAlt: "Crew coordination"},
{
imageSrc: "http://img.b2bpic.net/free-vector/game-night-facebook-post-template_23-2151089866.jpg?_wi=1", imageAlt: "Rankings system"
}
imageSrc: "http://img.b2bpic.net/free-vector/game-night-facebook-post-template_23-2151089866.jpg?_wi=1", imageAlt: "Rankings system"},
]}
buttons={[
{ text: "JOIN CREW", href: "#contact" },
@@ -70,15 +65,15 @@ export default function LandingPage() {
<div id="about" data-section="about">
<MetricSplitMediaAbout
tag="ABOUT RED DRAGONS"
tag="ABOUT NEXORA"
title="The Strongest Crew in Blox Fruits"
description="Red Dragons is a elite warfare crew dedicated to dominating Blox Fruits. We excel in crew wars, treasure raids, and competitive PvP. Our members train relentlessly to maintain superiority. Join us and prove your strength."
description="Nexora is a elite warfare crew dedicated to dominating Blox Fruits. We excel in crew wars, treasure raids, and competitive PvP. Our members train relentlessly to maintain superiority. Join us and prove your strength."
metrics={[
{ value: "150+", title: "Active Crew Members" },
{ value: "500+", title: "Wars Won" },
]}
imageSrc="http://img.b2bpic.net/free-photo/top-view-copy-space-tangerines-with-apples-pomegranate-wood-wall_141793-80376.jpg?_wi=2"
imageAlt="Red Dragons crew"
imageAlt="Nexora crew"
mediaAnimation="slide-up"
metricsAnimation="slide-up"
useInvertedBackground={false}
@@ -87,7 +82,7 @@ export default function LandingPage() {
<div id="features" data-section="features">
<FeatureCardTwentySix
title="WHY JOIN RED DRAGONS"
title="WHY JOIN NEXORA"
description="Experience elite warfare, strategic gameplay, and a thriving community."
tag="CREW FEATURES"
features={[
@@ -121,17 +116,13 @@ export default function LandingPage() {
tag="ELITE MEMBERS"
members={[
{
id: "1", name: "SHADOW COMMANDER", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-ninja-wearing-equipment_23-2150961026.jpg", imageAlt: "Shadow Commander"
},
id: "1", name: "SHADOW COMMANDER", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-ninja-wearing-equipment_23-2150961026.jpg", imageAlt: "Shadow Commander"},
{
id: "2", name: "BLOOD WARRIOR", imageSrc: "http://img.b2bpic.net/free-vector/esports-gaming-skull-mascot-logo_779267-3636.jpg", imageAlt: "Blood Warrior"
},
id: "2", name: "BLOOD WARRIOR", imageSrc: "http://img.b2bpic.net/free-vector/esports-gaming-skull-mascot-logo_779267-3636.jpg", imageAlt: "Blood Warrior"},
{
id: "3", name: "STORM STRATEGIST", imageSrc: "http://img.b2bpic.net/free-photo/woman-wearing-mask-holding-camera_23-2148886993.jpg", imageAlt: "Storm Strategist"
},
id: "3", name: "STORM STRATEGIST", imageSrc: "http://img.b2bpic.net/free-photo/woman-wearing-mask-holding-camera_23-2148886993.jpg", imageAlt: "Storm Strategist"},
{
id: "4", name: "FURY FIGHTER", imageSrc: "http://img.b2bpic.net/free-photo/closeup-man-with-gaming-headset-playing-multiplayer-online-action-game-streaming-gameplay-professional-pc-setup-gamer-looking-computer-screen-while-talking-team-members-tournament_482257-49310.jpg", imageAlt: "Fury Fighter"
},
id: "4", name: "FURY FIGHTER", imageSrc: "http://img.b2bpic.net/free-photo/closeup-man-with-gaming-headset-playing-multiplayer-online-action-game-streaming-gameplay-professional-pc-setup-gamer-looking-computer-screen-while-talking-team-members-tournament_482257-49310.jpg", imageAlt: "Fury Fighter"},
]}
memberVariant="default"
membersAnimation="slide-up"
@@ -142,25 +133,21 @@ export default function LandingPage() {
<div id="testimonials" data-section="testimonials">
<TestimonialCardOne
title="CREW TESTIMONIALS"
description="Hear from our members about their experience in Red Dragons."
description="Hear from our members about their experience in Nexora."
tag="MEMBER STORIES"
testimonials={[
{
id: "1", name: "DARK KNIGHT", role: "Crew Captain", company: "RED DRAGONS", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-handsome-man-earphones-dark-haired-man-casual-clothes-looking-camera-portrait-concept_74855-24635.jpg", imageAlt: "Dark Knight"
},
id: "1", name: "DARK KNIGHT", role: "Crew Captain", company: "NEXORA", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-handsome-man-earphones-dark-haired-man-casual-clothes-looking-camera-portrait-concept_74855-24635.jpg", imageAlt: "Dark Knight"},
{
id: "2", name: "CRIMSON BLADE", role: "PvP Champion", company: "RED DRAGONS", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/rendering-wizard-controlling-magic_23-2150608368.jpg", imageAlt: "Crimson Blade"
},
id: "2", name: "CRIMSON BLADE", role: "PvP Champion", company: "NEXORA", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/rendering-wizard-controlling-magic_23-2150608368.jpg", imageAlt: "Crimson Blade"},
{
id: "3", name: "SHADOW STRIKE", role: "War Strategist", company: "RED DRAGONS", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/man-holding-controller-medium-shot_23-2149005237.jpg", imageAlt: "Shadow Strike"
},
id: "3", name: "SHADOW STRIKE", role: "War Strategist", company: "NEXORA", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/man-holding-controller-medium-shot_23-2149005237.jpg", imageAlt: "Shadow Strike"},
{
id: "4", name: "INFERNO FORCE", role: "Elite Warrior", company: "RED DRAGONS", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/scene-professional-esports-gamer-profile-colored-with-red-blue-light-generative-ai_191095-1967.jpg", imageAlt: "Inferno Force"
},
id: "4", name: "INFERNO FORCE", role: "Elite Warrior", company: "NEXORA", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/scene-professional-esports-gamer-profile-colored-with-red-blue-light-generative-ai_191095-1967.jpg", imageAlt: "Inferno Force"},
]}
gridVariant="uniform-all-items-equal"
animationType="slide-up"
@@ -173,22 +160,22 @@ export default function LandingPage() {
<ContactSplit
tag="JOIN NOW"
title="Ready to Join the Strongest Crew?"
description="Sign up to receive crew invitations, battle updates, and exclusive strategies. Become part of RED DRAGONS elite."
description="Sign up to receive crew invitations, battle updates, and exclusive strategies. Become part of NEXORA elite."
background={{ variant: "plain" }}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/team-teenage-gamers-plays-multiplayer-video-game-pc-gaming-club_613910-19132.jpg"
imageAlt="Join Red Dragons"
imageAlt="Join Nexora"
mediaAnimation="slide-up"
inputPlaceholder="Enter your Discord ID"
buttonText="APPLY NOW"
termsText="By applying, you agree to follow RED DRAGONS crew rules and Discord community guidelines."
termsText="By applying, you agree to follow NEXORA crew rules and Discord community guidelines."
/>
</div>
<div id="footer" data-section="footer">
<FooterCard
logoText="RED DRAGONS"
copyrightText="© 2025 RED DRAGONS CREW | Blox Fruits Elite Warfare"
logoText="NEXORA"
copyrightText="© 2025 NEXORA CREW | Blox Fruits Elite Warfare"
socialLinks={[
{ icon: MessageSquare, href: "https://discord.gg", ariaLabel: "Discord" },
{ icon: Twitch, href: "https://twitch.tv", ariaLabel: "Twitch" },
@@ -198,4 +185,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}