From e1c73a11e02c912b4b1b2a0cfc8b74eda0605849 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 06:48:12 +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 80d2fb1..793fa7d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -56,16 +56,16 @@ export default function LandingPage() { buttonAnimation="slide-up" background={{ variant: "circleGradient" }} 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