diff --git a/src/app/before-after/page.tsx b/src/app/before-after/page.tsx index dc484b3..b0b7011 100644 --- a/src/app/before-after/page.tsx +++ b/src/app/before-after/page.tsx @@ -43,7 +43,7 @@ export default function BeforeAfterPage() { id: "1", name: "Complete Yard Makeover", price: "Before & After", - imageSrc: "https://img.b2bpic.net/free-photo/full-shot-woman-raking-outdoors_23-2149382185.jpg", + imageSrc: "https://img.b2bpic.net/free-photo/full-shot-woman-raking-outdoors_23-2149382185.jpg?_wi=3", imageAlt: "Complete yard transformation from overgrown to beautiful" }, { @@ -57,7 +57,7 @@ export default function BeforeAfterPage() { id: "3", name: "Rental Property Cleanup", price: "Before & After", - imageSrc: "https://img.b2bpic.net/free-photo/woman-with-vegetables-utility-cart_23-2147954312.jpg", + imageSrc: "https://img.b2bpic.net/free-photo/woman-with-vegetables-utility-cart_23-2147954312.jpg?_wi=1", imageAlt: "Rental property cleanup transformation" }, { @@ -71,14 +71,14 @@ export default function BeforeAfterPage() { id: "5", name: "Debris-Filled Yard Cleanup", price: "Before & After", - imageSrc: "https://img.b2bpic.net/free-photo/woman-with-vegetables-utility-cart_23-2147954312.jpg", + imageSrc: "https://img.b2bpic.net/free-photo/woman-with-vegetables-utility-cart_23-2147954312.jpg?_wi=2", imageAlt: "Debris removal and yard cleanup" }, { id: "6", name: "Landscape Design Implementation", price: "Before & After", - imageSrc: "https://img.b2bpic.net/free-photo/full-shot-woman-raking-outdoors_23-2149382185.jpg", + imageSrc: "https://img.b2bpic.net/free-photo/full-shot-woman-raking-outdoors_23-2149382185.jpg?_wi=4", imageAlt: "Professional landscape design implementation" } ]}