diff --git a/src/app/page.tsx b/src/app/page.tsx index 279be70..c3184dd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,7 +52,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/modern-urban-townhouses-illuminated-dusk_84443-74075.jpg", imageAlt: "Luxury modern home exterior" }, { - imageSrc: "http://img.b2bpic.net/free-photo/modern-indoor-furniture-house-livingroom_1122-2076.jpg", imageAlt: "Contemporary home interior" + imageSrc: "http://img.b2bpic.net/free-photo/modern-indoor-furniture-house-livingroom_1122-2076.jpg?_wi=1", imageAlt: "Contemporary home interior" } ]} rating={5} @@ -84,7 +84,7 @@ export default function LandingPage() { id: "2", name: "Downtown Luxury Penthouse", price: "$1,850,000", imageSrc: "http://img.b2bpic.net/free-photo/living-room-with-modern-beautiful-decoration_181624-44716.jpg", imageAlt: "Luxury penthouse interior" }, { - id: "3", name: "Coastal Contemporary Home", price: "$3,200,000", imageSrc: "http://img.b2bpic.net/free-photo/modern-indoor-furniture-house-livingroom_1122-2076.jpg", imageAlt: "Coastal contemporary home" + id: "3", name: "Coastal Contemporary Home", price: "$3,200,000", imageSrc: "http://img.b2bpic.net/free-photo/modern-indoor-furniture-house-livingroom_1122-2076.jpg?_wi=2", imageAlt: "Coastal contemporary home" } ]} /> @@ -120,19 +120,19 @@ export default function LandingPage() { { id: 1, title: "Virtual Property Tours", description: "Explore homes from anywhere with immersive 3D virtual tours and interactive floor plans", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-vector/travel-booking-app_23-2148639063.jpg", imageAlt: "Mobile real estate app" + imageSrc: "http://img.b2bpic.net/free-vector/travel-booking-app_23-2148639063.jpg?_wi=1", imageAlt: "Mobile real estate app" }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-vector/real-estate-instagram-stories_23-2148977656.jpg", imageAlt: "Virtual tour interface" + imageSrc: "http://img.b2bpic.net/free-vector/real-estate-instagram-stories_23-2148977656.jpg?_wi=1", imageAlt: "Virtual tour interface" } }, { id: 2, title: "AI Property Matching", description: "Our advanced algorithm matches you with properties that fit your lifestyle and budget perfectly", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-vector/real-estate-instagram-stories_23-2148977656.jpg", imageAlt: "Property matching interface" + imageSrc: "http://img.b2bpic.net/free-vector/real-estate-instagram-stories_23-2148977656.jpg?_wi=2", imageAlt: "Property matching interface" }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-vector/travel-booking-app_23-2148639063.jpg", imageAlt: "AI matching algorithm" + imageSrc: "http://img.b2bpic.net/free-vector/travel-booking-app_23-2148639063.jpg?_wi=2", imageAlt: "AI matching algorithm" } } ]}