From 6243b7a0334efa03087a06ff0e9cfbf608b0f4ca Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 18:28:11 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2b96d49..5218065 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,31 +52,31 @@ export default function LandingPage() { description="Providing peace of mind to South Florida families for over 20 years. Expert, bilingual service for all your insurance needs." leftCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/colleagues-working-together-office_23-2148513894.jpg", imageAlt: "Family insurance agent"}, + imageSrc: "http://img.b2bpic.net/free-photo/colleagues-working-together-office_23-2148513894.jpg?_wi=1", imageAlt: "Family insurance agent"}, { - imageSrc: "http://img.b2bpic.net/free-photo/colleagues-working-together-office_23-2148513894.jpg", imageAlt: "Office meeting"}, + imageSrc: "http://img.b2bpic.net/free-photo/colleagues-working-together-office_23-2148513894.jpg?_wi=2", imageAlt: "Office meeting"}, { - imageSrc: "http://img.b2bpic.net/free-photo/colleagues-working-together-office_23-2148513894.jpg", imageAlt: "Insurance consultation"}, + imageSrc: "http://img.b2bpic.net/free-photo/colleagues-working-together-office_23-2148513894.jpg?_wi=3", imageAlt: "Insurance consultation"}, { - imageSrc: "http://img.b2bpic.net/free-photo/colleagues-working-together-office_23-2148513894.jpg", imageAlt: "Bilingual service"}, + imageSrc: "http://img.b2bpic.net/free-photo/colleagues-working-together-office_23-2148513894.jpg?_wi=4", imageAlt: "Bilingual service"}, { - imageSrc: "http://img.b2bpic.net/free-photo/colleagues-working-together-office_23-2148513894.jpg", imageAlt: "Personalized care"}, + imageSrc: "http://img.b2bpic.net/free-photo/colleagues-working-together-office_23-2148513894.jpg?_wi=5", imageAlt: "Personalized care"}, { - imageSrc: "http://img.b2bpic.net/free-photo/colleagues-working-together-office_23-2148513894.jpg", imageAlt: "Community support"}, + imageSrc: "http://img.b2bpic.net/free-photo/colleagues-working-together-office_23-2148513894.jpg?_wi=6", imageAlt: "Community support"}, ]} rightCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/colleagues-working-together-office_23-2148513894.jpg", imageAlt: "Insurance advisor"}, + imageSrc: "http://img.b2bpic.net/free-photo/colleagues-working-together-office_23-2148513894.jpg?_wi=7", imageAlt: "Insurance advisor"}, { - imageSrc: "http://img.b2bpic.net/free-photo/colleagues-working-together-office_23-2148513894.jpg", imageAlt: "Coverage review"}, + imageSrc: "http://img.b2bpic.net/free-photo/colleagues-working-together-office_23-2148513894.jpg?_wi=8", imageAlt: "Coverage review"}, { - imageSrc: "http://img.b2bpic.net/free-photo/colleagues-working-together-office_23-2148513894.jpg", imageAlt: "Happy family"}, + imageSrc: "http://img.b2bpic.net/free-photo/colleagues-working-together-office_23-2148513894.jpg?_wi=9", imageAlt: "Happy family"}, { - imageSrc: "http://img.b2bpic.net/free-photo/colleagues-working-together-office_23-2148513894.jpg", imageAlt: "Florida insurance"}, + imageSrc: "http://img.b2bpic.net/free-photo/colleagues-working-together-office_23-2148513894.jpg?_wi=10", imageAlt: "Florida insurance"}, { - imageSrc: "http://img.b2bpic.net/free-photo/colleagues-working-together-office_23-2148513894.jpg", imageAlt: "Life protection"}, + imageSrc: "http://img.b2bpic.net/free-photo/colleagues-working-together-office_23-2148513894.jpg?_wi=11", imageAlt: "Life protection"}, { - imageSrc: "http://img.b2bpic.net/free-photo/colleagues-working-together-office_23-2148513894.jpg", imageAlt: "Commercial risk"}, + imageSrc: "http://img.b2bpic.net/free-photo/colleagues-working-together-office_23-2148513894.jpg?_wi=12", imageAlt: "Commercial risk"}, ]} buttons={[ { -- 2.49.1