From 87d0d2597cf87d138bfb86045faabe3b9c8f6a86 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 23:31:44 +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 5b8c153..d0ac746 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,12 +52,12 @@ export default function LandingPage() { buttonAnimation="blur-reveal" background={{ variant: "rotated-rays-animated" }} carouselItems={[ - { id: "1", imageSrc: "http://img.b2bpic.net/free-photo/silhouette-person-city_23-2149211282.jpg", imageAlt: "modern shop interior professional storefront" }, - { id: "2", imageSrc: "http://img.b2bpic.net/free-photo/woman-standing-with-arms-crossed-kitchen_107420-12355.jpg", imageAlt: "professional shop owner portrait confident" }, + { id: "1", imageSrc: "http://img.b2bpic.net/free-photo/silhouette-person-city_23-2149211282.jpg?_wi=1", imageAlt: "modern shop interior professional storefront" }, + { id: "2", imageSrc: "http://img.b2bpic.net/free-photo/woman-standing-with-arms-crossed-kitchen_107420-12355.jpg?_wi=1", imageAlt: "professional shop owner portrait confident" }, { id: "3", imageSrc: "http://img.b2bpic.net/free-photo/business-discussion_1163-3185.jpg", imageAlt: "professional customer service interaction help" }, { id: "4", imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-man-posing-studio_176474-38422.jpg", imageAlt: "fast delivery shipping logistics professional" }, { id: "5", imageSrc: "http://img.b2bpic.net/free-photo/modern-round-wireless-speaker-with-slick-design-showcased-geometric-podium_23-2150808059.jpg", imageAlt: "premium quality product excellence showcase" }, - { id: "6", imageSrc: "http://img.b2bpic.net/free-photo/silhouette-person-city_23-2149211282.jpg", imageAlt: "modern shop interior professional storefront" } + { id: "6", imageSrc: "http://img.b2bpic.net/free-photo/silhouette-person-city_23-2149211282.jpg?_wi=2", imageAlt: "modern shop interior professional storefront" } ]} autoPlay={true} autoPlayInterval={5000} @@ -74,7 +74,7 @@ export default function LandingPage() { description="SOFIANE VILO ALGER" subdescription="Serving Les Eucalyptus with excellence and professionalism" icon={Heart} - imageSrc="http://img.b2bpic.net/free-photo/woman-standing-with-arms-crossed-kitchen_107420-12355.jpg" + imageSrc="http://img.b2bpic.net/free-photo/woman-standing-with-arms-crossed-kitchen_107420-12355.jpg?_wi=2" imageAlt="SOFIANE VILO shop owner" mediaAnimation="slide-up" useInvertedBackground={false} -- 2.49.1