From bac606c7b80694a069836b9d0c388b84143cca15 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 22 May 2026 17:26:10 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 73806ed..ed91735 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,9 +48,9 @@ export default function LandingPage() { { text: "WhatsApp Us", href: "https://wa.me/1234567890" }, ]} carouselItems={[ - { id: "1", imageSrc: "http://img.b2bpic.net/free-photo/empty-hotel-reception-entryway-with-glamorous-decorations_482257-87376.jpg", imageAlt: "Luxury Lobby" }, - { id: "2", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-dreamy-aesthetic-landscape_23-2151445734.jpg", imageAlt: "Stunning View" }, - { id: "3", imageSrc: "http://img.b2bpic.net/free-photo/modern-building-seen-from_116348-65.jpg", imageAlt: "Exterior" }, + { id: "1", imageSrc: "http://img.b2bpic.net/free-photo/empty-hotel-reception-entryway-with-glamorous-decorations_482257-87376.jpg?_wi=1", imageAlt: "Luxury Lobby" }, + { id: "2", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-dreamy-aesthetic-landscape_23-2151445734.jpg?_wi=1", imageAlt: "Stunning View" }, + { id: "3", imageSrc: "http://img.b2bpic.net/free-photo/modern-building-seen-from_116348-65.jpg?_wi=1", imageAlt: "Exterior" }, { id: "4", imageSrc: "http://img.b2bpic.net/free-photo/side-view-rich-woman-sitting-couch_23-2149722603.jpg", imageAlt: "Bedroom" }, { id: "5", imageSrc: "http://img.b2bpic.net/free-photo/couple-talking-by-pool-vacation_23-2149369764.jpg", imageAlt: "Pool" }, { id: "6", imageSrc: "http://img.b2bpic.net/free-photo/tourist-giving-passport-receptionist_482257-90700.jpg", imageAlt: "Reception" }, @@ -82,21 +82,21 @@ export default function LandingPage() { features={[ { title: "Fine Dining", description: "Gourmet experiences await you daily.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/empty-hotel-reception-entryway-with-glamorous-decorations_482257-87376.jpg", imageAlt: "hotel restaurant ambiance dining" + imageSrc: "http://img.b2bpic.net/free-photo/empty-hotel-reception-entryway-with-glamorous-decorations_482257-87376.jpg?_wi=2", imageAlt: "hotel restaurant ambiance dining" }, items: [{ icon: CheckCircle, text: "Organic Ingredients" }], reverse: false }, { title: "Relaxing Spa", description: "Unwind with our world-class spa treatments.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-dreamy-aesthetic-landscape_23-2151445734.jpg", imageAlt: "hotel restaurant ambiance dining" + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-dreamy-aesthetic-landscape_23-2151445734.jpg?_wi=2", imageAlt: "hotel restaurant ambiance dining" }, items: [{ icon: Shield, text: "Privacy First" }], reverse: true }, { title: "Luxury Comfort", description: "Sleep in total comfort with premium linens.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/modern-building-seen-from_116348-65.jpg", imageAlt: "hotel restaurant ambiance dining" + imageSrc: "http://img.b2bpic.net/free-photo/modern-building-seen-from_116348-65.jpg?_wi=2", imageAlt: "hotel restaurant ambiance dining" }, items: [{ icon: Zap, text: "High Speed WiFi" }], reverse: false -- 2.49.1