From 7791a700f15b39d5221c585dba9d03888bd888d6 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 3 Apr 2026 01:26:08 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index cee15e2..6bd4e21 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -115,23 +115,23 @@ export default function LandingPage() { { id: 1, title: "Classic Wood Fencing", description: "Timeless aesthetics and natural beauty for your backyard privacy.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/plants-door_1361-94.jpg", imageAlt: "Wood Fence"}, + imageSrc: "http://img.b2bpic.net/free-photo/plants-door_1361-94.jpg?_wi=1", imageAlt: "Wood Fence"}, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/plants-door_1361-94.jpg", imageAlt: "Wood Fence Detail"}, + imageSrc: "http://img.b2bpic.net/free-photo/plants-door_1361-94.jpg?_wi=2", imageAlt: "Wood Fence Detail"}, }, { id: 2, title: "Metal Security Fencing", description: "Strength and reliability for ultimate property security.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/abstract-minimal-background-with-floor_23-2149207761.jpg", imageAlt: "Metal Fence"}, + imageSrc: "http://img.b2bpic.net/free-photo/abstract-minimal-background-with-floor_23-2149207761.jpg?_wi=1", imageAlt: "Metal Fence"}, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/abstract-minimal-background-with-floor_23-2149207761.jpg", imageAlt: "Metal Fence Detail"}, + imageSrc: "http://img.b2bpic.net/free-photo/abstract-minimal-background-with-floor_23-2149207761.jpg?_wi=2", imageAlt: "Metal Fence Detail"}, }, { id: 3, title: "Vinyl Privacy Fencing", description: "Maintenance-free privacy that looks pristine all year round.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-holding-skateboard_23-2148805144.jpg", imageAlt: "Vinyl Fence"}, + imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-holding-skateboard_23-2148805144.jpg?_wi=1", imageAlt: "Vinyl Fence"}, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-holding-skateboard_23-2148805144.jpg", imageAlt: "Vinyl Fence Detail"}, + imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-holding-skateboard_23-2148805144.jpg?_wi=2", imageAlt: "Vinyl Fence Detail"}, }, ]} showStepNumbers={true} -- 2.49.1