From cdb91b4ff7af9e9a4a01e490f1f7c5858eb2349e Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 15:03:07 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e7ace75..781b71a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -73,19 +73,19 @@ export default function LandingPage() { imageAlt: "Exterior of the spacious vacation property", }, { - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-kitchen-interior-design_23-2150976571.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-kitchen-interior-design_23-2150976571.jpg?_wi=1", imageAlt: "Cozy living room area", }, { - imageSrc: "http://img.b2bpic.net/free-photo/people-doing-cold-exposure-treatment_23-2151205889.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/people-doing-cold-exposure-treatment_23-2151205889.jpg?_wi=1", imageAlt: "Relaxing hot tub at dusk", }, { - imageSrc: "http://img.b2bpic.net/free-photo/fairy-garden_1142-828.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fairy-garden_1142-828.jpg?_wi=1", imageAlt: "Lush green garden landscape", }, { - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-family-spending-time-home_23-2149160327.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/full-shot-family-spending-time-home_23-2149160327.jpg?_wi=1", imageAlt: "Spacious family dining room", }, ]} @@ -114,7 +114,7 @@ export default function LandingPage() { title: "Star Experience", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/beautiful-kitchen-interior-design_23-2150976571.jpg" + imageSrc="http://img.b2bpic.net/free-photo/beautiful-kitchen-interior-design_23-2150976571.jpg?_wi=2" imageAlt="Cozy kitchen and fireplace area" /> @@ -129,19 +129,19 @@ export default function LandingPage() { { title: "Hot Tub Under the Stars", description: "Relax and unwind in our private hot tub, a highlight for guests year-round.", - imageSrc: "http://img.b2bpic.net/free-photo/people-doing-cold-exposure-treatment_23-2151205889.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/people-doing-cold-exposure-treatment_23-2151205889.jpg?_wi=2", imageAlt: "Hot tub in garden", }, { title: "Expansive Gardens", description: "Plenty of outdoor space for children to play and groups to gather in peace.", - imageSrc: "http://img.b2bpic.net/free-photo/fairy-garden_1142-828.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fairy-garden_1142-828.jpg?_wi=2", imageAlt: "Large green garden", }, { title: "Fully Equipped Kitchen", description: "An AGA-style kitchen awaits, perfect for family-style cooking and gatherings.", - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-family-spending-time-home_23-2149160327.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/full-shot-family-spending-time-home_23-2149160327.jpg?_wi=2", imageAlt: "Kitchen interior", }, ]} @@ -161,7 +161,7 @@ export default function LandingPage() { quote: "We hosted our family reunion here and it was absolutely ideal. So much space!", name: "Sarah J.", role: "Family Guest", - imageSrc: "http://img.b2bpic.net/free-photo/friends-spending-time-together-beach_52683-87467.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/friends-spending-time-together-beach_52683-87467.jpg?_wi=1", }, { id: "2", @@ -169,7 +169,7 @@ export default function LandingPage() { quote: "The AGA-style kitchen and fireplace made our winter getaway so cozy and memorable.", name: "Mark D.", role: "Friends Trip", - imageSrc: "http://img.b2bpic.net/free-photo/friends-spending-time-together-beach_52683-87467.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/friends-spending-time-together-beach_52683-87467.jpg?_wi=2", }, { id: "3", @@ -177,7 +177,7 @@ export default function LandingPage() { quote: "Peaceful, quiet, and perfectly equipped. We couldn't have asked for more.", name: "Elena R.", role: "Birthday Celebration", - imageSrc: "http://img.b2bpic.net/free-photo/friends-spending-time-together-beach_52683-87467.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/friends-spending-time-together-beach_52683-87467.jpg?_wi=3", }, { id: "4", @@ -185,7 +185,7 @@ export default function LandingPage() { quote: "The kids loved the garden and we loved the hot tub. Highly recommended.", name: "Tom B.", role: "Family Holiday", - imageSrc: "http://img.b2bpic.net/free-photo/friends-spending-time-together-beach_52683-87467.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/friends-spending-time-together-beach_52683-87467.jpg?_wi=4", }, { id: "5", @@ -193,7 +193,7 @@ export default function LandingPage() { quote: "Away from the busyness, yet a great base for exploring nearby attractions.", name: "Chloe S.", role: "Solo Traveler", - imageSrc: "http://img.b2bpic.net/free-photo/friends-spending-time-together-beach_52683-87467.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/friends-spending-time-together-beach_52683-87467.jpg?_wi=5", }, ]} title="What Our Guests Say" -- 2.49.1