From 0123cc5dcdf58bd2c7123b8b7807a856775afa36 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 08:37:44 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 931bfc3..13499a4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -64,6 +64,11 @@ export default function LandingPage() { tag="About Us" title="CoffeeIsland Vintage Stay is a cozy homestay located in Kaniyambetta, Kerala (Wayanad) surrounded by nature and coffee plantations. We offer a peaceful atmosphere, vintage charm, and a relaxing escape for travelers. Rated 4.4/5 from 210 reviews." useInvertedBackground={false} + buttons={[ + { text: "View Rooms", href: "rooms" }, + { text: "Check Availability", href: "booking" } + ]} + buttonAnimation="slide-up" ariaLabel="About CoffeeIsland Vintage Stay" /> -- 2.49.1