5 Commits

Author SHA1 Message Date
00adc4d0aa Merge version_3 into main
Merge version_3 into main
2026-06-12 21:55:30 +00:00
4eb6b08e90 Update src/app/page.tsx 2026-06-12 21:55:24 +00:00
317568eb23 Merge version_3 into main
Merge version_3 into main
2026-06-12 21:55:02 +00:00
db1beec6b5 Update src/app/page.tsx 2026-06-12 21:54:56 +00:00
0169e622dc Merge version_2 into main
Merge version_2 into main
2026-06-11 21:19:21 +00:00

View File

@@ -213,19 +213,19 @@ export default function LandingPage() {
id: "basic-stay", title: "Classic Retreat", price: "$250", period: "per night", features: [ id: "basic-stay", title: "Classic Retreat", price: "$250", period: "per night", features: [
"Standard Deluxe Room", "Complimentary Breakfast", "High-Speed Wi-Fi", "City View"], "Standard Deluxe Room", "Complimentary Breakfast", "High-Speed Wi-Fi", "City View"],
button: { 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"}, 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: [ id: "luxury-escape", title: "Executive Experience", price: "$400", period: "per night", features: [
"Executive Suite", "Welcome Drink & Canapés", "Spa Access", "Mountain View"], "Executive Suite", "Welcome Drink & Canapés", "Spa Access", "Mountain View"],
button: { 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"}, 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: [ id: "grand-indulgence", title: "Grand Indulgence", price: "$1200", period: "per night", features: [
"Amelia Penthouse", "Private Concierge", "Gourmet Dinner for Two", "Panoramic Views"], "Amelia Penthouse", "Private Concierge", "Gourmet Dinner for Two", "Panoramic Views"],
button: { 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"}, imageSrc: "http://img.b2bpic.net/free-photo/young-woman-standing-pool_23-2149037094.jpg", imageAlt: "Grand Indulgence penthouse"},
]} ]}
title="Seamless Booking, Unforgettable Stays" title="Seamless Booking, Unforgettable Stays"
@@ -295,4 +295,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }