From 7d008ac7953c57a70e08d183ccefc08bc9062b44 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 19 May 2026 16:45:48 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6674b2f..ecfb02e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -72,7 +72,7 @@ export default function LandingPage() { handle: "@danny", testimonial: "We custom ordered a shed and got it a week early. The craftsmanship was over the top.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-kitchen-interior-design_23-2150976540.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-kitchen-interior-design_23-2150976540.jpg?_wi=1", imageAlt: "luxury backyard cabin sunset", }, { @@ -80,7 +80,7 @@ export default function LandingPage() { handle: "@tommy", testimonial: "Seven years later our shed still looks brand new.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/pottery-craftsperson-studio-creating-ceramics_23-2150164883.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pottery-craftsperson-studio-creating-ceramics_23-2150164883.jpg?_wi=1", imageAlt: "luxury backyard cabin sunset", }, { @@ -88,7 +88,7 @@ export default function LandingPage() { handle: "@maureen", testimonial: "They moved our cabin and leveled it perfectly without being asked.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/books-heart-shape-basket-arranged-shelf-living-room_1170-393.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/books-heart-shape-basket-arranged-shelf-living-room_1170-393.jpg?_wi=1", imageAlt: "luxury backyard cabin sunset", }, { @@ -96,7 +96,7 @@ export default function LandingPage() { handle: "@amy", testimonial: "13 years later the doors and windows are still square.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/rustic-patio-furniture-house-deck-with-vegetation_23-2150698300.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/rustic-patio-furniture-house-deck-with-vegetation_23-2150698300.jpg?_wi=1", imageAlt: "luxury backyard cabin sunset", }, { @@ -104,7 +104,7 @@ export default function LandingPage() { handle: "@sarah", testimonial: "Amazing quality and great people to work with.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/view-old-abandoned-house-nature_23-2150166533.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-old-abandoned-house-nature_23-2150166533.jpg?_wi=1", imageAlt: "luxury backyard cabin sunset", }, ]} @@ -118,7 +118,7 @@ export default function LandingPage() { href: "#gallery", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/beautiful-kitchen-interior-design_23-2150976540.jpg" + imageSrc="http://img.b2bpic.net/free-photo/beautiful-kitchen-interior-design_23-2150976540.jpg?_wi=2" imageAlt="Luxury backyard cabin at golden hour" mediaAnimation="slide-up" avatars={[ @@ -194,7 +194,7 @@ export default function LandingPage() { description="Town & Country Sheds creates handcrafted outdoor structures built with precision, durability, and pride. From custom sheds and cabins to horse shelters, every structure is designed to withstand years of use while enhancing your property." subdescription="Clients trust Town & Country because our communication is honest, delivery is reliable, and our custom work is truly personalized to your specific vision." icon={Award} - imageSrc="http://img.b2bpic.net/free-photo/pottery-craftsperson-studio-creating-ceramics_23-2150164883.jpg" + imageSrc="http://img.b2bpic.net/free-photo/pottery-craftsperson-studio-creating-ceramics_23-2150164883.jpg?_wi=2" mediaAnimation="blur-reveal" /> @@ -210,19 +210,19 @@ export default function LandingPage() { id: "1", name: "Custom Sheds", price: "From $4,500", - imageSrc: "http://img.b2bpic.net/free-photo/books-heart-shape-basket-arranged-shelf-living-room_1170-393.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/books-heart-shape-basket-arranged-shelf-living-room_1170-393.jpg?_wi=2", }, { id: "2", name: "Backyard Cabins", price: "From $12,000", - imageSrc: "http://img.b2bpic.net/free-photo/rustic-patio-furniture-house-deck-with-vegetation_23-2150698300.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/rustic-patio-furniture-house-deck-with-vegetation_23-2150698300.jpg?_wi=2", }, { id: "3", name: "Horse Shelters", price: "From $6,000", - imageSrc: "http://img.b2bpic.net/free-photo/view-old-abandoned-house-nature_23-2150166533.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-old-abandoned-house-nature_23-2150166533.jpg?_wi=2", }, { id: "4", -- 2.49.1