From 190adf2f705e0187c1edf23e89ba262386656ffe Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 14:37:44 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 93ac452..a68d303 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -75,27 +75,27 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/big-fence-urban-park_53876-32203.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/big-fence-urban-park_53876-32203.jpg?_wi=1", imageAlt: "Fence installation project 1", }, { - imageSrc: "http://img.b2bpic.net/free-photo/big-fence-urban-park_53876-32203.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/big-fence-urban-park_53876-32203.jpg?_wi=2", imageAlt: "Fence installation project 2", }, { - imageSrc: "http://img.b2bpic.net/free-photo/big-fence-urban-park_53876-32203.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/big-fence-urban-park_53876-32203.jpg?_wi=3", imageAlt: "Fence installation project 3", }, { - imageSrc: "http://img.b2bpic.net/free-photo/big-fence-urban-park_53876-32203.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/big-fence-urban-park_53876-32203.jpg?_wi=4", imageAlt: "Fence installation project 4", }, { - imageSrc: "http://img.b2bpic.net/free-photo/big-fence-urban-park_53876-32203.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/big-fence-urban-park_53876-32203.jpg?_wi=5", imageAlt: "Fence installation project 5", }, { - imageSrc: "http://img.b2bpic.net/free-photo/big-fence-urban-park_53876-32203.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/big-fence-urban-park_53876-32203.jpg?_wi=6", imageAlt: "Fence installation project 6", }, ]} @@ -165,37 +165,37 @@ export default function LandingPage() { id: "p1", name: "Privacy Wood Fence", price: "Contact for Pricing", - imageSrc: "http://img.b2bpic.net/free-photo/retro-organ-wooden-case-antique-musical-instrument_169016-68668.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/retro-organ-wooden-case-antique-musical-instrument_169016-68668.jpg?_wi=1", }, { id: "p2", name: "Picket Fence", price: "Contact for Pricing", - imageSrc: "http://img.b2bpic.net/free-photo/retro-organ-wooden-case-antique-musical-instrument_169016-68668.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/retro-organ-wooden-case-antique-musical-instrument_169016-68668.jpg?_wi=2", }, { id: "p3", name: "Horizontal Wood Slat", price: "Contact for Pricing", - imageSrc: "http://img.b2bpic.net/free-photo/retro-organ-wooden-case-antique-musical-instrument_169016-68668.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/retro-organ-wooden-case-antique-musical-instrument_169016-68668.jpg?_wi=3", }, { id: "p4", name: "Iron Ornamental Fence", price: "Contact for Pricing", - imageSrc: "http://img.b2bpic.net/free-photo/retro-organ-wooden-case-antique-musical-instrument_169016-68668.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/retro-organ-wooden-case-antique-musical-instrument_169016-68668.jpg?_wi=4", }, { id: "p5", name: "Chain Link Security", price: "Contact for Pricing", - imageSrc: "http://img.b2bpic.net/free-photo/retro-organ-wooden-case-antique-musical-instrument_169016-68668.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/retro-organ-wooden-case-antique-musical-instrument_169016-68668.jpg?_wi=5", }, { id: "p6", name: "Vinyl Fence Panels", price: "Contact for Pricing", - imageSrc: "http://img.b2bpic.net/free-photo/retro-organ-wooden-case-antique-musical-instrument_169016-68668.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/retro-organ-wooden-case-antique-musical-instrument_169016-68668.jpg?_wi=6", }, ]} title="Our Fencing Solutions" -- 2.49.1