From 5863d17b0f1d1629184b2456cc8edf31bc502458 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 23:30:38 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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} -- 2.49.1