diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 70a94e8..50173fd 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -69,14 +69,14 @@ export default function LandingPage() { description="We pride ourselves on doing the job right the first time. Our family-run operation ensures accountability and quality in every connection." subdescription="Our focus is purely on local service within Stafford, VA. We treat every customer home as if it were our own." icon={Shield} - imageSrc="http://img.b2bpic.net/free-photo/man-woman-assembling-bed_23-2147782393.jpg" + imageSrc="http://img.b2bpic.net/free-photo/man-woman-assembling-bed_23-2147782393.jpg?_wi=4" mediaAnimation="slide-up" />
@@ -110,37 +110,37 @@ export default function LandingPage() { id: "w1", name: "Water Heater Upgrade", price: "Standard Service", - imageSrc: "http://img.b2bpic.net/free-photo/cheese-industry-interior-production-hard-cheese-background_645730-198.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cheese-industry-interior-production-hard-cheese-background_645730-198.jpg?_wi=1", }, { id: "w2", name: "Complete Faucet Install", price: "Standard Service", - imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990700.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990700.jpg?_wi=1", }, { id: "w3", name: "Commercial Plumbing", price: "Standard Service", - imageSrc: "http://img.b2bpic.net/free-photo/modern-autonomous-heating-system-boiler-room_169016-51491.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/modern-autonomous-heating-system-boiler-room_169016-51491.jpg?_wi=1", }, { id: "w4", name: "Drain Unclogging", price: "Standard Service", - imageSrc: "http://img.b2bpic.net/free-photo/cheese-industry-interior-production-hard-cheese-background_645730-198.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cheese-industry-interior-production-hard-cheese-background_645730-198.jpg?_wi=2", }, { id: "w5", name: "Toilet Replacement", price: "Standard Service", - imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990700.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990700.jpg?_wi=2", }, { id: "w6", name: "Disposal Unit Fix", price: "Standard Service", - imageSrc: "http://img.b2bpic.net/free-photo/modern-autonomous-heating-system-boiler-room_169016-51491.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/modern-autonomous-heating-system-boiler-room_169016-51491.jpg?_wi=2", }, ]} title="Previous Work" @@ -205,12 +205,12 @@ export default function LandingPage() { { id: "m1", name: "John White", - imageSrc: "http://img.b2bpic.net/free-photo/man-woman-assembling-bed_23-2147782393.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-woman-assembling-bed_23-2147782393.jpg?_wi=2", }, { id: "m2", name: "Sarah White", - imageSrc: "http://img.b2bpic.net/free-photo/man-woman-assembling-bed_23-2147782393.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-woman-assembling-bed_23-2147782393.jpg?_wi=3", }, ]} /> @@ -218,7 +218,7 @@ export default function LandingPage() {