Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-04-29 21:37:23 +00:00

View File

@@ -2,7 +2,7 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import { Zap, ShieldCheck, TrendingUp, HelpCircle } from "lucide-react";
import { Zap, ShieldCheck } from "lucide-react";
import ContactCTA from '@/components/sections/contact/ContactCTA';
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
import FeatureCardTwentyFive from '@/components/sections/feature/FeatureCardTwentyFive';
@@ -10,7 +10,6 @@ import FooterBase from '@/components/sections/footer/FooterBase';
import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel';
import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import SplitAbout from '@/components/sections/about/SplitAbout';
export default function LandingPage() {
return (
@@ -44,6 +43,8 @@ export default function LandingPage() {
title="Participate in the Next Big Airdrop"
description="Secure, transparent, and instant token distribution directly to your wallet. Join thousands of users worldwide."
buttons={[{ text: "Claim Now", href: "#cta" }]}
leftCarouselItems={[{ imageSrc: "https://img.b2bpic.net/free-photo/3d-abstract-plexus-technology-design-network-communications_1048-15871.jpg" }]}
rightCarouselItems={[{ imageSrc: "https://img.b2bpic.net/free-photo/lock-front-side-with-white-background_187299-39892.jpg" }]}
/>
</div>
@@ -94,6 +95,7 @@ export default function LandingPage() {
description="Secure your tokens before the distribution window closes."
buttons={[{ text: "Start Claiming Now", href: "#" }]}
background={{ variant: "sparkles-gradient" }}
useInvertedBackground={false}
/>
</div>