From 129be316986a68ea2e95059a4704924d8e146b4e Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 6 May 2026 22:04:17 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c0a0a17..5e14e36 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -105,6 +105,10 @@ export default function LandingPage() { ]} title="Our Luxurious Accommodations" description="Explore our range of well-appointed rooms designed for comfort and elegance." + buttons={[ + { + text: "Check Availability", href: "#contact"} + ]} /> @@ -212,4 +216,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1