From 8b6ad5fa2a3f0b6a65bd87fbe27e3f95816bb3d1 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 04:38:27 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b0117c4..026ac17 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -62,7 +62,7 @@ export default function LandingPage() { tag="About Agastya" title="Your Gateway to Tranquility and Luxury" buttons={[ - { text: "Learn More", href: "#amenities" } + { text: "Discover Our Amenities", href: "#amenities" } ]} useInvertedBackground={false} /> -- 2.49.1