From 4477c1aa17f2d995b9e6c2d0da7f8ae0462bca44 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 01:23:36 +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 3c88f3e..6fbca69 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -61,27 +61,27 @@ export default function LandingPage() { ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/serious-young-woman-sitting-outdoor-cafe_1262-1599.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/serious-young-woman-sitting-outdoor-cafe_1262-1599.jpg?_wi=1", imageAlt: "Luxury custom deck", }, { - imageSrc: "http://img.b2bpic.net/free-photo/table-set-dinning-table_1339-3437.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/table-set-dinning-table_1339-3437.jpg?_wi=1", imageAlt: "Custom sunroom design", }, { - imageSrc: "http://img.b2bpic.net/free-photo/full-length-portrait-pleased-young-lady-purple-shoes-standing-with-glass-juice-beside-stairs_197531-4728.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/full-length-portrait-pleased-young-lady-purple-shoes-standing-with-glass-juice-beside-stairs_197531-4728.jpg?_wi=1", imageAlt: "High quality deck stairs", }, { - imageSrc: "http://img.b2bpic.net/free-photo/serious-young-woman-sitting-outdoor-cafe_1262-1599.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/serious-young-woman-sitting-outdoor-cafe_1262-1599.jpg?_wi=2", imageAlt: "Luxury custom deck", }, { - imageSrc: "http://img.b2bpic.net/free-photo/table-set-dinning-table_1339-3437.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/table-set-dinning-table_1339-3437.jpg?_wi=2", imageAlt: "Custom sunroom design", }, { - imageSrc: "http://img.b2bpic.net/free-photo/full-length-portrait-pleased-young-lady-purple-shoes-standing-with-glass-juice-beside-stairs_197531-4728.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/full-length-portrait-pleased-young-lady-purple-shoes-standing-with-glass-juice-beside-stairs_197531-4728.jpg?_wi=2", imageAlt: "High quality deck stairs", }, ]} @@ -108,21 +108,21 @@ export default function LandingPage() { id: 1, title: "Custom Decking", description: "Tailor-made designs that perfectly fit your landscape and lifestyle.", - imageSrc: "http://img.b2bpic.net/free-photo/serious-young-woman-sitting-outdoor-cafe_1262-1599.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/serious-young-woman-sitting-outdoor-cafe_1262-1599.jpg?_wi=3", imageAlt: "Custom Decking", }, { id: 2, title: "Sunrooms", description: "Expand your living space with our premium, all-weather sunrooms.", - imageSrc: "http://img.b2bpic.net/free-photo/table-set-dinning-table_1339-3437.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/table-set-dinning-table_1339-3437.jpg?_wi=3", imageAlt: "Sunrooms", }, { id: 3, title: "Railings & Stairs", description: "Safe, beautiful, and fully compliant stairways and high-end railing installations.", - imageSrc: "http://img.b2bpic.net/free-photo/full-length-portrait-pleased-young-lady-purple-shoes-standing-with-glass-juice-beside-stairs_197531-4728.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/full-length-portrait-pleased-young-lady-purple-shoes-standing-with-glass-juice-beside-stairs_197531-4728.jpg?_wi=3", imageAlt: "Railings & Stairs", }, ]} @@ -138,7 +138,7 @@ export default function LandingPage() { { id: "1", name: "Kim H.", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5350.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5350.jpg?_wi=1", }, { id: "2", @@ -158,7 +158,7 @@ export default function LandingPage() { { id: "5", name: "Sarah Jenkins", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5350.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5350.jpg?_wi=2", }, ]} cardTitle="What Our Clients Say" -- 2.49.1