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" />