From ef1c7966cf2176208a4dc9471ea1d7b5dbe2f5ac Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 3 Apr 2026 23:34:03 +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 6ff0454..39b8b06 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -197,42 +197,42 @@ export default function LandingPage() { id: "p1", name: "Cedar Wood Privacy", price: "Custom Pricing", - imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-15744.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-15744.jpg?_wi=1", imageAlt: "Cedar privacy fence", }, { id: "p2", name: "White Vinyl Picket", price: "Custom Pricing", - imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-15744.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-15744.jpg?_wi=2", imageAlt: "Vinyl picket fence", }, { id: "p3", name: "Black Aluminum Rail", price: "Custom Pricing", - imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-15744.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-15744.jpg?_wi=3", imageAlt: "Black aluminum fence", }, { id: "p4", name: "Modern Horizontal Slat", price: "Custom Pricing", - imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-15744.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-15744.jpg?_wi=4", imageAlt: "Horizontal wood slat fence", }, { id: "p5", name: "Classic Chain Link", price: "Custom Pricing", - imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-15744.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-15744.jpg?_wi=5", imageAlt: "Standard chain link fence", }, { id: "p6", name: "Decorative Garden Rail", price: "Custom Pricing", - imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-15744.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-15744.jpg?_wi=6", imageAlt: "Garden rail fence", }, ]} -- 2.49.1