Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 00adc4d0aa | |||
| 4eb6b08e90 | |||
| 317568eb23 | |||
| db1beec6b5 | |||
| 0169e622dc |
@@ -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>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user