diff --git a/src/app/page.tsx b/src/app/page.tsx index b037880..d50b153 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -87,16 +87,16 @@ export default function LandingPage() { animationType="slide-up" features={[ { - title: "Central Location", description: "Located near Malang Square and major attractions. Perfect access to shopping, dining, and entertainment.", imageSrc: "http://img.b2bpic.net/free-photo/unfocused-background-modern-lobby_1203-1079.jpg", imageAlt: "Hotel lobby" + title: "Central Location", description: "Located near Malang Square and major attractions. Perfect access to shopping, dining, and entertainment.", imageSrc: "http://img.b2bpic.net/free-photo/unfocused-background-modern-lobby_1203-1079.jpg?_wi=1", imageAlt: "Hotel lobby" }, { - title: "Spacious Rooms", description: "All rooms feature modern amenities, comfortable bedding, and premium furnishings for your comfort.", imageSrc: "http://img.b2bpic.net/free-photo/modern-beadroom-hotel_1150-17926.jpg", imageAlt: "Superior room" + title: "Spacious Rooms", description: "All rooms feature modern amenities, comfortable bedding, and premium furnishings for your comfort.", imageSrc: "http://img.b2bpic.net/free-photo/modern-beadroom-hotel_1150-17926.jpg?_wi=1", imageAlt: "Superior room" }, { - title: "Great Breakfast", description: "Complimentary buffet breakfast with Indonesian and international options to start your day right.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-enyoing-dinner-party_23-2150717839.jpg", imageAlt: "Breakfast buffet" + title: "Great Breakfast", description: "Complimentary buffet breakfast with Indonesian and international options to start your day right.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-enyoing-dinner-party_23-2150717839.jpg?_wi=1", imageAlt: "Breakfast buffet" }, { - title: "Friendly Staff", description: "Our welcoming team is available 24/7 to ensure your stay is comfortable and memorable.", imageSrc: "http://img.b2bpic.net/free-photo/unfocused-background-modern-lobby_1203-1079.jpg", imageAlt: "Hotel service" + title: "Friendly Staff", description: "Our welcoming team is available 24/7 to ensure your stay is comfortable and memorable.", imageSrc: "http://img.b2bpic.net/free-photo/unfocused-background-modern-lobby_1203-1079.jpg?_wi=2", imageAlt: "Hotel service" } ]} /> @@ -112,7 +112,7 @@ export default function LandingPage() { animationType="slide-up" products={[ { - id: "superior", name: "Superior Room", price: "IDR 450,000 - 600,000", variant: "Single or Twin Beds", imageSrc: "http://img.b2bpic.net/free-photo/modern-beadroom-hotel_1150-17926.jpg", imageAlt: "Superior room" + id: "superior", name: "Superior Room", price: "IDR 450,000 - 600,000", variant: "Single or Twin Beds", imageSrc: "http://img.b2bpic.net/free-photo/modern-beadroom-hotel_1150-17926.jpg?_wi=2", imageAlt: "Superior room" }, { id: "deluxe", name: "Deluxe Room", price: "IDR 600,000 - 850,000", variant: "King Bed with City View", imageSrc: "http://img.b2bpic.net/free-photo/interior-modern-comfortable-hotel-room_1232-1822.jpg", imageAlt: "Deluxe room" @@ -140,19 +140,19 @@ export default function LandingPage() { title: "Swimming Pool", description: "Relax and unwind in our refreshing outdoor swimming pool with tropical landscaping.", imageSrc: "http://img.b2bpic.net/free-photo/young-girl-two-her-multiracial-male-friends-relaxing-sunbeds-near-swimming-pool_1157-49500.jpg", imageAlt: "Swimming pool" }, { - title: "Meeting & Convention Rooms", description: "Modern conference spaces equipped for corporate meetings, seminars, and business events.", imageSrc: "http://img.b2bpic.net/free-photo/restaurant-hall-with-round-tables-white-napoleon-chairs-red-curtains-brick-walls-chandeliers_140725-8446.jpg", imageAlt: "Meeting room" + title: "Meeting & Convention Rooms", description: "Modern conference spaces equipped for corporate meetings, seminars, and business events.", imageSrc: "http://img.b2bpic.net/free-photo/restaurant-hall-with-round-tables-white-napoleon-chairs-red-curtains-brick-walls-chandeliers_140725-8446.jpg?_wi=1", imageAlt: "Meeting room" }, { - title: "Free WiFi", description: "High-speed internet access throughout the hotel to stay connected during your stay.", imageSrc: "http://img.b2bpic.net/free-photo/unfocused-background-modern-lobby_1203-1079.jpg", imageAlt: "Lobby" + title: "Free WiFi", description: "High-speed internet access throughout the hotel to stay connected during your stay.", imageSrc: "http://img.b2bpic.net/free-photo/unfocused-background-modern-lobby_1203-1079.jpg?_wi=3", imageAlt: "Lobby" }, { - title: "Breakfast Buffet", description: "Complimentary buffet breakfast daily with a variety of international and local cuisines.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-enyoing-dinner-party_23-2150717839.jpg", imageAlt: "Breakfast" + title: "Breakfast Buffet", description: "Complimentary buffet breakfast daily with a variety of international and local cuisines.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-enyoing-dinner-party_23-2150717839.jpg?_wi=2", imageAlt: "Breakfast" }, { - title: "Parking Facility", description: "Secure on-site parking available for all guests with 24-hour surveillance.", imageSrc: "http://img.b2bpic.net/free-photo/unfocused-background-modern-lobby_1203-1079.jpg", imageAlt: "Parking" + title: "Parking Facility", description: "Secure on-site parking available for all guests with 24-hour surveillance.", imageSrc: "http://img.b2bpic.net/free-photo/unfocused-background-modern-lobby_1203-1079.jpg?_wi=4", imageAlt: "Parking" }, { - title: "24-Hour Front Desk", description: "Round-the-clock front desk service to assist with any requests or inquiries.", imageSrc: "http://img.b2bpic.net/free-photo/unfocused-background-modern-lobby_1203-1079.jpg", imageAlt: "Reception" + title: "24-Hour Front Desk", description: "Round-the-clock front desk service to assist with any requests or inquiries.", imageSrc: "http://img.b2bpic.net/free-photo/unfocused-background-modern-lobby_1203-1079.jpg?_wi=5", imageAlt: "Reception" } ]} /> @@ -183,7 +183,7 @@ export default function LandingPage() { title: "Training Programs", description: "Flexible spaces and accommodations designed for team building and corporate training sessions." } ]} - imageSrc="http://img.b2bpic.net/free-photo/restaurant-hall-with-round-tables-white-napoleon-chairs-red-curtains-brick-walls-chandeliers_140725-8446.jpg" + imageSrc="http://img.b2bpic.net/free-photo/restaurant-hall-with-round-tables-white-napoleon-chairs-red-curtains-brick-walls-chandeliers_140725-8446.jpg?_wi=2" imageAlt="Meeting room setup" mediaAnimation="slide-up" />