diff --git a/src/app/page.tsx b/src/app/page.tsx index 3f01f05..16d4bfc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -57,7 +57,7 @@ export default function LandingPage() { { imageSrc: "http://img.b2bpic.net/free-photo/luxury-poolside-experience-where-guests-bask-opulence-cabanas_1268-31113.jpg", imageAlt: "Hotel le Phenix exterior with coastal views"}, { - imageSrc: "http://img.b2bpic.net/free-photo/spa-salon-with-beach-view_53876-31335.jpg", imageAlt: "Hotel le Phenix elegant interior"}, + imageSrc: "http://img.b2bpic.net/free-photo/spa-salon-with-beach-view_53876-31335.jpg?_wi=1", imageAlt: "Hotel le Phenix elegant interior"}, ]} mediaAnimation="slide-up" rating={5} @@ -86,7 +86,7 @@ export default function LandingPage() { title: "Cultural Immersion", description: "Authentic experiences connecting guests with local Senegalese heritage", icon: Globe, }, ]} - imageSrc="http://img.b2bpic.net/free-photo/spa-salon-with-beach-view_53876-31335.jpg" + imageSrc="http://img.b2bpic.net/free-photo/spa-salon-with-beach-view_53876-31335.jpg?_wi=2" imageAlt="Hotel le Phenix charming interior spaces" imagePosition="right" textboxLayout="default" @@ -109,9 +109,9 @@ export default function LandingPage() { animationType="slide-up" products={[ { - id: "1", name: "Deluxe Ocean View", price: "$180/night", imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg", imageAlt: "Deluxe Ocean View room with balcony"}, + id: "1", name: "Deluxe Ocean View", price: "$180/night", imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg?_wi=1", imageAlt: "Deluxe Ocean View room with balcony"}, { - id: "2", name: "Premium Suite", price: "$280/night", imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg", imageAlt: "Premium Suite with separate living area"}, + id: "2", name: "Premium Suite", price: "$280/night", imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg?_wi=2", imageAlt: "Premium Suite with separate living area"}, { id: "3", name: "Standard Room", price: "$120/night", imageSrc: "http://img.b2bpic.net/free-photo/breakfast-bed-high-angle_23-2148877604.jpg", imageAlt: "Standard Room comfortable accommodation"}, ]}