From b44b020b281b462d488b30c00359a8c7b1506ab0 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 13:02:44 +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 8f19ee9..337ee0a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -183,22 +183,22 @@ export default function AquaBuildPage() { testimonials={[ { id: "1", name: "Ahmed Al Mansouri", handle: "@ahmed_mansouri", testimonial: "AquaBuild transformed our villa's outdoor space into a stunning oasis. The team's professionalism and attention to detail was exceptional. Highly recommend!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "professional portrait business person confident professional corporate headshot"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "professional portrait business person confident professional corporate headshot"}, { id: "2", name: "Fatima Al Serkal", handle: "@fatima_serkal", testimonial: "Outstanding work! The pool was completed ahead of schedule and looks even better than the renderings. The maintenance support has been exemplary.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "professional headshot business professional corporate portrait person portrait"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "professional headshot business professional corporate portrait person portrait"}, { id: "3", name: "Mohammed Al Mazrouei", handle: "@m_almazrouei", testimonial: "We used AquaBuild for our resort project and couldn't be happier. Professional team, quality materials, and seamless project management throughout.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businessman-posing-outside_74855-1183.jpg", imageAlt: "professional photo business person corporate professional portrait photo"}, { id: "4", name: "Layla Al Maktoum", handle: "@layla_maktoum", testimonial: "The design consultation was invaluable. They understood exactly what we wanted and delivered beyond expectations. Our family loves the new pool!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "professional profile business headshot corporate portrait business photo"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "professional profile business headshot corporate portrait business photo"}, { id: "5", name: "Saeed Al Shamsi", handle: "@saeed_shamsi", testimonial: "Excellent craftsmanship and customer service. The pool has been perfect for our commercial property. Definitely our first choice for future projects.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "professional portrait business headshot corporate person professional photo"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "professional portrait business headshot corporate person professional photo"}, { id: "6", name: "Hana Al Nasser", handle: "@hana_alnasser", testimonial: "From initial consultation to final touches, AquaBuild was professional and reliable. Our pool is the centerpiece of our home. Thank you!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "business professional professional headshot corporate portrait person profile"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=5", imageAlt: "business professional professional headshot corporate portrait person profile"}, ]} animationType="blur-reveal" textboxLayout="default" -- 2.49.1