Update src/app/page.tsx
This commit is contained in:
@@ -129,10 +129,6 @@ export default function LandingPage() {
|
|||||||
],
|
],
|
||||||
buttons: [
|
buttons: [
|
||||||
{ text: "Book Deluxe", href: "contact" }
|
{ text: "Book Deluxe", href: "contact" }
|
||||||
],
|
|
||||||
bottomNotes: [
|
|
||||||
"Free cancellation up to 7 days",
|
|
||||||
"Taxes and fees not included"
|
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -148,10 +144,6 @@ export default function LandingPage() {
|
|||||||
],
|
],
|
||||||
buttons: [
|
buttons: [
|
||||||
{ text: "Book Executive", href: "contact" }
|
{ text: "Book Executive", href: "contact" }
|
||||||
],
|
|
||||||
bottomNotes: [
|
|
||||||
"Free cancellation up to 3 days",
|
|
||||||
"Taxes and fees not included"
|
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -167,10 +159,6 @@ export default function LandingPage() {
|
|||||||
],
|
],
|
||||||
buttons: [
|
buttons: [
|
||||||
{ text: "Book Penthouse", href: "contact" }
|
{ text: "Book Penthouse", href: "contact" }
|
||||||
],
|
|
||||||
bottomNotes: [
|
|
||||||
"Non-refundable but modifiable",
|
|
||||||
"Contact concierge for special requests"
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
|
|||||||
Reference in New Issue
Block a user