From a80ca5d70ff2cdd5ccc1db88ab9d020e534dc635 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 05:19:39 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8bca35d..7e242d4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -65,27 +65,27 @@ export default function LandingPage() { ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/antique-door-handle-home-style_1150-10750.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/antique-door-handle-home-style_1150-10750.jpg?_wi=1", imageAlt: "Miami Fence Installation", }, { - imageSrc: "http://img.b2bpic.net/free-photo/antique-door-handle-home-style_1150-10750.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/antique-door-handle-home-style_1150-10750.jpg?_wi=2", imageAlt: "Residential Fencing", }, { - imageSrc: "http://img.b2bpic.net/free-photo/antique-door-handle-home-style_1150-10750.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/antique-door-handle-home-style_1150-10750.jpg?_wi=3", imageAlt: "Commercial Fencing", }, { - imageSrc: "http://img.b2bpic.net/free-photo/antique-door-handle-home-style_1150-10750.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/antique-door-handle-home-style_1150-10750.jpg?_wi=4", imageAlt: "Backyard Fence Solutions", }, { - imageSrc: "http://img.b2bpic.net/free-photo/antique-door-handle-home-style_1150-10750.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/antique-door-handle-home-style_1150-10750.jpg?_wi=5", imageAlt: "Custom Fence Designs", }, { - imageSrc: "http://img.b2bpic.net/free-photo/antique-door-handle-home-style_1150-10750.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/antique-door-handle-home-style_1150-10750.jpg?_wi=6", imageAlt: "Fence Repair Experts", }, ]} @@ -127,31 +127,31 @@ export default function LandingPage() { { title: "Wood Fencing", description: "Classic and customizable wooden designs for beauty and privacy.", - imageSrc: "http://img.b2bpic.net/free-photo/antique-door-handle-home-style_1150-10750.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/antique-door-handle-home-style_1150-10750.jpg?_wi=7", imageAlt: "Wood Fence", }, { title: "Vinyl Fencing", description: "Durable, low-maintenance, and perfect for the coastal climate.", - imageSrc: "http://img.b2bpic.net/free-photo/antique-door-handle-home-style_1150-10750.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/antique-door-handle-home-style_1150-10750.jpg?_wi=8", imageAlt: "Vinyl Fence", }, { title: "Aluminum Fencing", description: "Elegant, strong, and rust-resistant aluminum for home security.", - imageSrc: "http://img.b2bpic.net/free-photo/antique-door-handle-home-style_1150-10750.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/antique-door-handle-home-style_1150-10750.jpg?_wi=9", imageAlt: "Aluminum Fence", }, { title: "Chain Link Fencing", description: "Affordable and reliable security for residential and commercial.", - imageSrc: "http://img.b2bpic.net/free-photo/antique-door-handle-home-style_1150-10750.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/antique-door-handle-home-style_1150-10750.jpg?_wi=10", imageAlt: "Chain Link Fence", }, { title: "Custom Gates", description: "Beautiful entryways built to match your specific aesthetic.", - imageSrc: "http://img.b2bpic.net/free-photo/antique-door-handle-home-style_1150-10750.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/antique-door-handle-home-style_1150-10750.jpg?_wi=11", imageAlt: "Custom Gate", }, ]} -- 2.49.1