diff --git a/src/app/page.tsx b/src/app/page.tsx index 3e243d1..7794fe6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,8 +47,8 @@ export default function LandingPage() { background={{ variant: "plain" }} mediaItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/palm-trees-line-water_23-2148107102.jpg", imageAlt: "South Florida Coastal Luxury" }, - { imageSrc: "http://img.b2bpic.net/free-photo/beautiful-aerial-shot-coastal-city-sea_181624-242.jpg", imageAlt: "Miami Skyline View" }, - { imageSrc: "http://img.b2bpic.net/free-photo/stair-pool_1203-3694.jpg", imageAlt: "Modern Luxury Estate Pool" }, + { imageSrc: "http://img.b2bpic.net/free-photo/beautiful-aerial-shot-coastal-city-sea_181624-242.jpg?_wi=1", imageAlt: "Miami Skyline View" }, + { imageSrc: "http://img.b2bpic.net/free-photo/stair-pool_1203-3694.jpg?_wi=1", imageAlt: "Modern Luxury Estate Pool" }, ]} /> @@ -76,8 +76,8 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { id: "p1", brand: "Waterfront", name: "Biscayne Bay Estate", price: "$12.5M", rating: 5, reviewCount: "4", imageSrc: "http://img.b2bpic.net/free-photo/miami-beach-ocean-view_649448-223.jpg" }, - { id: "p2", brand: "New Dev", name: "Downtown Apex Tower", price: "$5.2M", rating: 5, reviewCount: "2", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-aerial-shot-coastal-city-sea_181624-242.jpg" }, - { id: "p3", brand: "Acquisition", name: "Palm Beach Sanctuary", price: "$8.9M", rating: 5, reviewCount: "3", imageSrc: "http://img.b2bpic.net/free-photo/stair-pool_1203-3694.jpg" }, + { id: "p2", brand: "New Dev", name: "Downtown Apex Tower", price: "$5.2M", rating: 5, reviewCount: "2", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-aerial-shot-coastal-city-sea_181624-242.jpg?_wi=2" }, + { id: "p3", brand: "Acquisition", name: "Palm Beach Sanctuary", price: "$8.9M", rating: 5, reviewCount: "3", imageSrc: "http://img.b2bpic.net/free-photo/stair-pool_1203-3694.jpg?_wi=2" }, ]} />