diff --git a/src/app/experience/page.tsx b/src/app/experience/page.tsx index 7ba6fd1..5e0a610 100644 --- a/src/app/experience/page.tsx +++ b/src/app/experience/page.tsx @@ -55,7 +55,7 @@ export default function ExperiencePage() { imageSrc: "http://img.b2bpic.net/free-photo/woman-selecting-accessories-jewelry-section_107420-96188.jpg", imageAlt: "porte de france medina entrance historic gate tunis" }, { - imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-man-taking-pictures_1163-3392.jpg", imageAlt: "luxury hotel balcony overlooking historic square medina" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-man-taking-pictures_1163-3392.jpg?_wi=3", imageAlt: "luxury hotel balcony overlooking historic square medina" } ]} mediaAnimation="slide-up" diff --git a/src/app/history/page.tsx b/src/app/history/page.tsx index 7626e42..5a1d6bf 100644 --- a/src/app/history/page.tsx +++ b/src/app/history/page.tsx @@ -55,7 +55,7 @@ export default function HistoryPage() { imageSrc: "http://img.b2bpic.net/free-photo/famous-facade-notredamededijon_268835-4020.jpg", imageAlt: "Historic british embassy building colonial architecture tunisia" }, { - imageSrc: "http://img.b2bpic.net/free-photo/city-background-panoramic-view_23-2148892970.jpg", imageAlt: "luxury boutique hotel interior elegant lobby cream stone" + imageSrc: "http://img.b2bpic.net/free-photo/city-background-panoramic-view_23-2148892970.jpg?_wi=2", imageAlt: "luxury boutique hotel interior elegant lobby cream stone" } ]} mediaAnimation="slide-up" diff --git a/src/app/page.tsx b/src/app/page.tsx index 8c6d1d5..96c2a32 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -88,9 +88,9 @@ export default function HomePage() { buttonAnimation="slide-up" mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-man-taking-pictures_1163-3392.jpg", imageAlt: "Luxury balcony overlooking Victory Square and Porte de France"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-man-taking-pictures_1163-3392.jpg?_wi=1", imageAlt: "Luxury balcony overlooking Victory Square and Porte de France"}, { - imageSrc: "http://img.b2bpic.net/free-photo/city-background-panoramic-view_23-2148892970.jpg", imageAlt: "Historic interior of the former British Embassy"}, + imageSrc: "http://img.b2bpic.net/free-photo/city-background-panoramic-view_23-2148892970.jpg?_wi=1", imageAlt: "Historic interior of the former British Embassy"}, ]} mediaAnimation="slide-up" rating={5} @@ -165,11 +165,11 @@ export default function HomePage() { tagAnimation="slide-up" products={[ { - id: "classic", name: "Classic Room", price: "€89", imageSrc: "http://img.b2bpic.net/free-photo/portrait-loving-couple-watching-movie-together-balcony-morning-with-curtains-foreground-young-man-resting-with-his-amazing-tanned-girlfriend-bed-holding-laptop-with-sea-views_197531-3206.jpg", imageAlt: "Classic room with historic charm and modern comfort"}, + id: "classic", name: "Classic Room", price: "€89", imageSrc: "http://img.b2bpic.net/free-photo/portrait-loving-couple-watching-movie-together-balcony-morning-with-curtains-foreground-young-man-resting-with-his-amazing-tanned-girlfriend-bed-holding-laptop-with-sea-views_197531-3206.jpg?_wi=1", imageAlt: "Classic room with historic charm and modern comfort"}, { - id: "superior", name: "Superior Room", price: "€129", imageSrc: "http://img.b2bpic.net/free-photo/portrait-loving-couple-watching-movie-together-balcony-morning-with-curtains-foreground-young-man-resting-with-his-amazing-tanned-girlfriend-bed-holding-laptop-with-sea-views_197531-3206.jpg", imageAlt: "Spacious superior room with additional seating"}, + id: "superior", name: "Superior Room", price: "€129", imageSrc: "http://img.b2bpic.net/free-photo/portrait-loving-couple-watching-movie-together-balcony-morning-with-curtains-foreground-young-man-resting-with-his-amazing-tanned-girlfriend-bed-holding-laptop-with-sea-views_197531-3206.jpg?_wi=2", imageAlt: "Spacious superior room with additional seating"}, { - id: "balcony", name: "Balcony Room", price: "€159", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-man-taking-pictures_1163-3392.jpg", imageAlt: "Private balcony room overlooking Victory Square"}, + id: "balcony", name: "Balcony Room", price: "€159", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-man-taking-pictures_1163-3392.jpg?_wi=2", imageAlt: "Private balcony room overlooking Victory Square"}, ]} gridVariant="three-columns-all-equal-width" animationType="slide-up"