diff --git a/src/app/page.tsx b/src/app/page.tsx index 55dbef0..5b8c153 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,14 +50,14 @@ export default function LandingPage() { { text: "Request Information", href: "#contact" } ]} buttonAnimation="blur-reveal" - background={{ variant: "circleGradient" }} + background={{ variant: "rotated-rays-animated" }} carouselItems={[ - { 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: "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: "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?_wi=2", imageAlt: "modern shop interior professional storefront" } + { id: "6", imageSrc: "http://img.b2bpic.net/free-photo/silhouette-person-city_23-2149211282.jpg", 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?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/woman-standing-with-arms-crossed-kitchen_107420-12355.jpg" imageAlt="SOFIANE VILO shop owner" mediaAnimation="slide-up" useInvertedBackground={false}