diff --git a/src/app/page.tsx b/src/app/page.tsx index 299b7ef..dfa76c5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -85,7 +85,7 @@ export default function HomePage() { features={[ { id: "1", title: "Plumbing Services", description: "From leak repairs to complete pipe installations, our licensed plumbers handle all your plumbing needs with precision and care.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/woman-fixing-kitchen-sink_53876-139620.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/woman-fixing-kitchen-sink_53876-139620.jpg?_wi=1"}, items: [ { icon: Droplets, text: "Leak Repairs" }, { icon: Wrench, text: "Pipe Installation" }, @@ -96,7 +96,7 @@ export default function HomePage() { }, { id: "2", title: "Hot Water Tank Services", description: "Professional installation, replacement, and repair of hot water tanks and tankless systems to keep your home comfortable.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/service-man-adjusting-house-heating-system_1303-26529.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/service-man-adjusting-house-heating-system_1303-26529.jpg?_wi=1"}, items: [ { icon: Zap, text: "Installation" }, { icon: RefreshCw, text: "Replacement" }, @@ -107,7 +107,7 @@ export default function HomePage() { }, { id: "3", title: "Heating Services", description: "Keep your home warm all winter with our expert furnace and boiler installation, repair, and maintenance services.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-nurse-giving-scan-patient_23-2149341551.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-nurse-giving-scan-patient_23-2149341551.jpg?_wi=1"}, items: [ { icon: Flame, text: "Furnace Installation" }, { icon: Wrench, text: "Boiler Repair" }, @@ -157,22 +157,22 @@ export default function HomePage() { testimonials={[ { id: "1", name: "Sarah Johnson", role: "Homeowner", company: "Vancouver, BC", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "customer portrait professional headshot person"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=1", imageAlt: "customer portrait professional headshot person"}, { id: "2", name: "Michael Chen", role: "Property Manager", company: "Richmond, BC", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "customer portrait professional headshot person"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=2", imageAlt: "customer portrait professional headshot person"}, { id: "3", name: "Emily Rodriguez", role: "Business Owner", company: "Burnaby, BC", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "customer portrait professional headshot person"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=3", imageAlt: "customer portrait professional headshot person"}, { id: "4", name: "David Kim", role: "Homeowner", company: "Surrey, BC", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "customer portrait professional headshot person"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=4", imageAlt: "customer portrait professional headshot person"}, { id: "5", name: "Jennifer Martinez", role: "Office Manager", company: "Coquitlam, BC", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "customer portrait professional headshot person"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=5", imageAlt: "customer portrait professional headshot person"}, { id: "6", name: "Robert Thompson", role: "Homeowner", company: "Langley, BC", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "customer portrait professional headshot person"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=6", imageAlt: "customer portrait professional headshot person"}, ]} gridVariant="uniform-all-items-equal" animationType="slide-up" @@ -190,7 +190,7 @@ export default function HomePage() { tagIcon={PhoneCall} background={{ variant: "sparkles-gradient" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/woman-fixing-kitchen-sink_53876-139620.jpg" + imageSrc="http://img.b2bpic.net/free-photo/woman-fixing-kitchen-sink_53876-139620.jpg?_wi=2" mediaAnimation="slide-up" mediaPosition="right" inputPlaceholder="Enter your email" @@ -202,7 +202,7 @@ export default function HomePage() {