Merge version_1 into main #1
178
src/app/page.tsx
178
src/app/page.tsx
@@ -2,6 +2,7 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import { UserCheck, Trophy, ListChecks, Shield } from "lucide-react";
|
||||
import FaqDouble from '@/components/sections/faq/FaqDouble';
|
||||
import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix';
|
||||
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
||||
@@ -28,18 +29,9 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
{
|
||||
name: "Tournaments",
|
||||
id: "/tournaments",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Tournaments", id: "/tournaments" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
brandName="ArenaEsports"
|
||||
/>
|
||||
@@ -47,20 +39,12 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardScroll
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Compete. Win. Become a Champion."
|
||||
description="The ultimate Free Fire esports arena. Join thousands of players, compete for massive prize pools, and climb the leaderboard to reach the top."
|
||||
buttons={[
|
||||
{
|
||||
text: "Register Now",
|
||||
href: "/tournaments",
|
||||
},
|
||||
{
|
||||
text: "View Tournaments",
|
||||
href: "/tournaments",
|
||||
},
|
||||
{ text: "Register Now", href: "/tournaments" },
|
||||
{ text: "View Tournaments", href: "/tournaments" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/global-communication-background-business-network-design_53876-160250.jpg"
|
||||
/>
|
||||
@@ -71,30 +55,10 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Verified Players",
|
||||
description: "Strict ID verification for all participants.",
|
||||
buttonIcon: "UserCheck",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/gamer-twitch-profile-picture_742173-3352.jpg",
|
||||
},
|
||||
{
|
||||
title: "Fast Payouts",
|
||||
description: "Instant prize pool distribution after matches.",
|
||||
buttonIcon: "Trophy",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/goblet-trophy-stand-game-ui-design_107791-25455.jpg",
|
||||
},
|
||||
{
|
||||
title: "Organized Brackets",
|
||||
description: "Live match scheduling and room management.",
|
||||
buttonIcon: "ListChecks",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/spain-vs-serbia_187299-31170.jpg",
|
||||
},
|
||||
{
|
||||
title: "Anti-Cheat Protection",
|
||||
description: "Fair play guaranteed with security monitoring.",
|
||||
buttonIcon: "Shield",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/20-user-interface-line-filled-icon-presentation_1142-22557.jpg",
|
||||
},
|
||||
{ title: "Verified Players", description: "Strict ID verification for all participants.", buttonIcon: UserCheck, imageSrc: "http://img.b2bpic.net/free-vector/gamer-twitch-profile-picture_742173-3352.jpg" },
|
||||
{ title: "Fast Payouts", description: "Instant prize pool distribution after matches.", buttonIcon: Trophy, imageSrc: "http://img.b2bpic.net/free-vector/goblet-trophy-stand-game-ui-design_107791-25455.jpg" },
|
||||
{ title: "Organized Brackets", description: "Live match scheduling and room management.", buttonIcon: ListChecks, imageSrc: "http://img.b2bpic.net/free-photo/spain-vs-serbia_187299-31170.jpg" },
|
||||
{ title: "Anti-Cheat Protection", description: "Fair play guaranteed with security monitoring.", buttonIcon: Shield, imageSrc: "http://img.b2bpic.net/free-vector/20-user-interface-line-filled-icon-presentation_1142-22557.jpg" },
|
||||
]}
|
||||
title="Platform Features"
|
||||
description="Everything you need for a competitive Free Fire gaming experience."
|
||||
@@ -103,44 +67,15 @@ export default function LandingPage() {
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardSix
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Alex Gamer",
|
||||
handle: "@alexff",
|
||||
testimonial: "The best platform for competitive Free Fire tournaments.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-man-with-facial-hair_181624-21795.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Maria Pro",
|
||||
handle: "@mariapro",
|
||||
testimonial: "Fast payouts and very professional organization.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-sitting-grandstands_23-2149743684.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "John Tactical",
|
||||
handle: "@jtactical",
|
||||
testimonial: "Love the organized match schedules and fair rules.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-playing-videogame_23-2149349990.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Sam Speed",
|
||||
handle: "@samspeed",
|
||||
testimonial: "Great community and awesome prize pools.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cartoon-woman-wearing-glasses_23-2151136792.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Lena Rush",
|
||||
handle: "@lenarush",
|
||||
testimonial: "Finally a platform that cares about fair play.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-teen-smiling-girl-headset-playing-video-games-video-game-club-with-blue-red-illumination_1268-24598.jpg",
|
||||
},
|
||||
{ id: "1", name: "Alex Gamer", handle: "@alexff", testimonial: "The best platform for competitive Free Fire tournaments.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-man-with-facial-hair_181624-21795.jpg" },
|
||||
{ id: "2", name: "Maria Pro", handle: "@mariapro", testimonial: "Fast payouts and very professional organization.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-sitting-grandstands_23-2149743684.jpg" },
|
||||
{ id: "3", name: "John Tactical", handle: "@jtactical", testimonial: "Love the organized match schedules and fair rules.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-playing-videogame_23-2149349990.jpg" },
|
||||
{ id: "4", name: "Sam Speed", handle: "@samspeed", testimonial: "Great community and awesome prize pools.", imageSrc: "http://img.b2bpic.net/free-photo/cartoon-woman-wearing-glasses_23-2151136792.jpg" },
|
||||
{ id: "5", name: "Lena Rush", handle: "@lenarush", testimonial: "Finally a platform that cares about fair play.", imageSrc: "http://img.b2bpic.net/free-photo/black-teen-smiling-girl-headset-playing-video-games-video-game-club-with-blue-red-illumination_1268-24598.jpg" },
|
||||
]}
|
||||
title="Player Testimonials"
|
||||
description="What our champions say about ArenaEsports."
|
||||
@@ -152,21 +87,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "How do I register?",
|
||||
content: "Click Register Now on any tournament card and fill the form.",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Are there entry fees?",
|
||||
content: "Some tournaments are free, others require small entry fees.",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "When do I get the room details?",
|
||||
content: "Room ID and password are sent 15 minutes before matches.",
|
||||
},
|
||||
{ id: "1", title: "How do I register?", content: "Click Register Now on any tournament card and fill the form." },
|
||||
{ id: "2", title: "Are there entry fees?", content: "Some tournaments are free, others require small entry fees." },
|
||||
{ id: "3", title: "When do I get the room details?", content: "Room ID and password are sent 15 minutes before matches." },
|
||||
]}
|
||||
title="Common Questions"
|
||||
description="Answers to tournament and registration queries."
|
||||
@@ -182,37 +105,8 @@ export default function LandingPage() {
|
||||
title="Premium Membership"
|
||||
description="Unlock exclusive benefits for dedicated pro players."
|
||||
plans={[
|
||||
{
|
||||
id: "p1",
|
||||
title: "Starter",
|
||||
price: "$0",
|
||||
period: "/month",
|
||||
features: [
|
||||
"Standard tournaments",
|
||||
"Community access",
|
||||
],
|
||||
button: {
|
||||
text: "Sign Up",
|
||||
href: "#",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/cute-astronaut-gaming-with-joystick-headphone-cartoon-vector-icon-illustration-science-techno_138676-9648.jpg",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
title: "Pro",
|
||||
price: "$15",
|
||||
period: "/month",
|
||||
features: [
|
||||
"Exclusive tournaments",
|
||||
"Priority support",
|
||||
"Verified badge",
|
||||
],
|
||||
button: {
|
||||
text: "Go Pro",
|
||||
href: "#",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/happy-boys-enjoying-virtual-reality-glasses-with-round-background_23-2147589517.jpg",
|
||||
},
|
||||
{ id: "p1", title: "Starter", price: "$0", period: "/month", features: ["Standard tournaments", "Community access"], button: { text: "Sign Up", href: "#" }, imageSrc: "http://img.b2bpic.net/free-vector/cute-astronaut-gaming-with-joystick-headphone-cartoon-vector-icon-illustration-science-techno_138676-9648.jpg" },
|
||||
{ id: "p2", title: "Pro", price: "$15", period: "/month", features: ["Exclusive tournaments", "Priority support", "Verified badge"], button: { text: "Go Pro", href: "#" }, imageSrc: "http://img.b2bpic.net/free-vector/happy-boys-enjoying-virtual-reality-glasses-with-round-background_23-2147589517.jpg" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -221,32 +115,8 @@ export default function LandingPage() {
|
||||
<FooterBaseReveal
|
||||
logoText="ArenaEsports"
|
||||
columns={[
|
||||
{
|
||||
title: "Platform",
|
||||
items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "/",
|
||||
},
|
||||
{
|
||||
label: "Tournaments",
|
||||
href: "/tournaments",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
{
|
||||
label: "Contact",
|
||||
href: "/contact",
|
||||
},
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Platform", items: [{ label: "Home", href: "/" }, { label: "Tournaments", href: "/tournaments" }] },
|
||||
{ title: "Support", items: [{ label: "Contact", href: "/contact" }, { label: "FAQ", href: "#" }] },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user