From 90ea6343f63541f466fa9b2764115f2f12e91392 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 29 Apr 2026 21:37:48 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c80e0f7..55d99d0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -43,8 +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" }]} + leftCarouselItems={[{ imageSrc: "https://img.b2bpic.net/free-photo/3d-abstract-plexus-technology-design-network-communications_1048-15871.jpg?_wi=1" }]} + rightCarouselItems={[{ imageSrc: "https://img.b2bpic.net/free-photo/lock-front-side-with-white-background_187299-39892.jpg?_wi=1" }]} /> @@ -56,8 +56,8 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={true} features={[ - { title: "Instant Access", description: "Claim your rewards immediately without friction.", icon: Zap, mediaItems: [{ imageSrc: "https://img.b2bpic.net/free-photo/3d-abstract-plexus-technology-design-network-communications_1048-15871.jpg" }, { imageSrc: "https://img.b2bpic.net/free-photo/3d-abstract-plexus-technology-design-network-communications_1048-15871.jpg" }] }, - { title: "Total Security", description: "Audited protocols keeping your assets safe.", icon: ShieldCheck, mediaItems: [{ imageSrc: "https://img.b2bpic.net/free-photo/lock-front-side-with-white-background_187299-39892.jpg" }, { imageSrc: "https://img.b2bpic.net/free-photo/lock-front-side-with-white-background_187299-39892.jpg" }] } + { title: "Instant Access", description: "Claim your rewards immediately without friction.", icon: Zap, mediaItems: [{ imageSrc: "https://img.b2bpic.net/free-photo/3d-abstract-plexus-technology-design-network-communications_1048-15871.jpg?_wi=2" }, { imageSrc: "https://img.b2bpic.net/free-photo/3d-abstract-plexus-technology-design-network-communications_1048-15871.jpg?_wi=3" }] }, + { title: "Total Security", description: "Audited protocols keeping your assets safe.", icon: ShieldCheck, mediaItems: [{ imageSrc: "https://img.b2bpic.net/free-photo/lock-front-side-with-white-background_187299-39892.jpg?_wi=2" }, { imageSrc: "https://img.b2bpic.net/free-photo/lock-front-side-with-white-background_187299-39892.jpg?_wi=3" }] } ]} /> -- 2.49.1