diff --git a/src/app/page.tsx b/src/app/page.tsx index dcaa8bb..7625fbc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -123,7 +123,7 @@ export default function HomePage() { price: "Available 24/7", rating: 5, reviewCount: "331+", - imageSrc: "http://img.b2bpic.net/free-photo/male-worker-operating-machinery-factory_107420-96043.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/male-worker-operating-machinery-factory_107420-96043.jpg?_wi=1", imageAlt: "Leak repair service", }, { @@ -133,7 +133,7 @@ export default function HomePage() { price: "Affordable Rates", rating: 5, reviewCount: "331+", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-plumber-checking-kitchen-fixtures_1098-17864.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-plumber-checking-kitchen-fixtures_1098-17864.jpg?_wi=1", imageAlt: "Drain cleaning service", }, { @@ -143,7 +143,7 @@ export default function HomePage() { price: "Professional Work", rating: 5, reviewCount: "331+", - imageSrc: "http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990725.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990725.jpg?_wi=1", imageAlt: "Pipe installation service", }, { @@ -153,7 +153,7 @@ export default function HomePage() { price: "Quality Products", rating: 5, reviewCount: "331+", - imageSrc: "http://img.b2bpic.net/free-photo/steel-faucet-interior-modern-bathroom-with-window_169016-26975.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/steel-faucet-interior-modern-bathroom-with-window_169016-26975.jpg?_wi=1", imageAlt: "Bathroom fittings installation", }, { @@ -163,7 +163,7 @@ export default function HomePage() { price: "Expert Service", rating: 5, reviewCount: "331+", - imageSrc: "http://img.b2bpic.net/free-photo/factory-silos-worker-standing-metal-platform-industrial-storage-tanks-looking-tablet-about-food-production_342744-440.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/factory-silos-worker-standing-metal-platform-industrial-storage-tanks-looking-tablet-about-food-production_342744-440.jpg?_wi=1", imageAlt: "Water tank repair service", }, { @@ -173,7 +173,7 @@ export default function HomePage() { price: "Call Immediately", rating: 5, reviewCount: "331+", - imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721566.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721566.jpg?_wi=1", imageAlt: "Emergency plumbing response", }, ]} @@ -195,7 +195,7 @@ export default function HomePage() { handle: "@rajesh_bangalore", testimonial: "Fair price with quality of work. Called them for a pipe burst at 2 AM on a Sunday, and they arrived within 45 minutes. Excellent service!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1674.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1674.jpg?_wi=1", imageAlt: "Rajesh Kumar testimonial", }, { @@ -204,7 +204,7 @@ export default function HomePage() { handle: "@priya_home", testimonial: "Very quick and reasonable service. No unnecessary charges like other plumbers. They diagnosed the issue correctly and fixed it on the first visit.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg?_wi=1", imageAlt: "Priya Sharma testimonial", }, { @@ -213,7 +213,7 @@ export default function HomePage() { handle: "@amit_property", testimonial: "Experienced plumbing service provider. They handle both small household repairs and large apartment complex maintenance. Highly recommended!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-stylish-blond-bearded-male-dressed-suit-grey-background_613910-11907.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-stylish-blond-bearded-male-dressed-suit-grey-background_613910-11907.jpg?_wi=1", imageAlt: "Amit Patel testimonial", }, { @@ -222,7 +222,7 @@ export default function HomePage() { handle: "@sneha_bangalore", testimonial: "Professional technicians who explain the work clearly. They provided a warranty on the repair and followed up the next day. Best plumber in Srinivasnagar!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg?_wi=1", imageAlt: "Sneha Desai testimonial", }, { @@ -231,7 +231,7 @@ export default function HomePage() { handle: "@vikram_home", testimonial: "24/7 availability is a lifesaver. Had a water leakage issue late at night. They came quickly, fixed it permanently, and charged fairly.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=1", imageAlt: "Vikram Singh testimonial", }, { @@ -240,7 +240,7 @@ export default function HomePage() { handle: "@anjali_bengaluru", testimonial: "Transparent pricing and honest advice. They didn't try to oversell unnecessary services. Will definitely call them again for any plumbing needs.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-successful-entrepreneur_1098-3855.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-successful-entrepreneur_1098-3855.jpg?_wi=1", imageAlt: "Anjali Nair testimonial", }, ]} diff --git a/src/app/reviews/page.tsx b/src/app/reviews/page.tsx index bb28f3b..f7b2253 100644 --- a/src/app/reviews/page.tsx +++ b/src/app/reviews/page.tsx @@ -53,7 +53,7 @@ export default function ReviewsPage() { handle: "@rajesh_bangalore", testimonial: "Fair price with quality of work. Called them for a pipe burst at 2 AM on a Sunday, and they arrived within 45 minutes. Excellent service! Highly satisfied with their professionalism.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1674.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1674.jpg?_wi=2", imageAlt: "Rajesh Kumar review", }, { @@ -62,7 +62,7 @@ export default function ReviewsPage() { handle: "@priya_home", testimonial: "Very quick and reasonable service. No unnecessary charges like other plumbers. They diagnosed the issue correctly and fixed it on the first visit. Best plumber I've worked with!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg?_wi=2", imageAlt: "Priya Sharma review", }, { @@ -71,7 +71,7 @@ export default function ReviewsPage() { handle: "@amit_property", testimonial: "Experienced plumbing service provider. They handle both small household repairs and large apartment complex maintenance. Highly recommended for any plumbing needs!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-stylish-blond-bearded-male-dressed-suit-grey-background_613910-11907.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-stylish-blond-bearded-male-dressed-suit-grey-background_613910-11907.jpg?_wi=2", imageAlt: "Amit Patel review", }, { @@ -80,7 +80,7 @@ export default function ReviewsPage() { handle: "@sneha_bangalore", testimonial: "Professional technicians who explain the work clearly. They provided a warranty on the repair and followed up the next day. Best plumber in Srinivasnagar! Couldn't ask for better service.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg?_wi=2", imageAlt: "Sneha Desai review", }, { @@ -89,7 +89,7 @@ export default function ReviewsPage() { handle: "@vikram_home", testimonial: "24/7 availability is a lifesaver. Had a water leakage issue late at night. They came quickly, fixed it permanently, and charged fairly. Exceptional service!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=2", imageAlt: "Vikram Singh review", }, { @@ -98,7 +98,7 @@ export default function ReviewsPage() { handle: "@anjali_bengaluru", testimonial: "Transparent pricing and honest advice. They didn't try to oversell unnecessary services. Will definitely call them again for any plumbing needs. Outstanding professionalism!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-successful-entrepreneur_1098-3855.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-successful-entrepreneur_1098-3855.jpg?_wi=2", imageAlt: "Anjali Nair review", }, ]} diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 3b18591..998a579 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -54,7 +54,7 @@ export default function ServicesPage() { price: "₹500 onwards", rating: 5, reviewCount: "331+", - imageSrc: "http://img.b2bpic.net/free-photo/male-worker-operating-machinery-factory_107420-96043.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/male-worker-operating-machinery-factory_107420-96043.jpg?_wi=2", imageAlt: "Professional leak repair service", }, { @@ -64,7 +64,7 @@ export default function ServicesPage() { price: "₹400-800", rating: 5, reviewCount: "331+", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-plumber-checking-kitchen-fixtures_1098-17864.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-plumber-checking-kitchen-fixtures_1098-17864.jpg?_wi=2", imageAlt: "Drain cleaning and maintenance", }, { @@ -74,7 +74,7 @@ export default function ServicesPage() { price: "Custom Quote", rating: 5, reviewCount: "331+", - imageSrc: "http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990725.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990725.jpg?_wi=2", imageAlt: "Professional pipe installation", }, { @@ -84,7 +84,7 @@ export default function ServicesPage() { price: "Professional Quote", rating: 5, reviewCount: "331+", - imageSrc: "http://img.b2bpic.net/free-photo/steel-faucet-interior-modern-bathroom-with-window_169016-26975.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/steel-faucet-interior-modern-bathroom-with-window_169016-26975.jpg?_wi=2", imageAlt: "Premium bathroom fixtures", }, { @@ -94,7 +94,7 @@ export default function ServicesPage() { price: "₹800-2000", rating: 5, reviewCount: "331+", - imageSrc: "http://img.b2bpic.net/free-photo/factory-silos-worker-standing-metal-platform-industrial-storage-tanks-looking-tablet-about-food-production_342744-440.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/factory-silos-worker-standing-metal-platform-industrial-storage-tanks-looking-tablet-about-food-production_342744-440.jpg?_wi=2", imageAlt: "Water tank maintenance service", }, { @@ -104,7 +104,7 @@ export default function ServicesPage() { price: "Immediate Dispatch", rating: 5, reviewCount: "331+", - imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721566.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721566.jpg?_wi=2", imageAlt: "24/7 emergency plumbing response", }, ]}