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", }, ]}