From 3605ef82a06fa072ce63897d2e43b8c2b7c3c61f Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 06:52:05 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6bc7b06..b234fab 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -56,16 +56,16 @@ export default function LandingPage() { buttonAnimation="slide-up" background={{ variant: "glowing-orb" }} leftCarouselItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/conversation-office_1098-14059.jpg", imageAlt: "Entrepreneurs in suits making deals" }, - { imageSrc: "http://img.b2bpic.net/free-photo/elegant-girls-black-playing-cards-drinking-champagne_132075-13783.jpg", imageAlt: "Premium networking event" }, - { imageSrc: "http://img.b2bpic.net/free-photo/happy-businesswoman-exults-pumping-fists-ecstatic-celebrates-success-outdoor_1150-2488.jpg", imageAlt: "Success and achievement" }, - { imageSrc: "http://img.b2bpic.net/free-photo/business-man-sitting-his-car-back-sit_1303-23593.jpg", imageAlt: "Affluent lifestyle" } + { imageSrc: "http://img.b2bpic.net/free-photo/conversation-office_1098-14059.jpg?_wi=1", imageAlt: "Entrepreneurs in suits making deals" }, + { imageSrc: "http://img.b2bpic.net/free-photo/elegant-girls-black-playing-cards-drinking-champagne_132075-13783.jpg?_wi=1", imageAlt: "Premium networking event" }, + { imageSrc: "http://img.b2bpic.net/free-photo/happy-businesswoman-exults-pumping-fists-ecstatic-celebrates-success-outdoor_1150-2488.jpg?_wi=1", imageAlt: "Success and achievement" }, + { imageSrc: "http://img.b2bpic.net/free-photo/business-man-sitting-his-car-back-sit_1303-23593.jpg?_wi=1", imageAlt: "Affluent lifestyle" } ]} rightCarouselItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/business-man-sitting-his-car-back-sit_1303-23593.jpg", imageAlt: "Elite business professionals" }, - { imageSrc: "http://img.b2bpic.net/free-photo/happy-businesswoman-exults-pumping-fists-ecstatic-celebrates-success-outdoor_1150-2488.jpg", imageAlt: "Business growth and expansion" }, - { imageSrc: "http://img.b2bpic.net/free-photo/elegant-girls-black-playing-cards-drinking-champagne_132075-13783.jpg", imageAlt: "Exclusive networking" }, - { imageSrc: "http://img.b2bpic.net/free-photo/conversation-office_1098-14059.jpg", imageAlt: "Professional entrepreneurs" } + { imageSrc: "http://img.b2bpic.net/free-photo/business-man-sitting-his-car-back-sit_1303-23593.jpg?_wi=2", imageAlt: "Elite business professionals" }, + { imageSrc: "http://img.b2bpic.net/free-photo/happy-businesswoman-exults-pumping-fists-ecstatic-celebrates-success-outdoor_1150-2488.jpg?_wi=2", imageAlt: "Business growth and expansion" }, + { imageSrc: "http://img.b2bpic.net/free-photo/elegant-girls-black-playing-cards-drinking-champagne_132075-13783.jpg?_wi=2", imageAlt: "Exclusive networking" }, + { imageSrc: "http://img.b2bpic.net/free-photo/conversation-office_1098-14059.jpg?_wi=2", imageAlt: "Professional entrepreneurs" } ]} carouselPosition="right" /> -- 2.49.1