5 Commits

Author SHA1 Message Date
4eb6b08e90 Update src/app/page.tsx 2026-06-12 21:55:24 +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
71709f1854 Update src/app/page.tsx 2026-06-11 21:19:18 +00:00
cb9b42dc8b Merge version_1 into main
Merge version_1 into main
2026-06-11 21:11:47 +00:00

View File

@@ -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 Classic", 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 Executive", 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 Grand", 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>
);
}
}