diff --git a/src/app/amenities/page.tsx b/src/app/amenities/page.tsx index 2607f19..3099ae3 100644 --- a/src/app/amenities/page.tsx +++ b/src/app/amenities/page.tsx @@ -66,7 +66,7 @@ export default function AmenitiesPage() { tag="Bar & Lounge" textboxLayout="default" useInvertedBackground={true} - imageSrc="http://img.b2bpic.net/free-photo/girl-cafe_1157-7247.jpg" + imageSrc="http://img.b2bpic.net/free-photo/girl-cafe_1157-7247.jpg?_wi=3" imageAlt="Garden bar and lounge area" mediaAnimation="blur-reveal" imagePosition="right" @@ -94,21 +94,21 @@ export default function AmenitiesPage() { id: "1", title: "Affordable Rooms", tags: ["AC & Non-AC", "Budget-Friendly"], - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-stretching-bed-after-wake-up-morning-ready-work-from-home_231208-13845.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-stretching-bed-after-wake-up-morning-ready-work-from-home_231208-13845.jpg?_wi=2", imageAlt: "Comfortable hotel room", }, { id: "2", title: "Prime Location", tags: ["Dindigul Center", "Easy Access"], - imageSrc: "http://img.b2bpic.net/free-photo/street-with-modern-buildings-green-trees_1268-15550.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/street-with-modern-buildings-green-trees_1268-15550.jpg?_wi=2", imageAlt: "City location and transport access", }, { id: "3", title: "Friendly Staff", tags: ["24/7 Service", "Hospitality"], - imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-talking-mobile-phone-waiting-area_107420-95809.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-talking-mobile-phone-waiting-area_107420-95809.jpg?_wi=2", imageAlt: "Professional hotel staff", }, ]} diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index bc1f61f..db71e1f 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -45,7 +45,7 @@ export default function ContactPage() { description="Affordable rooms. Friendly service. Convenient location. Direct booking ensures best rates and instant confirmation." background={{ variant: "sparkles-gradient" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/beautiful-young-woman-sitting-bed-hotel-room-enjoying-healthy-breakfast_23-2148033314.jpg" + imageSrc="http://img.b2bpic.net/free-photo/beautiful-young-woman-sitting-bed-hotel-room-enjoying-healthy-breakfast_23-2148033314.jpg?_wi=4" imageAlt="Hotel room booking" mediaAnimation="blur-reveal" mediaPosition="right" diff --git a/src/app/layout.tsx b/src/app/layout.tsx index c93b4ca..14a3cf9 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1432,6 +1432,1373 @@ export default function RootLayout({ window.parent.postMessage({ type: 'webild-editor-ready' }, '*'); })(); +` + }} + /> + +