diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx index 28c744a..7b3ddd7 100644 --- a/src/app/gallery/page.tsx +++ b/src/app/gallery/page.tsx @@ -74,11 +74,11 @@ export default function GalleryPage() { title: "Heated Infinity Pool", description: "Swim with panoramic views of the sea and rolling hills. The centerpiece of your villa experience with elegant stonework and lounging areas.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/luxury-villa-with-infinity-pool-overlooking-sea_23-2152008209.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/luxury-villa-with-infinity-pool-overlooking-sea_23-2152008209.jpg?_wi=5", imageAlt: "Heated pool with sea views" }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/delicious-gulas-dish-assortment_23-2149072596.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/delicious-gulas-dish-assortment_23-2149072596.jpg?_wi=5", imageAlt: "Outdoor dining terrace" } }, @@ -87,11 +87,11 @@ export default function GalleryPage() { title: "5 Spacious Bedrooms", description: "Perfect for families and groups of up to 12 guests. Each bedroom offers comfort, privacy, and premium furnishings with thoughtful details.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/summertime-season-fun_23-2151977123.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/summertime-season-fun_23-2151977123.jpg?_wi=4", imageAlt: "Spacious bedroom interior" }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/contemporary-house-interior-design_23-2151050927.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/contemporary-house-interior-design_23-2151050927.jpg?_wi=5", imageAlt: "Large living room" } }, @@ -100,11 +100,11 @@ export default function GalleryPage() { title: "Multiple Outdoor Living Areas", description: "Dining terraces, quiet garden corners, and sunset lounges. Space to gather together or escape for peaceful moments.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/delicious-gulas-dish-assortment_23-2149072596.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/delicious-gulas-dish-assortment_23-2149072596.jpg?_wi=6", imageAlt: "Outdoor dining terrace" }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/couple-sitting-rooftop-enjoying-time-together_23-2147891229.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/couple-sitting-rooftop-enjoying-time-together_23-2147891229.jpg?_wi=4", imageAlt: "Quiet garden corner" } } @@ -128,7 +128,7 @@ export default function GalleryPage() { value: "360°", title: "Sea & Mountain Views", description: "Panoramic vistas from every angle of the property", - imageSrc: "http://img.b2bpic.net/free-photo/large-hotel-palm-trees-beach-thailand_1253-925.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/large-hotel-palm-trees-beach-thailand_1253-925.jpg?_wi=2", imageAlt: "Villa seascape view" }, { @@ -136,7 +136,7 @@ export default function GalleryPage() { value: "5", title: "Spacious Bedrooms", description: "Comfortable suites perfect for families and groups", - imageSrc: "http://img.b2bpic.net/free-photo/summertime-season-fun_23-2151977123.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/summertime-season-fun_23-2151977123.jpg?_wi=5", imageAlt: "Luxury bedroom private villa" }, { @@ -144,7 +144,7 @@ export default function GalleryPage() { value: "Heated", title: "Year-Round Pool", description: "Enjoy swimming in comfort any time of year", - imageSrc: "http://img.b2bpic.net/free-photo/luxury-villa-with-infinity-pool-overlooking-sea_23-2152008209.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/luxury-villa-with-infinity-pool-overlooking-sea_23-2152008209.jpg?_wi=6", imageAlt: "Heated infinity pool" }, { @@ -152,7 +152,7 @@ export default function GalleryPage() { value: "Multiple", title: "Outdoor Spaces", description: "Dining terraces, gardens, and lounge areas throughout", - imageSrc: "http://img.b2bpic.net/free-photo/delicious-gulas-dish-assortment_23-2149072596.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/delicious-gulas-dish-assortment_23-2149072596.jpg?_wi=7", imageAlt: "Outdoor dining area" } ]}