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