From b8d23d2c62dd03ba1d37b72d8efbc6d25e42bcc2 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 21:01:30 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 16eeda9..4a9bd64 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -65,13 +65,13 @@ export default function LandingPage() { metrics={[ { id: "1", value: "4.8★", title: "Client Rating", description: "120+ verified reviews and testimonials", imageSrc: - "http://img.b2bpic.net/free-photo/woman-holding-rag-detergent-cleaning-cooker_651396-2881.jpg", imageAlt: "Satisfied customers"}, + "http://img.b2bpic.net/free-photo/woman-holding-rag-detergent-cleaning-cooker_651396-2881.jpg?_wi=1", imageAlt: "Satisfied customers"}, { id: "2", value: "24/7", title: "Always Available", description: "Open round-the-clock for your convenience", imageSrc: - "http://img.b2bpic.net/free-photo/full-shot-men-cleaning-office_23-2149345516.jpg", imageAlt: "24 hour service"}, + "http://img.b2bpic.net/free-photo/full-shot-men-cleaning-office_23-2149345516.jpg?_wi=1", imageAlt: "24 hour service"}, { id: "3", value: "100%", title: "Satisfaction Guarantee", description: "Fully reliable service backed by our commitment", imageSrc: - "http://img.b2bpic.net/free-photo/rear-view-man-cleaning-mirror-bathroom_329181-20789.jpg", imageAlt: "Quality guarantee"}, + "http://img.b2bpic.net/free-photo/rear-view-man-cleaning-mirror-bathroom_329181-20789.jpg?_wi=1", imageAlt: "Quality guarantee"}, ]} animationType="slide-up" textboxLayout="default" @@ -90,11 +90,11 @@ export default function LandingPage() { { id: "1", title: "Residential Cleaning", tags: ["Homes", "Apartments"], imageSrc: - "http://img.b2bpic.net/free-photo/woman-holding-rag-detergent-cleaning-cooker_651396-2881.jpg", imageAlt: "Residential home cleaning"}, + "http://img.b2bpic.net/free-photo/woman-holding-rag-detergent-cleaning-cooker_651396-2881.jpg?_wi=2", imageAlt: "Residential home cleaning"}, { id: "2", title: "Office Cleaning", tags: ["Commercial", "Professional"], imageSrc: - "http://img.b2bpic.net/free-photo/full-shot-men-cleaning-office_23-2149345516.jpg", imageAlt: "Office space cleaning"}, + "http://img.b2bpic.net/free-photo/full-shot-men-cleaning-office_23-2149345516.jpg?_wi=2", imageAlt: "Office space cleaning"}, { id: "3", title: "Deep Cleaning", tags: ["Thorough", "Detailed"], imageSrc: @@ -106,11 +106,11 @@ export default function LandingPage() { { id: "5", title: "Move-In/Move-Out Cleaning", tags: ["Relocation", "Turnover"], imageSrc: - "http://img.b2bpic.net/free-photo/rear-view-man-cleaning-mirror-bathroom_329181-20789.jpg", imageAlt: "Move cleaning service"}, + "http://img.b2bpic.net/free-photo/rear-view-man-cleaning-mirror-bathroom_329181-20789.jpg?_wi=2", imageAlt: "Move cleaning service"}, { id: "6", title: "Industrial Cleaning", tags: ["Heavy Duty", "Specialized"], imageSrc: - "http://img.b2bpic.net/free-photo/full-shot-men-cleaning-office_23-2149345516.jpg", imageAlt: "Industrial cleaning"}, + "http://img.b2bpic.net/free-photo/full-shot-men-cleaning-office_23-2149345516.jpg?_wi=3", imageAlt: "Industrial cleaning"}, ]} animationType="slide-up" textboxLayout="default" @@ -146,7 +146,7 @@ export default function LandingPage() { { id: "2", name: "Tunde Oluwaseun", role: "Office Manager", company: "Victoria Island", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Tunde Oluwaseun"}, + "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Tunde Oluwaseun"}, { id: "3", name: "Zainab Hassan", role: "Real Estate Agent", company: "Ajah Properties", rating: 5, imageSrc: @@ -162,7 +162,7 @@ export default function LandingPage() { { id: "6", name: "Ibrahim Kamara", role: "Hotel Manager", company: "Lagos Island", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Ibrahim Kamara"}, + "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Ibrahim Kamara"}, ]} kpiItems={[ { value: "500+", label: "Happy Clients Served" }, -- 2.49.1