Merge version_4 into main

Merge version_4 into main
This commit was merged in pull request #5.
This commit is contained in:
2026-05-17 11:12:00 +00:00

View File

@@ -4,7 +4,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import FooterCard from '@/components/sections/footer/FooterCard';
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
import FeatureCardNine from '@/components/sections/feature/FeatureCardNine';
import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNineteen';
import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel';
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo';
@@ -49,21 +49,17 @@ export default function LandingPage() {
</div>
<div id="features" data-section="features">
<FeatureCardNine
<FeatureCardNineteen
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"
textboxLayout="default"
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" }
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"
},
{
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" }
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"
}
]}
/>
@@ -111,4 +107,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}