From 71a8b9acc27571c9295553827ea2aac6470efc85 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 09:22:13 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c2f0a10..8a25b73 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,7 +48,7 @@ export default function LandingPage() { tagAnimation="slide-up" background={{ variant: "plain" }} mediaItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/landscape-sky-is-reflected-sea-setting-light-city-coastline-with-mountains-horizon_169016-8684.jpg", imageAlt: "Tropical resort aerial view" }, + { imageSrc: "http://img.b2bpic.net/free-photo/landscape-sky-is-reflected-sea-setting-light-city-coastline-with-mountains-horizon_169016-8684.jpg?_wi=1", imageAlt: "Tropical resort aerial view" }, { imageSrc: "http://img.b2bpic.net/free-photo/front-desk-hotel-reception-lobby_482257-76228.jpg", imageAlt: "Luxury resort interior" }, ]} rating={5} @@ -86,29 +86,29 @@ export default function LandingPage() { { title: "Luxury Spa", description: "Rejuvenate your senses with our award-winning spa offering traditional and modern treatments.", icon: Droplets, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/spa-composition-with-body-care-products-blurred-background-with-mirror_169016-28009.jpg", imageAlt: "Spa treatment area" }, - { imageSrc: "http://img.b2bpic.net/free-photo/spa-composition-with-body-care-products-blurred-background-with-mirror_169016-28009.jpg", imageAlt: "Spa relaxation pool" }, + { imageSrc: "http://img.b2bpic.net/free-photo/spa-composition-with-body-care-products-blurred-background-with-mirror_169016-28009.jpg?_wi=1", imageAlt: "Spa treatment area" }, + { imageSrc: "http://img.b2bpic.net/free-photo/spa-composition-with-body-care-products-blurred-background-with-mirror_169016-28009.jpg?_wi=2", imageAlt: "Spa relaxation pool" }, ], }, { title: "Fine Dining", description: "Savor exquisite cuisine crafted by our renowned chefs in stunning oceanfront restaurants.", icon: UtensilsCrossed, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-table-with-elegant-setting-restaurant-hall-evening_181624-24706.jpg", imageAlt: "Fine dining restaurant" }, - { imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-table-with-elegant-setting-restaurant-hall-evening_181624-24706.jpg", imageAlt: "Gourmet cuisine presentation" }, + { imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-table-with-elegant-setting-restaurant-hall-evening_181624-24706.jpg?_wi=1", imageAlt: "Fine dining restaurant" }, + { imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-table-with-elegant-setting-restaurant-hall-evening_181624-24706.jpg?_wi=2", imageAlt: "Gourmet cuisine presentation" }, ], }, { title: "Water Activities", description: "Enjoy thrilling water sports and beach activities including diving, surfing, and sailing.", icon: Waves, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/landscape-sky-is-reflected-sea-setting-light-city-coastline-with-mountains-horizon_169016-8684.jpg", imageAlt: "Water activities" }, - { imageSrc: "http://img.b2bpic.net/free-photo/landscape-sky-is-reflected-sea-setting-light-city-coastline-with-mountains-horizon_169016-8684.jpg", imageAlt: "Beach activities" }, + { imageSrc: "http://img.b2bpic.net/free-photo/landscape-sky-is-reflected-sea-setting-light-city-coastline-with-mountains-horizon_169016-8684.jpg?_wi=2", imageAlt: "Water activities" }, + { imageSrc: "http://img.b2bpic.net/free-photo/landscape-sky-is-reflected-sea-setting-light-city-coastline-with-mountains-horizon_169016-8684.jpg?_wi=3", imageAlt: "Beach activities" }, ], }, { title: "Fitness & Wellness", description: "State-of-the-art gym, yoga studios, and wellness programs for your health and vitality.", icon: Zap, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/spa-composition-with-body-care-products-blurred-background-with-mirror_169016-28009.jpg", imageAlt: "Fitness center" }, - { imageSrc: "http://img.b2bpic.net/free-photo/spa-composition-with-body-care-products-blurred-background-with-mirror_169016-28009.jpg", imageAlt: "Yoga studio" }, + { imageSrc: "http://img.b2bpic.net/free-photo/spa-composition-with-body-care-products-blurred-background-with-mirror_169016-28009.jpg?_wi=3", imageAlt: "Fitness center" }, + { imageSrc: "http://img.b2bpic.net/free-photo/spa-composition-with-body-care-products-blurred-background-with-mirror_169016-28009.jpg?_wi=4", imageAlt: "Yoga studio" }, ], }, ]} -- 2.49.1