diff --git a/src/app/page.tsx b/src/app/page.tsx index c243eed..945597c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -140,19 +140,19 @@ export default function LandingPage() { id: "p1", name: "Miami Sky Tower", price: "$250/night", - imageSrc: "http://img.b2bpic.net/free-photo/empty-professional-psychotherapy-office-with-modern-couch-furniture_482257-124895.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/empty-professional-psychotherapy-office-with-modern-couch-furniture_482257-124895.jpg?_wi=1", }, { id: "p2", name: "Le Marais Chic", price: "$320/night", - imageSrc: "http://img.b2bpic.net/free-photo/positive-young-woman-long-dress-sitting-balcony-with-coffee-croissant-photo-barefooted-curly-girl-enjoying-breakfast-terrace_197531-11384.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/positive-young-woman-long-dress-sitting-balcony-with-coffee-croissant-photo-barefooted-curly-girl-enjoying-breakfast-terrace_197531-11384.jpg?_wi=1", }, { id: "p3", name: "Abidjan Oasis", price: "$180/night", - imageSrc: "http://img.b2bpic.net/free-photo/architecture_1122-1804.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/architecture_1122-1804.jpg?_wi=1", }, ]} title="Our Featured Stays" diff --git a/src/app/properties/page.tsx b/src/app/properties/page.tsx index 55ff6eb..65b67a2 100644 --- a/src/app/properties/page.tsx +++ b/src/app/properties/page.tsx @@ -61,19 +61,19 @@ export default function LandingPage() { id: "p1", name: "Miami Sky Tower", price: "$250/night", - imageSrc: "http://img.b2bpic.net/free-photo/empty-professional-psychotherapy-office-with-modern-couch-furniture_482257-124895.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/empty-professional-psychotherapy-office-with-modern-couch-furniture_482257-124895.jpg?_wi=2", }, { id: "p2", name: "Le Marais Chic", price: "$320/night", - imageSrc: "http://img.b2bpic.net/free-photo/positive-young-woman-long-dress-sitting-balcony-with-coffee-croissant-photo-barefooted-curly-girl-enjoying-breakfast-terrace_197531-11384.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/positive-young-woman-long-dress-sitting-balcony-with-coffee-croissant-photo-barefooted-curly-girl-enjoying-breakfast-terrace_197531-11384.jpg?_wi=2", }, { id: "p3", name: "Abidjan Oasis", price: "$180/night", - imageSrc: "http://img.b2bpic.net/free-photo/architecture_1122-1804.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/architecture_1122-1804.jpg?_wi=2", }, ]} title="All Our Properties"