From e8630f18ac71d4bb54c939664921ce5b4aa27360 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 4 Apr 2026 14:42:14 +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 a5e45b4..c3ba499 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -123,15 +123,15 @@ export default function LandingPage() { useInvertedBackground={true} testimonials={[ { - id: "1", title: "Excellent Service", quote: "Reliable and professional during the hottest months.", name: "Ahmed Al-Thani", role: "Villa Owner", imageSrc: "http://img.b2bpic.net/free-photo/smiling-muslim-man-portrait_482257-75678.jpg"}, + id: "1", title: "Excellent Service", quote: "Reliable and professional during the hottest months.", name: "Ahmed Al-Thani", role: "Villa Owner", imageSrc: "http://img.b2bpic.net/free-photo/smiling-muslim-man-portrait_482257-75678.jpg?_wi=1"}, { - id: "2", title: "Great Quality", quote: "Design firm choice for all projects.", name: "Noor Interiors", role: "Design Firm", imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-with-arms-desk_1098-2184.jpg"}, + id: "2", title: "Great Quality", quote: "Design firm choice for all projects.", name: "Noor Interiors", role: "Design Firm", imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-with-arms-desk_1098-2184.jpg?_wi=1"}, { id: "3", title: "Rapid Response", quote: "Best facility managers in Lusail.", name: "Lusail Plaza", role: "Manager", imageSrc: "http://img.b2bpic.net/free-photo/technician-optimizing-data-center-equipment-maximum-efficiency_482257-117650.jpg"}, { - id: "4", title: "Top Tier", quote: "Fast and clean work.", name: "Sara K", role: "Client", imageSrc: "http://img.b2bpic.net/free-photo/smiling-muslim-man-portrait_482257-75678.jpg"}, + id: "4", title: "Top Tier", quote: "Fast and clean work.", name: "Sara K", role: "Client", imageSrc: "http://img.b2bpic.net/free-photo/smiling-muslim-man-portrait_482257-75678.jpg?_wi=2"}, { - id: "5", title: "Highly Recommend", quote: "Life savers in the Qatar heat.", name: "John D", role: "Client", imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-with-arms-desk_1098-2184.jpg"}, + id: "5", title: "Highly Recommend", quote: "Life savers in the Qatar heat.", name: "John D", role: "Client", imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-with-arms-desk_1098-2184.jpg?_wi=2"}, ]} title="Trusted by Doha" description="What our clients say about our reliability." -- 2.49.1