Compare commits
10 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 2223f4dfc7 | |||
| 83643694ca | |||
| 06e6740aeb | |||
| 06b9ecdc9e | |||
| da6eeba7da | |||
| 213a23448f | |||
| fc49b1819a | |||
| fa4102bd26 | |||
| 5472210d07 | |||
| 7526f0f75c |
418
src/app/page.tsx
418
src/app/page.tsx
@@ -2,349 +2,109 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
||||
import FeatureCardOne from '@/components/sections/feature/FeatureCardOne';
|
||||
import FooterCard from '@/components/sections/footer/FooterCard';
|
||||
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
|
||||
import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNineteen';
|
||||
import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel';
|
||||
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
|
||||
import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
|
||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||
import PricingCardFive from '@/components/sections/pricing/PricingCardFive';
|
||||
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
|
||||
import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo';
|
||||
import { CheckCircle } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="hover-bubble"
|
||||
defaultTextAnimation="background-highlight"
|
||||
borderRadius="soft"
|
||||
contentWidth="small"
|
||||
sizing="largeSmall"
|
||||
background="grid"
|
||||
cardStyle="gradient-radial"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="solid"
|
||||
headingFontWeight="light"
|
||||
defaultButtonVariant="hover-bubble"
|
||||
defaultTextAnimation="background-highlight"
|
||||
borderRadius="soft"
|
||||
contentWidth="small"
|
||||
sizing="largeSmall"
|
||||
background="grid"
|
||||
cardStyle="gradient-radial"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="solid"
|
||||
headingFontWeight="light"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Coaching",
|
||||
id: "features",
|
||||
},
|
||||
{
|
||||
name: "Plans",
|
||||
id: "pricing",
|
||||
},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "faq",
|
||||
},
|
||||
]}
|
||||
brandName="BedwarsPro"
|
||||
/>
|
||||
</div>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "Features", id: "features" },
|
||||
{ name: "Pricing", id: "pricing" },
|
||||
{ name: "FAQ", id: "faq" },
|
||||
]}
|
||||
brandName="BedwarsPro"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardCarousel
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
title="Master the Bedwars Battlefield"
|
||||
description="Elevate your PVP, movement, and strategy with elite 1-on-1 coaching designed to turn you into a Bedwars legend."
|
||||
tag="Advanced Coaching"
|
||||
buttons={[
|
||||
{
|
||||
text: "Start Training",
|
||||
href: "#pricing",
|
||||
},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/8-bits-characters-gaming-assets_23-2151143740.jpg",
|
||||
imageAlt: "Dynamic PVP combat",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/professional-video-gamer-female-playing-online-shooter-game-late-night-living-room_482257-22778.jpg",
|
||||
imageAlt: "Gaming setup",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-playing-console_23-2147824899.jpg",
|
||||
imageAlt: "Bedwars map layout",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/green-screen-computer-monitor-wooden-desk-modern-home_482257-119974.jpg",
|
||||
imageAlt: "Coaching session",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-bokeh-background-with-colorful-lights_23-2147815175.jpg",
|
||||
imageAlt: "Bridging technique",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/blue-circle-buttons-with-icons-website-game_107791-12301.jpg",
|
||||
imageAlt: "Shop management",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardCarousel
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Master Your Bedwars Game"
|
||||
description="From free basics to pro-tier godhood. Accelerate your improvement with our structured training library."
|
||||
tag="PVP Mastery"
|
||||
buttons={[{ text: "Get Started", href: "#features" }, { text: "View Pricing", href: "#pricing" }]}
|
||||
mediaItems={[{ imageSrc: "http://img.b2bpic.net/free-photo/8-bits-characters-gaming-assets_23-2151143740.jpg", imageAlt: "PVP combat" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<InlineImageSplitTextAbout
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Built for Competitive ",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/modern-stationary-collection-arrangement_23-2149309686.jpg",
|
||||
alt: "Bedwars icon",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
content: " Victory",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="features" data-section="features">
|
||||
<FeatureCardNineteen
|
||||
title="Common Skill Barriers"
|
||||
description="We identify the specific struggles players face and provide clear solutions to overcome them."
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
tag: "Bridging", title: "Inconsistent Bridging", subtitle: "Master the rhythm", description: "Learn the rhythm of ninja bridging and stop falling off the map.", imageSrc: "http://img.b2bpic.net/free-photo/3d-isometric-landscape-with-forest-water_23-2150800415.jpg", imageAlt: "Bridging visualization"
|
||||
},
|
||||
{
|
||||
tag: "Combat", title: "Losing PVP Trades", subtitle: "Win every encounter", description: "Master rod-spamming and movement strafing to win your trades consistently.", imageSrc: "http://img.b2bpic.net/free-photo/e-sport-streamer-being-upset-losing-space-shoot-video-game-championship-playing-computer_482257-2102.jpg", imageAlt: "Combat visualization"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="features" data-section="features">
|
||||
<FeatureCardOne
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Advanced PVP",
|
||||
description: "Rod-spamming, w-tapping, and combos.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/e-sport-streamer-being-upset-losing-space-shoot-video-game-championship-playing-computer_482257-2102.jpg",
|
||||
imageAlt: "PVP focus",
|
||||
},
|
||||
{
|
||||
title: "Fast Bridging",
|
||||
description: "Master speed bridging and ninja bridge.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-isometric-landscape-with-forest-water_23-2150800415.jpg",
|
||||
imageAlt: "Bridging focus",
|
||||
},
|
||||
{
|
||||
title: "Map Control",
|
||||
description: "Perfected pathing and team defense.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-office-stationery-with-laptop-paper-clips_23-2148524862.jpg",
|
||||
imageAlt: "Map strategy",
|
||||
},
|
||||
]}
|
||||
title="Elite Training Programs"
|
||||
description="Comprehensive modules to master every aspect of Bedwars."
|
||||
/>
|
||||
</div>
|
||||
<div id="pricing" data-section="pricing">
|
||||
<PricingCardTwo
|
||||
title="Choose Your Path"
|
||||
description="From free learning to dedicated coaching. Level up your Bedwars game today."
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
plans={[
|
||||
{
|
||||
id: "free", badge: "Free", price: "$0", subtitle: "Essential Guides", buttons: [{ text: "Start Now" }],
|
||||
features: ["Basic PVP tips", "Bridging guides", "Community access"]
|
||||
},
|
||||
{
|
||||
id: "premium", badge: "God Tier", badgeIcon: CheckCircle,
|
||||
price: "$60", subtitle: "Per Month", buttons: [{ text: "Upgrade Now" }],
|
||||
features: ["Advanced Coaching", "Pro-level tactics", "Become a Bedwars God", "Priority support", "Exclusive map strategies"]
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="metrics" data-section="metrics">
|
||||
<MetricCardSeven
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "100%",
|
||||
title: "Win Rate Growth",
|
||||
items: [
|
||||
"Improved k/d",
|
||||
"Advanced paths",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "5k+",
|
||||
title: "Players Trained",
|
||||
items: [
|
||||
"Casuals to Pros",
|
||||
"Community growth",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "10ms",
|
||||
title: "Reaction Boost",
|
||||
items: [
|
||||
"Speed bridging",
|
||||
"Click timing",
|
||||
],
|
||||
},
|
||||
]}
|
||||
title="Proven Results"
|
||||
description="Track your progress with real data."
|
||||
/>
|
||||
</div>
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqSplitText
|
||||
sideTitle="Frequently Asked Questions"
|
||||
faqsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{ id: "f1", title: "Is there a free version?", content: "Yes, we offer essential guides completely free of charge to get you started." },
|
||||
{ id: "f2", title: "Why choose the $60 tier?", content: "The premium monthly subscription is designed to help you fast-track your progression, providing elite insights to help you truly master the game and become a Bedwars god." }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="pricing" data-section="pricing">
|
||||
<PricingCardFive
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "p1",
|
||||
tag: "Starter",
|
||||
price: "$15",
|
||||
period: "/hr",
|
||||
description: "Fundamentals of PVP.",
|
||||
button: {
|
||||
text: "Join Now",
|
||||
},
|
||||
featuresTitle: "Includes",
|
||||
features: [
|
||||
"PVP basics",
|
||||
"Movement tips",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
tag: "Pro",
|
||||
price: "$40",
|
||||
period: "/hr",
|
||||
description: "Master Bedwars meta.",
|
||||
button: {
|
||||
text: "Go Pro",
|
||||
},
|
||||
featuresTitle: "Includes",
|
||||
features: [
|
||||
"All Starter",
|
||||
"Map mastery",
|
||||
"VOD reviews",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
tag: "Elite",
|
||||
price: "$90",
|
||||
period: "/hr",
|
||||
description: "The champion’s path.",
|
||||
button: {
|
||||
text: "Go Elite",
|
||||
},
|
||||
featuresTitle: "Includes",
|
||||
features: [
|
||||
"All Pro",
|
||||
"Team drills",
|
||||
"Custom routines",
|
||||
],
|
||||
},
|
||||
]}
|
||||
title="Choose Your Path"
|
||||
description="Flexible plans for all skill levels."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardOne
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah",
|
||||
role: "Pro",
|
||||
company: "Hypixel",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-shot-pro-gamer-broadcasting-game-internet-talking-with-audience_482257-99050.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Mike",
|
||||
role: "Amateur",
|
||||
company: "Bedwars League",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/surprised-young-sporty-man-looking-up-wearing-headband-wristband-with-headphones-phone-arm-band_141793-89730.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Jessica",
|
||||
role: "Casual",
|
||||
company: "Solo Queue",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-working-animation-porject_23-2149269908.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "David",
|
||||
role: "Pro",
|
||||
company: "Clan XYZ",
|
||||
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",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Alex",
|
||||
role: "Student",
|
||||
company: "Community",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-sporty-man-wearing-sportswear-headband-with-headphones-surprised_141793-37324.jpg",
|
||||
},
|
||||
]}
|
||||
title="Voices of Victory"
|
||||
description="What our players say."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqSplitMedia
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "How does coaching work?",
|
||||
content: "We connect via Discord for live sessions.",
|
||||
},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Is my skill level enough?",
|
||||
content: "We train everyone from novice to expert.",
|
||||
},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Refund policy?",
|
||||
content: "Satisfaction guaranteed or refund.",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/call-center-operator-assisting-users-with-installing-software_482257-117872.jpg"
|
||||
title="Need Help?"
|
||||
description="Common questions answered."
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
tag="Get Started"
|
||||
title="Ready to dominate?"
|
||||
description="Join our newsletter for weekly tips."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterCard
|
||||
logoText="BedwarsPro"
|
||||
copyrightText="© 2025 BedwarsPro Inc."
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterCard
|
||||
logoText="BedwarsPro"
|
||||
copyrightText="© 2025 BedwarsPro. Elevate your PVP gameplay."
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user