From 07ba99a4e63f9fdde0712310dc69d32b363b0fa8 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 03:43:52 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4c8b961..65c5aa2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,13 +51,13 @@ export default function LandingPage() { { imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721535.jpg", imageAlt: "Professional plumber working on pipes"}, { - imageSrc: "http://img.b2bpic.net/free-photo/cheerful-adult-plumber-sitting-bathroom_23-2147772218.jpg", imageAlt: "Pipe repair and maintenance"}, + imageSrc: "http://img.b2bpic.net/free-photo/cheerful-adult-plumber-sitting-bathroom_23-2147772218.jpg?_wi=1", imageAlt: "Pipe repair and maintenance"}, { - imageSrc: "http://img.b2bpic.net/free-photo/sanitary-equipment_93675-131936.jpg", imageAlt: "Water pump installation"}, + imageSrc: "http://img.b2bpic.net/free-photo/sanitary-equipment_93675-131936.jpg?_wi=1", imageAlt: "Water pump installation"}, { - imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990710.jpg", imageAlt: "Bathroom plumbing fixtures"}, + imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990710.jpg?_wi=1", imageAlt: "Bathroom plumbing fixtures"}, { - imageSrc: "http://img.b2bpic.net/free-photo/man-fixing-kitchen-sink_53876-13430.jpg", imageAlt: "Emergency plumbing response"}, + imageSrc: "http://img.b2bpic.net/free-photo/man-fixing-kitchen-sink_53876-13430.jpg?_wi=1", imageAlt: "Emergency plumbing response"}, ]} mediaAnimation="slide-up" buttons={[ @@ -103,17 +103,17 @@ export default function LandingPage() { tagAnimation="slide-up" features={[ { - id: "01", title: "Pipe Repair & Replacement", description: "Expert repair and installation of water supply pipes, drainage systems, and fittings using quality materials", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-adult-plumber-sitting-bathroom_23-2147772218.jpg", imageAlt: "Pipe repair service"}, + id: "01", title: "Pipe Repair & Replacement", description: "Expert repair and installation of water supply pipes, drainage systems, and fittings using quality materials", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-adult-plumber-sitting-bathroom_23-2147772218.jpg?_wi=2", imageAlt: "Pipe repair service"}, { id: "02", title: "Drain Cleaning", description: "Remove blockages and restore water flow with professional drain cleaning and high-pressure water jetting", imageSrc: "http://img.b2bpic.net/free-photo/top-view-plumber-checking-kitchen-fixtures_1098-17864.jpg", imageAlt: "Drain cleaning service"}, { - id: "03", title: "Water Pump Installation", description: "Professional installation and maintenance of water pumps, pressure tanks, and water storage systems", imageSrc: "http://img.b2bpic.net/free-photo/sanitary-equipment_93675-131936.jpg", imageAlt: "Water pump installation"}, + id: "03", title: "Water Pump Installation", description: "Professional installation and maintenance of water pumps, pressure tanks, and water storage systems", imageSrc: "http://img.b2bpic.net/free-photo/sanitary-equipment_93675-131936.jpg?_wi=2", imageAlt: "Water pump installation"}, { id: "04", title: "Leak Detection", description: "Identify hidden leaks using advanced equipment and fix them quickly to save water and money", imageSrc: "http://img.b2bpic.net/free-photo/man-installs-heating-system-house-checks-pipes-with-wrench_169016-55834.jpg", imageAlt: "Leak detection service"}, { - id: "05", title: "Bathroom Plumbing", description: "Complete bathroom solutions including fixture installation, tiling, and waterproofing", imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990710.jpg", imageAlt: "Bathroom plumbing"}, + id: "05", title: "Bathroom Plumbing", description: "Complete bathroom solutions including fixture installation, tiling, and waterproofing", imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990710.jpg?_wi=2", imageAlt: "Bathroom plumbing"}, { - id: "06", title: "Emergency Plumbing", description: "24/7 emergency response for pipe bursts, severe leaks, and urgent plumbing issues", imageSrc: "http://img.b2bpic.net/free-photo/man-fixing-kitchen-sink_53876-13430.jpg", imageAlt: "Emergency plumbing"}, + id: "06", title: "Emergency Plumbing", description: "24/7 emergency response for pipe bursts, severe leaks, and urgent plumbing issues", imageSrc: "http://img.b2bpic.net/free-photo/man-fixing-kitchen-sink_53876-13430.jpg?_wi=2", imageAlt: "Emergency plumbing"}, ]} gridVariant="three-columns-all-equal-width" animationType="slide-up" -- 2.49.1