diff --git a/src/app/page.tsx b/src/app/page.tsx index f4ed212..8ab9e63 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -82,11 +82,11 @@ export default function LandingPage() { tagAnimation="slide-up" features={[ { - id: "01", title: "Deluxe Room", description: "Spacious rooms with queen beds, marble bathrooms, and city views. Perfect for business travelers or couples.", imageSrc: "http://img.b2bpic.net/free-photo/hotel-room-luxury-resort_53876-138105.jpg", imageAlt: "Deluxe hotel room"}, + id: "01", title: "Deluxe Room", description: "Spacious rooms with queen beds, marble bathrooms, and city views. Perfect for business travelers or couples.", imageSrc: "http://img.b2bpic.net/free-photo/hotel-room-luxury-resort_53876-138105.jpg?_wi=1", imageAlt: "Deluxe hotel room"}, { - id: "02", title: "Executive Suite", description: "Premium suites featuring separate living areas, premium bedding, and exclusive executive lounge access.", imageSrc: "http://img.b2bpic.net/free-photo/terrace-lounge-with-rattan-armchairs-seaview-luxury-resort-summer-holiday-concept_1253-931.jpg", imageAlt: "Executive suite"}, + id: "02", title: "Executive Suite", description: "Premium suites featuring separate living areas, premium bedding, and exclusive executive lounge access.", imageSrc: "http://img.b2bpic.net/free-photo/terrace-lounge-with-rattan-armchairs-seaview-luxury-resort-summer-holiday-concept_1253-931.jpg?_wi=1", imageAlt: "Executive suite"}, { - id: "03", title: "Standard Room", description: "Comfortable and affordable rooms with modern amenities, high-speed WiFi, and 24-hour room service.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-luxury-comfortable-white-pillow-bed-decoration-bedroom_74190-8672.jpg", imageAlt: "Standard hotel room"}, + id: "03", title: "Standard Room", description: "Comfortable and affordable rooms with modern amenities, high-speed WiFi, and 24-hour room service.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-luxury-comfortable-white-pillow-bed-decoration-bedroom_74190-8672.jpg?_wi=1", imageAlt: "Standard hotel room"}, ]} textboxLayout="default" gridVariant="three-columns-all-equal-width" @@ -104,17 +104,17 @@ export default function LandingPage() { tagAnimation="slide-up" plans={[ { - id: "standard", title: "Standard Room", price: "$149", period: "/night", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-luxury-comfortable-white-pillow-bed-decoration-bedroom_74190-8672.jpg", imageAlt: "Standard room rate", features: [ + id: "standard", title: "Standard Room", price: "$149", period: "/night", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-luxury-comfortable-white-pillow-bed-decoration-bedroom_74190-8672.jpg?_wi=2", imageAlt: "Standard room rate", features: [ "Queen bed with premium linens", "High-speed WiFi included", "Complimentary breakfast", "24-hour room service", "Fitness center access"], button: { text: "Book Now", href: "#" }, }, { - id: "deluxe", title: "Deluxe Room", price: "$249", period: "/night", imageSrc: "http://img.b2bpic.net/free-photo/hotel-room-luxury-resort_53876-138105.jpg", imageAlt: "Deluxe room rate", features: [ + id: "deluxe", title: "Deluxe Room", price: "$249", period: "/night", imageSrc: "http://img.b2bpic.net/free-photo/hotel-room-luxury-resort_53876-138105.jpg?_wi=2", imageAlt: "Deluxe room rate", features: [ "City view with spacious layout", "Marble bathroom with amenities", "Premium Netflix collection", "Complimentary breakfast & evening drinks", "Priority concierge service"], button: { text: "Reserve", href: "#" }, }, { - id: "suite", title: "Executive Suite", price: "$399", period: "/night", imageSrc: "http://img.b2bpic.net/free-photo/terrace-lounge-with-rattan-armchairs-seaview-luxury-resort-summer-holiday-concept_1253-931.jpg", imageAlt: "Executive suite rate", features: [ + id: "suite", title: "Executive Suite", price: "$399", period: "/night", imageSrc: "http://img.b2bpic.net/free-photo/terrace-lounge-with-rattan-armchairs-seaview-luxury-resort-summer-holiday-concept_1253-931.jpg?_wi=2", imageAlt: "Executive suite rate", features: [ "Separate living & bedroom", "Executive lounge access", "Gourmet breakfast included", "Private spa services available", "Concierge & butler service"], button: { text: "Upgrade", href: "#" }, },