From 847071d89c6a8dcf7b193ad952cd798b4c8d6fa9 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 29 Apr 2026 21:37:16 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8773a40..c80e0f7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" }]} /> @@ -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} /> -- 2.49.1