Update src/app/page.tsx

This commit is contained in:
2026-05-06 16:49:49 +00:00
parent c09700b958
commit acc44c477f

View File

@@ -162,19 +162,19 @@ export default function LandingPage() {
id: "1", title: "Weekly Pass", price: "$200", period: "/week", features: [
"Kitchen access", "Laundry included"],
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"},
{
id: "2", title: "Monthly Pass", price: "$750", period: "/month", features: [
"Priority check-in", "Free workspace access"],
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"},
{
id: "3", title: "Nomad Package", price: "$50", period: "/day", features: [
"Coffee daily", "High-speed internet"],
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"},
]}
title="Flexible Stays"
@@ -246,4 +246,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}