Update src/app/before-after/page.tsx

This commit is contained in:
2026-02-23 19:06:44 +00:00
parent 385f14cce1
commit 81edaefeef

View File

@@ -43,7 +43,7 @@ export default function BeforeAfterPage() {
id: "1", id: "1",
name: "Complete Yard Makeover", name: "Complete Yard Makeover",
price: "Before & After", 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" imageAlt: "Complete yard transformation from overgrown to beautiful"
}, },
{ {
@@ -57,7 +57,7 @@ export default function BeforeAfterPage() {
id: "3", id: "3",
name: "Rental Property Cleanup", name: "Rental Property Cleanup",
price: "Before & After", 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" imageAlt: "Rental property cleanup transformation"
}, },
{ {
@@ -71,14 +71,14 @@ export default function BeforeAfterPage() {
id: "5", id: "5",
name: "Debris-Filled Yard Cleanup", name: "Debris-Filled Yard Cleanup",
price: "Before & After", 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" imageAlt: "Debris removal and yard cleanup"
}, },
{ {
id: "6", id: "6",
name: "Landscape Design Implementation", name: "Landscape Design Implementation",
price: "Before & After", 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" imageAlt: "Professional landscape design implementation"
} }
]} ]}