From d003b3f97aebb3800c15b4723d80d67638411dd8 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 5 May 2026 06:10:48 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2cfb4ff..78039fc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,10 +47,7 @@ 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" }, - { text: "Explore Experiences", href: "#services" } - ]} + buttons={[{ text: "Reserve Your Suite", href: "#contact" }]} 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" } @@ -92,7 +89,7 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} metrics={[ - { id: "years", icon: History, title: "Years of History", value: "700+" }, + { id: "years", icon: History, title: "Years of History", value: "700 Years of Heritage" }, { id: "acres", icon: MapPin, title: "Land Area", value: "5.5 Acres" }, { id: "suites", icon: Building2, title: "Luxury Suites", value: "48" } ]} -- 2.49.1