From 9d8ee1c8e5e838f7a30784d0ecace632ae02677e Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 1 Mar 2026 22:48:00 +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 55542ca..919258c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -68,7 +68,7 @@ export default function CaliforniaStaysPage() { id: "1", name: "Malibu Oceanfront Villa", price: "$850/night", imageSrc: "http://img.b2bpic.net/free-photo/inner-courtyard-with-swimming-pool_661209-479.jpg", imageAlt: "Luxurious Malibu beachfront property" }, { - id: "2", name: "Santa Monica Penthouse", price: "$650/night", imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-resting-home-with-good-mood_651396-28.jpg", imageAlt: "Modern Santa Monica penthouse" + id: "2", name: "Santa Monica Penthouse", price: "$650/night", imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-resting-home-with-good-mood_651396-28.jpg?_wi=1", imageAlt: "Modern Santa Monica penthouse" }, { id: "3", name: "Big Sur Coastal Retreat", price: "$750/night", imageSrc: "http://img.b2bpic.net/free-photo/umbrella-chair-around-outdoor-swimming-pool-resort-hotel-vacation-leisure_74190-14764.jpg", imageAlt: "Scenic Big Sur retreat with ocean views" @@ -97,7 +97,7 @@ export default function CaliforniaStaysPage() { id: "locations", label: "Prime Locations", description: "From coastal Malibu to mountain retreats, access the most desirable California destinations." } ]} - imageSrc="http://img.b2bpic.net/free-photo/happy-couple-resting-home-with-good-mood_651396-28.jpg" + imageSrc="http://img.b2bpic.net/free-photo/happy-couple-resting-home-with-good-mood_651396-28.jpg?_wi=2" imageAlt="Modern California property interior" mediaAnimation="slide-up" imagePosition="right" -- 2.49.1