diff --git a/src/app/page.tsx b/src/app/page.tsx index b4588ca..102af70 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -67,7 +67,7 @@ export default function LandingPage() { handle: "@johndoe", testimonial: "Excellent service and very affordable prices. Highly recommend!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/handyman-helping-senior-woman-kitchen_1098-17865.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/handyman-helping-senior-woman-kitchen_1098-17865.jpg?_wi=1", imageAlt: "professional plumber smiling friendly", }, { @@ -75,7 +75,7 @@ export default function LandingPage() { handle: "@janesmith", testimonial: "Fixed my leak in minutes. Very friendly and professional.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-manual-worker-presenting-results-business-development-while-giving-presentation-company-leaders-his-team-factory_637285-4144.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-manual-worker-presenting-results-business-development-while-giving-presentation-company-leaders-his-team-factory_637285-4144.jpg?_wi=1", imageAlt: "plumbing team modern van", }, { @@ -83,7 +83,7 @@ export default function LandingPage() { handle: "@mikebrown", testimonial: "Great work on our water heater installation.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/plumber-assembling-pipe_1098-17772.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/plumber-assembling-pipe_1098-17772.jpg?_wi=1", imageAlt: "leaky pipe repair", }, { @@ -91,7 +91,7 @@ export default function LandingPage() { handle: "@sarahlee", testimonial: "Fast, honest, and reliable plumbing work.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/man-fixing-kitchen-sink_53876-24827.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-fixing-kitchen-sink_53876-24827.jpg?_wi=1", imageAlt: "drain cleaning professional", }, { @@ -99,7 +99,7 @@ export default function LandingPage() { handle: "@tomwhite", testimonial: "Will use again for any plumbing needs.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/copper-faucet-smooth-lines-warm-metal_169016-69461.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/copper-faucet-smooth-lines-warm-metal_169016-69461.jpg?_wi=1", imageAlt: "water heater installation", }, ]} @@ -113,7 +113,7 @@ export default function LandingPage() { href: "#contact", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/handyman-helping-senior-woman-kitchen_1098-17865.jpg" + imageSrc="http://img.b2bpic.net/free-photo/handyman-helping-senior-woman-kitchen_1098-17865.jpg?_wi=2" imageAlt="Professional plumbing services" mediaAnimation="slide-up" avatars={[ @@ -182,7 +182,7 @@ export default function LandingPage() { title: "Emergency Support", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/happy-manual-worker-presenting-results-business-development-while-giving-presentation-company-leaders-his-team-factory_637285-4144.jpg" + imageSrc="http://img.b2bpic.net/free-photo/happy-manual-worker-presenting-results-business-development-while-giving-presentation-company-leaders-his-team-factory_637285-4144.jpg?_wi=2" mediaAnimation="slide-up" metricsAnimation="slide-up" /> @@ -198,19 +198,19 @@ export default function LandingPage() { { title: "Pipe Leak Repair", description: "Expert patching and repiping services for any plumbing system leaks.", - imageSrc: "http://img.b2bpic.net/free-photo/plumber-assembling-pipe_1098-17772.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/plumber-assembling-pipe_1098-17772.jpg?_wi=2", imageAlt: "Leak repair", }, { title: "Drain Cleaning", description: "Professional drain cleaning to clear blockages and prevent backups.", - imageSrc: "http://img.b2bpic.net/free-photo/man-fixing-kitchen-sink_53876-24827.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-fixing-kitchen-sink_53876-24827.jpg?_wi=2", imageAlt: "Drain cleaning", }, { title: "Water Heater Setup", description: "Installations and repairs for all types of water heating units.", - imageSrc: "http://img.b2bpic.net/free-photo/copper-faucet-smooth-lines-warm-metal_169016-69461.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/copper-faucet-smooth-lines-warm-metal_169016-69461.jpg?_wi=2", imageAlt: "Water heater service", }, ]}