diff --git a/src/app/page.tsx b/src/app/page.tsx index 09eecda..c8bc73e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() { ); -} \ No newline at end of file +}