From 086a5195ff872320ded8be3e8ad52d6b7ac66da7 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 02:28:31 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index cf0a9d0..e1e8ee1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,7 +55,7 @@ export default function LandingPage() { { imageSrc: "http://img.b2bpic.net/free-photo/natural-background-lake-forest-highlands_169016-22541.jpg", imageAlt: "Forest lake landscape" } ]} rightCarouselItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/small-wooden-house-forest-daytime_181624-15995.jpg", imageAlt: "Rustic cabin" }, + { imageSrc: "http://img.b2bpic.net/free-photo/small-wooden-house-forest-daytime_181624-15995.jpg?_wi=1", imageAlt: "Rustic cabin" }, { imageSrc: "http://img.b2bpic.net/free-psd/yellow-recreational-kayak-top-view-isolated_84443-71141.jpg", imageAlt: "Kayak rental" }, { imageSrc: "http://img.b2bpic.net/free-photo/rear-view-family-sailing-boat_23-2147562389.jpg", imageAlt: "Boats on water" }, { imageSrc: "http://img.b2bpic.net/free-photo/group-happy-young-friends-near-campfire-glamping-night-two-men-women-playing-guitar_1268-18297.jpg", imageAlt: "Fire pit area" } @@ -81,7 +81,7 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" products={[ { - id: "cabin-1", name: "Pinewood Lodge", price: "$195/night", variant: "Sleeps 6 • 2 Bedrooms • Full Kitchen", imageSrc: "http://img.b2bpic.net/free-photo/small-wooden-house-forest-daytime_181624-15995.jpg", imageAlt: "Pinewood Lodge cabin" + id: "cabin-1", name: "Pinewood Lodge", price: "$195/night", variant: "Sleeps 6 • 2 Bedrooms • Full Kitchen", imageSrc: "http://img.b2bpic.net/free-photo/small-wooden-house-forest-daytime_181624-15995.jpg?_wi=2", imageAlt: "Pinewood Lodge cabin" }, { id: "cabin-2", name: "Lakefront Retreat", price: "$225/night", variant: "Sleeps 4 • 1 Bedroom • Waterfront Deck", imageSrc: "http://img.b2bpic.net/free-photo/lake-o-hara-yoho-national-park-with-waterfront-carbin_649448-2559.jpg", imageAlt: "Lakefront Retreat cabin" -- 2.49.1