Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c098af0acf | |||
| acc44c477f | |||
| c09700b958 |
@@ -162,19 +162,19 @@ export default function LandingPage() {
|
|||||||
id: "1", title: "Weekly Pass", price: "$200", period: "/week", features: [
|
id: "1", title: "Weekly Pass", price: "$200", period: "/week", features: [
|
||||||
"Kitchen access", "Laundry included"],
|
"Kitchen access", "Laundry included"],
|
||||||
button: {
|
button: {
|
||||||
text: "Book Now"},
|
text: "Book Now", href: "/contact"},
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/teenage-boys-sitting-together-empty-canteen_53876-13468.jpg", imageAlt: "Teenage boys sitting together in a empty canteen"},
|
imageSrc: "http://img.b2bpic.net/free-photo/teenage-boys-sitting-together-empty-canteen_53876-13468.jpg", imageAlt: "Teenage boys sitting together in a empty canteen"},
|
||||||
{
|
{
|
||||||
id: "2", title: "Monthly Pass", price: "$750", period: "/month", features: [
|
id: "2", title: "Monthly Pass", price: "$750", period: "/month", features: [
|
||||||
"Priority check-in", "Free workspace access"],
|
"Priority check-in", "Free workspace access"],
|
||||||
button: {
|
button: {
|
||||||
text: "Book Now"},
|
text: "Book Now", href: "/contact"},
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/hotel-guest-having-fun-with-tablet_482257-81606.jpg?_wi=2", imageAlt: "Teenage boys sitting together in a empty canteen"},
|
imageSrc: "http://img.b2bpic.net/free-photo/hotel-guest-having-fun-with-tablet_482257-81606.jpg?_wi=2", imageAlt: "Teenage boys sitting together in a empty canteen"},
|
||||||
{
|
{
|
||||||
id: "3", title: "Nomad Package", price: "$50", period: "/day", features: [
|
id: "3", title: "Nomad Package", price: "$50", period: "/day", features: [
|
||||||
"Coffee daily", "High-speed internet"],
|
"Coffee daily", "High-speed internet"],
|
||||||
button: {
|
button: {
|
||||||
text: "Book Now"},
|
text: "Book Now", href: "/contact"},
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/teen-receiving-psychotherapy-advice-support-emotional-issues_482257-117668.jpg?_wi=2", imageAlt: "Teenage boys sitting together in a empty canteen"},
|
imageSrc: "http://img.b2bpic.net/free-photo/teen-receiving-psychotherapy-advice-support-emotional-issues_482257-117668.jpg?_wi=2", imageAlt: "Teenage boys sitting together in a empty canteen"},
|
||||||
]}
|
]}
|
||||||
title="Flexible Stays"
|
title="Flexible Stays"
|
||||||
@@ -246,4 +246,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user