diff --git a/src/app/admin/page.tsx b/src/app/admin/page.tsx index 12fe38d..a971a15 100644 --- a/src/app/admin/page.tsx +++ b/src/app/admin/page.tsx @@ -97,7 +97,7 @@ export default function AdminPage() { dashboard={{ title: "Admin Control Center", logoIcon: Hotel, - imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg?_wi=2", imageAlt: "luxury hotel modern bedroom premium interior 5-star room", searchPlaceholder: "Search bookings, guests, or rooms", buttons: [ @@ -167,7 +167,7 @@ export default function AdminPage() { role: "Business Executive", company: "Tech Innovations Inc", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-female-student-glasses-sitting-cafe_1262-17110.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-female-student-glasses-sitting-cafe_1262-17110.jpg?_wi=2", imageAlt: "happy guest smiling woman customer portrait", }, { @@ -176,7 +176,7 @@ export default function AdminPage() { role: "Luxury Travel Blogger", company: "WanderlustDiaries", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-businessman-standing-check-counter-with-passport-boarding-pass_107420-95789.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-businessman-standing-check-counter-with-passport-boarding-pass_107420-95789.jpg?_wi=2", imageAlt: "satisfied guest smiling man customer portrait business traveler", }, { @@ -185,7 +185,7 @@ export default function AdminPage() { role: "Wedding Planner", company: "Dream Weddings Co", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-smiling-maid-fixes-curtain-hotel-room_23-2148033213.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-smiling-maid-fixes-curtain-hotel-room_23-2148033213.jpg?_wi=2", imageAlt: "happy customer woman portrait guest photo hotel review", }, { @@ -194,7 +194,7 @@ export default function AdminPage() { role: "Corporate Manager", company: "Global Enterprises", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/hotel-receptionist-work_23-2149661547.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/hotel-receptionist-work_23-2149661547.jpg?_wi=2", imageAlt: "satisfied customer man portrait guest testimonial hotel visitor", }, ]} diff --git a/src/app/booking/page.tsx b/src/app/booking/page.tsx index 2a69cc4..200e8fa 100644 --- a/src/app/booking/page.tsx +++ b/src/app/booking/page.tsx @@ -89,7 +89,7 @@ export default function BookingPage() { id: "1", name: "Deluxe Suite", price: "₹12,500/night", - imageSrc: "http://img.b2bpic.net/free-photo/interior-design-neoclassical-style-with-furnishings-decor_23-2151199347.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/interior-design-neoclassical-style-with-furnishings-decor_23-2151199347.jpg?_wi=3", imageAlt: "Luxury Deluxe Suite with city view", initialQuantity: 1, }, @@ -97,7 +97,7 @@ export default function BookingPage() { id: "2", name: "Premium Penthouse", price: "₹18,999/night", - imageSrc: "http://img.b2bpic.net/free-photo/pillow-bed_1203-9643.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pillow-bed_1203-9643.jpg?_wi=3", imageAlt: "Exclusive Penthouse Suite", initialQuantity: 1, }, @@ -105,7 +105,7 @@ export default function BookingPage() { id: "3", name: "Standard Comfort", price: "₹6,500/night", - imageSrc: "http://img.b2bpic.net/free-photo/bed-with-nightstand-pendant-lamp-showroom-styled-bedroom_169016-71049.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/bed-with-nightstand-pendant-lamp-showroom-styled-bedroom_169016-71049.jpg?_wi=3", imageAlt: "Cozy Standard Room", initialQuantity: 1, }, @@ -113,7 +113,7 @@ export default function BookingPage() { id: "4", name: "Family Suite", price: "₹15,000/night", - imageSrc: "http://img.b2bpic.net/free-photo/happy-young-family-mother-father-little-baby-woman-smiling-rejoicing-lying-bed-home_176420-14370.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-young-family-mother-father-little-baby-woman-smiling-rejoicing-lying-bed-home_176420-14370.jpg?_wi=3", imageAlt: "Spacious Family Room", initialQuantity: 1, }, @@ -252,7 +252,7 @@ export default function BookingPage() { description="Have questions about our rooms or need special assistance? Our team is here to help. Reach out through the form below or contact us directly." background={{ variant: "sparkles-gradient" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/receptionist-elegant-suit-work-with-customer_23-2149714431.jpg" + imageSrc="http://img.b2bpic.net/free-photo/receptionist-elegant-suit-work-with-customer_23-2149714431.jpg?_wi=2" imageAlt="hotel reception customer service contact desk hotel lobby" mediaAnimation="slide-up" mediaPosition="right" diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index ce07341..23ead40 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -91,7 +91,7 @@ export default function ContactPage() { variant: "sparkles-gradient" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/receptionist-elegant-suit-work-with-customer_23-2149714431.jpg" + imageSrc="http://img.b2bpic.net/free-photo/receptionist-elegant-suit-work-with-customer_23-2149714431.jpg?_wi=3" imageAlt="hotel reception customer service contact desk hotel lobby" mediaAnimation="slide-up" mediaPosition="right" diff --git a/src/app/page.tsx b/src/app/page.tsx index b42f22b..3f5e174 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -103,7 +103,7 @@ export default function HomePage() { dashboard={{ title: "Real-Time Booking Hub", logoIcon: Hotel, - imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg?_wi=1", searchPlaceholder: "Search room types or amenities", buttons: [ { text: "View 3D", href: "#" }, @@ -178,7 +178,7 @@ export default function HomePage() { id: "1", name: "Deluxe Suite", price: "₹12,500/night", - imageSrc: "http://img.b2bpic.net/free-photo/interior-design-neoclassical-style-with-furnishings-decor_23-2151199347.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/interior-design-neoclassical-style-with-furnishings-decor_23-2151199347.jpg?_wi=1", imageAlt: "Luxury Deluxe Suite with city view", initialQuantity: 1 }, @@ -186,7 +186,7 @@ export default function HomePage() { id: "2", name: "Premium Penthouse", price: "₹18,999/night", - imageSrc: "http://img.b2bpic.net/free-photo/pillow-bed_1203-9643.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pillow-bed_1203-9643.jpg?_wi=1", imageAlt: "Exclusive Penthouse Suite", initialQuantity: 1 }, @@ -194,7 +194,7 @@ export default function HomePage() { id: "3", name: "Standard Comfort", price: "₹6,500/night", - imageSrc: "http://img.b2bpic.net/free-photo/bed-with-nightstand-pendant-lamp-showroom-styled-bedroom_169016-71049.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/bed-with-nightstand-pendant-lamp-showroom-styled-bedroom_169016-71049.jpg?_wi=1", imageAlt: "Cozy Standard Room", initialQuantity: 1 }, @@ -202,7 +202,7 @@ export default function HomePage() { id: "4", name: "Family Suite", price: "₹15,000/night", - imageSrc: "http://img.b2bpic.net/free-photo/happy-young-family-mother-father-little-baby-woman-smiling-rejoicing-lying-bed-home_176420-14370.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-young-family-mother-father-little-baby-woman-smiling-rejoicing-lying-bed-home_176420-14370.jpg?_wi=1", imageAlt: "Spacious Family Room", initialQuantity: 1 } @@ -324,7 +324,7 @@ export default function HomePage() { role: "Business Executive", company: "Tech Innovations Inc", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-female-student-glasses-sitting-cafe_1262-17110.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-female-student-glasses-sitting-cafe_1262-17110.jpg?_wi=1", imageAlt: "happy guest smiling woman" }, { @@ -333,7 +333,7 @@ export default function HomePage() { role: "Luxury Travel Blogger", company: "WanderlustDiaries", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-businessman-standing-check-counter-with-passport-boarding-pass_107420-95789.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-businessman-standing-check-counter-with-passport-boarding-pass_107420-95789.jpg?_wi=1", imageAlt: "satisfied guest smiling man" }, { @@ -342,7 +342,7 @@ export default function HomePage() { role: "Wedding Planner", company: "Dream Weddings Co", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-smiling-maid-fixes-curtain-hotel-room_23-2148033213.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-smiling-maid-fixes-curtain-hotel-room_23-2148033213.jpg?_wi=1", imageAlt: "happy customer woman portrait" }, { @@ -351,7 +351,7 @@ export default function HomePage() { role: "Corporate Manager", company: "Global Enterprises", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/hotel-receptionist-work_23-2149661547.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/hotel-receptionist-work_23-2149661547.jpg?_wi=1", imageAlt: "satisfied customer man portrait" } ]} diff --git a/src/app/rooms/page.tsx b/src/app/rooms/page.tsx index 2b41b6d..e8651f5 100644 --- a/src/app/rooms/page.tsx +++ b/src/app/rooms/page.tsx @@ -95,7 +95,7 @@ export default function RoomsPage() { name: "Deluxe Suite", price: "₹12,500/night", imageSrc: - "http://img.b2bpic.net/free-photo/interior-design-neoclassical-style-with-furnishings-decor_23-2151199347.jpg", + "http://img.b2bpic.net/free-photo/interior-design-neoclassical-style-with-furnishings-decor_23-2151199347.jpg?_wi=2", imageAlt: "Luxury Deluxe Suite with city view", initialQuantity: 1, }, @@ -104,7 +104,7 @@ export default function RoomsPage() { name: "Premium Penthouse", price: "₹18,999/night", imageSrc: - "http://img.b2bpic.net/free-photo/pillow-bed_1203-9643.jpg", + "http://img.b2bpic.net/free-photo/pillow-bed_1203-9643.jpg?_wi=2", imageAlt: "Exclusive Penthouse Suite", initialQuantity: 1, }, @@ -113,7 +113,7 @@ export default function RoomsPage() { name: "Standard Comfort", price: "₹6,500/night", imageSrc: - "http://img.b2bpic.net/free-photo/bed-with-nightstand-pendant-lamp-showroom-styled-bedroom_169016-71049.jpg", + "http://img.b2bpic.net/free-photo/bed-with-nightstand-pendant-lamp-showroom-styled-bedroom_169016-71049.jpg?_wi=2", imageAlt: "Cozy Standard Room", initialQuantity: 1, }, @@ -122,7 +122,7 @@ export default function RoomsPage() { name: "Family Suite", price: "₹15,000/night", imageSrc: - "http://img.b2bpic.net/free-photo/happy-young-family-mother-father-little-baby-woman-smiling-rejoicing-lying-bed-home_176420-14370.jpg", + "http://img.b2bpic.net/free-photo/happy-young-family-mother-father-little-baby-woman-smiling-rejoicing-lying-bed-home_176420-14370.jpg?_wi=2", imageAlt: "Spacious Family Room", initialQuantity: 1, }, @@ -139,7 +139,7 @@ export default function RoomsPage() { description="Have questions about our rooms or need special assistance? Our team is here to help. Reach out through the form below or contact us directly." background={{ variant: "sparkles-gradient" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/receptionist-elegant-suit-work-with-customer_23-2149714431.jpg" + imageSrc="http://img.b2bpic.net/free-photo/receptionist-elegant-suit-work-with-customer_23-2149714431.jpg?_wi=1" imageAlt="hotel reception customer service contact desk" mediaAnimation="slide-up" mediaPosition="right"