diff --git a/src/app/page.tsx b/src/app/page.tsx index 715bded..e9d21bb 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"