Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-05-17 11:07:09 +00:00

View File

@@ -2,92 +2,88 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import ContactCenter from '@/components/sections/contact/ContactCenter';
import FooterCard from '@/components/sections/footer/FooterCard';
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
import FeatureCardNine from '@/components/sections/feature/FeatureCardNine';
import FooterCard from '@/components/sections/footer/FooterCard';
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';
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: "Issues", id: "features" },
{ name: "Coaching", id: "pricing" },
{ name: "FAQ", id: "faq" },
]}
brandName="BedwarsFree"
/>
</div>
<div id="nav" data-section="nav">
<NavbarStyleCentered
navItems={[
{ name: "Home", id: "hero" },
{ name: "Issues", id: "features" },
{ name: "FAQ", id: "faq" },
]}
brandName="BedwarsFree"
/>
</div>
<div id="hero" data-section="hero">
<HeroBillboardCarousel
background={{ variant: "gradient-bars" }}
title="Free Bedwars Mastery"
description="Access our complete training library at no cost. Improve your Bedwars mechanics, bridging, and game sense for free."
tag="100% Free Resources"
buttons={[{ text: "Start Learning", href: "#features" }]}
mediaItems={[{ imageSrc: "http://img.b2bpic.net/free-photo/8-bits-characters-gaming-assets_23-2151143740.jpg", imageAlt: "PVP combat" }]}
/>
</div>
<div id="hero" data-section="hero">
<HeroBillboardCarousel
background={{ variant: "gradient-bars" }}
title="Free Bedwars Mastery"
description="Access our complete training library at no cost. Improve your Bedwars mechanics, bridging, and game sense for free."
tag="100% Free Resources"
buttons={[{ text: "Start Learning", href: "#features" }]}
mediaItems={[{ imageSrc: "http://img.b2bpic.net/free-photo/8-bits-characters-gaming-assets_23-2151143740.jpg", imageAlt: "PVP combat" }]}
/>
</div>
<div id="features" data-section="features">
<FeatureCardNine
title="Common Skill Barriers"
description="We identify the specific struggles players face and provide clear solutions to overcome them."
showStepNumbers={true}
animationType="slide-up"
textboxLayout="inline-image"
features={[
{
title: "Inconsistent Bridging", description: "Learn the rhythm of ninja bridging and stop falling off the map.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/3d-isometric-landscape-with-forest-water_23-2150800415.jpg" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/abstract-bokeh-background-with-colorful-lights_23-2147815175.jpg" }
},
{
title: "Losing PVP Trades", description: "Master rod-spamming and movement strafing to win your trades consistently.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/e-sport-streamer-being-upset-losing-space-shoot-video-game-championship-playing-computer_482257-2102.jpg" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/professional-video-gamer-female-playing-online-shooter-game-late-night-living-room_482257-22778.jpg" }
}
]}
/>
</div>
<div id="features" data-section="features">
<FeatureCardNine
title="Common Skill Barriers"
description="We identify the specific struggles players face and provide clear solutions to overcome them."
showStepNumbers={true}
animationType="slide-up"
textboxLayout="inline-image"
useInvertedBackground={false}
features={[
{
title: "Inconsistent Bridging", description: "Learn the rhythm of ninja bridging and stop falling off the map.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/3d-isometric-landscape-with-forest-water_23-2150800415.jpg" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/abstract-bokeh-background-with-colorful-lights_23-2147815175.jpg" }
},
{
title: "Losing PVP Trades", description: "Master rod-spamming and movement strafing to win your trades consistently.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/e-sport-streamer-being-upset-losing-space-shoot-video-game-championship-playing-computer_482257-2102.jpg" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/professional-video-gamer-female-playing-online-shooter-game-late-night-living-room_482257-22778.jpg" }
}
]}
/>
</div>
<div id="faq" data-section="faq">
<FaqSplitText
sideTitle="Frequently Asked Questions"
faqsAnimation="slide-up"
faqs={[
{ id: "f1", title: "Is this really free?", content: "Yes, all resources and guides are provided completely free of charge to the community." },
{ id: "f2", title: "How do I start?", content: "Browse our modules and follow the step-by-step guides for each skill category." }
]}
/>
</div>
<div id="faq" data-section="faq">
<FaqSplitText
sideTitle="Frequently Asked Questions"
faqsAnimation="slide-up"
useInvertedBackground={false}
faqs={[
{ id: "f1", title: "Is this really free?", content: "Yes, all resources and guides are provided completely free of charge to the community." },
{ id: "f2", title: "How do I start?", content: "Browse our modules and follow the step-by-step guides for each skill category." }
]}
/>
</div>
<div id="footer" data-section="footer">
<FooterCard
logoText="BedwarsFree"
copyrightText="© 2025 BedwarsFree. Built for the community."
/>
</div>
<div id="footer" data-section="footer">
<FooterCard
logoText="BedwarsFree"
copyrightText="© 2025 BedwarsFree. Built for the community."
/>
</div>
</ReactLenis>
</ThemeProvider>
);