From 38d0cbd6b30cfbfcfcad0faad2a1f6ee5d07d77c Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 05:36:34 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5e8edfe..36eb7a3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -64,13 +64,13 @@ export default function LandingPage() { tag="Full-Service Coverage" features={[ { - title: "Washing Machine Repair", description: "Expert diagnosis and repair for all washing machine models", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-male-technician-doing-work-report-broken-fridge-home-kitchen_662251-2719.jpg", imageAlt: "Washing machine repair service", buttonIcon: Wrench + title: "Washing Machine Repair", description: "Expert diagnosis and repair for all washing machine models", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-male-technician-doing-work-report-broken-fridge-home-kitchen_662251-2719.jpg?_wi=1", imageAlt: "Washing machine repair service", buttonIcon: Wrench }, { - title: "Appliance Installation", description: "Professional installation of new appliances with safety checks", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-male-technician-doing-work-report-broken-fridge-home-kitchen_662251-2719.jpg", imageAlt: "Appliance installation service", buttonIcon: Zap + title: "Appliance Installation", description: "Professional installation of new appliances with safety checks", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-male-technician-doing-work-report-broken-fridge-home-kitchen_662251-2719.jpg?_wi=2", imageAlt: "Appliance installation service", buttonIcon: Zap }, { - title: "Preventive Maintenance", description: "Regular maintenance packages to keep appliances running smoothly", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-male-technician-doing-work-report-broken-fridge-home-kitchen_662251-2719.jpg", imageAlt: "Appliance maintenance service", buttonIcon: CheckCircle + title: "Preventive Maintenance", description: "Regular maintenance packages to keep appliances running smoothly", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-male-technician-doing-work-report-broken-fridge-home-kitchen_662251-2719.jpg?_wi=3", imageAlt: "Appliance maintenance service", buttonIcon: CheckCircle } ]} textboxLayout="default" @@ -119,19 +119,19 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Fatima Al Mansoori", role: "Homeowner", company: "Dubai Marina", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "Customer portrait" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=1", imageAlt: "Customer portrait" }, { id: "2", name: "Ahmed Hassan", role: "Property Manager", company: "Downtown Dubai", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "Customer portrait" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=2", imageAlt: "Customer portrait" }, { id: "3", name: "Sarah Johnson", role: "Resident", company: "Jumeirah", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "Customer portrait" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=3", imageAlt: "Customer portrait" }, { id: "4", name: "Mohammed Al Khayat", role: "Business Owner", company: "JBR", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "Customer portrait" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=4", imageAlt: "Customer portrait" } ]} kpiItems={[ -- 2.49.1