Merge version_3 into main

Merge version_3 into main
This commit was merged in pull request #3.
This commit is contained in:
2026-06-12 21:55:02 +00:00

View File

@@ -113,7 +113,7 @@ export default function LandingPage() {
{
id: "room-aprt", name: "Serviced Apartment", price: "$600/night", variant: "Two Bedrooms, Kitchenette", imageSrc: "http://img.b2bpic.net/free-photo/room-interior-hotel-bedroom_23-2150683481.jpg", imageAlt: "Serviced Apartment"},
{
id: "room-fam", name: "Family Haven Suite", price: "$750/night", variant: "Connecting Rooms, Garden Access", imageSrc: "http://img.b2bpic.net/free-photo/chambermaid-sitting-bed-making-call-hotel-telephone_23-2148033236.jpg", imageAlt: "Family Haven Suite"},
id: "room-fam", name: "Family Haven Suite", price: "$750/night", variant: "Connecting Rooms, Garden Access", imageSrc: "http://img.b2bpic.net/free-photo/chambermaid-sitting-bed-making-call-hotel-telephone_23-2148033236.jpg", alt: "Family Haven Suite"},
{
id: "room-ph", name: "Amelia Penthouse", price: "$1200/night", variant: "Private Terrace, Panoramic Views", imageSrc: "http://img.b2bpic.net/free-photo/city-building-with-rusty-surface_23-2148814156.jpg", imageAlt: "Amelia Penthouse"},
{
@@ -213,19 +213,19 @@ export default function LandingPage() {
id: "basic-stay", title: "Classic Retreat", price: "$250", period: "per night", features: [
"Standard Deluxe Room", "Complimentary Breakfast", "High-Speed Wi-Fi", "City View"],
button: {
text: "Book Your Classic Retreat Stay", href: "#"},
text: "Book Classic Retreat", href: "#"},
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-hand-holding-cream-container_23-2149764815.jpg", imageAlt: "Classic Retreat room"},
{
id: "luxury-escape", title: "Executive Experience", price: "$400", period: "per night", features: [
"Executive Suite", "Welcome Drink & Canapés", "Spa Access", "Mountain View"],
button: {
text: "Book Your Executive Experience Stay", href: "#"},
text: "Book Executive Experience", href: "#"},
imageSrc: "http://img.b2bpic.net/free-photo/business-professional-finding-new-ideas-forge-international-partnership-before-attending-conference-hotel-lounge-area-ceo-taking-notes-preparing-important-speech_482257-68049.jpg", imageAlt: "Executive Experience suite"},
{
id: "grand-indulgence", title: "Grand Indulgence", price: "$1200", period: "per night", features: [
"Amelia Penthouse", "Private Concierge", "Gourmet Dinner for Two", "Panoramic Views"],
button: {
text: "Book Your Grand Indulgence Stay", href: "#"},
text: "Book Grand Indulgence", href: "#"},
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-standing-pool_23-2149037094.jpg", imageAlt: "Grand Indulgence penthouse"},
]}
title="Seamless Booking, Unforgettable Stays"
@@ -295,4 +295,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}