From 2c57659c345e937ce0a748be717b5f7af2ecbddb Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 5 May 2026 06:07:15 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e1eff9c..1fa00b2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,7 +47,10 @@ export default function LandingPage() { title="A Royal Transformation" description="Six Senses Fort Barwara is a 14th-century royal fort transformed into a world-class wellness sanctuary, where heritage meets ultimate tranquility." tag="Luxury Heritage Resort" - buttons={[{ text: "Reserve Your Suite", href: "#contact" }]} + buttons={[ + { text: "Reserve Your Suite", href: "#contact" }, + { text: "Explore Experiences", href: "#services" } + ]} mediaItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/view-castle-with-nature-landscape_23-2150743792.jpg", imageAlt: "Fort Exterior Sunset" }, { imageSrc: "http://img.b2bpic.net/free-photo/stone-natural-room-interior-design_23-2151890395.jpg", imageAlt: "Intricate Fort Architecture" } -- 2.49.1