From 6b74649a6a473c8c705cb66e8287bce30df3c666 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 08:59:08 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d9d4923..9e608c5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -72,12 +72,12 @@ export default function LandingPage() { carouselItems={[ { id: "h1", - imageSrc: "http://img.b2bpic.net/free-photo/smartphone-gift-box-with-golden-balloon_187299-48036.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smartphone-gift-box-with-golden-balloon_187299-48036.jpg?_wi=1", imageAlt: "Creator Dashboard", }, { id: "h2", - imageSrc: "http://img.b2bpic.net/free-photo/rectangular-scroll-ribbon-logo-label_53876-13825.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/rectangular-scroll-ribbon-logo-label_53876-13825.jpg?_wi=1", imageAlt: "Social Stream", }, { @@ -97,7 +97,7 @@ export default function LandingPage() { }, { id: "h6", - imageSrc: "http://img.b2bpic.net/free-photo/basketball-supporters-watching-their-team-win-game-mobile-phone_53876-132070.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/basketball-supporters-watching-their-team-win-game-mobile-phone_53876-132070.jpg?_wi=1", imageAlt: "Creator Feed", }, ]} @@ -188,7 +188,7 @@ export default function LandingPage() { button: { text: "Go Pro", }, - imageSrc: "http://img.b2bpic.net/free-photo/smartphone-gift-box-with-golden-balloon_187299-48036.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smartphone-gift-box-with-golden-balloon_187299-48036.jpg?_wi=2", imageAlt: "tech company logo silver", }, { @@ -204,7 +204,7 @@ export default function LandingPage() { button: { text: "Join Elite", }, - imageSrc: "http://img.b2bpic.net/free-photo/rectangular-scroll-ribbon-logo-label_53876-13825.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/rectangular-scroll-ribbon-logo-label_53876-13825.jpg?_wi=2", imageAlt: "tech company logo silver", }, ]} @@ -289,7 +289,7 @@ export default function LandingPage() { title="Frequently Asked Questions" description="Have questions? We have answers regarding membership, creators tools, and community guidelines." faqsAnimation="blur-reveal" - imageSrc="http://img.b2bpic.net/free-photo/basketball-supporters-watching-their-team-win-game-mobile-phone_53876-132070.jpg" + imageSrc="http://img.b2bpic.net/free-photo/basketball-supporters-watching-their-team-win-game-mobile-phone_53876-132070.jpg?_wi=2" /> -- 2.49.1