diff --git a/src/app/page.tsx b/src/app/page.tsx index de73ba4..c357f28 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,83 +32,34 @@ export default function LandingPage() {
@@ -119,18 +70,9 @@ export default function LandingPage() { title="A Legacy of Serenity" description="Discover a sanctuary where traditional hospitality meets modern luxury. Nestled in nature, The Chinar offers an escape like no other." metrics={[ - { - value: "15+", - title: "Acres of Peace", - }, - { - value: "50+", - title: "Luxury Suites", - }, - { - value: "20+", - title: "Spa Treatments", - }, + { value: "15+", title: "Acres of Peace" }, + { value: "50+", title: "Luxury Suites" }, + { value: "20+", title: "Spa Treatments" }, ]} imageSrc="http://img.b2bpic.net/free-photo/beautiful-view-mountain-ski-resort_1268-15262.jpg" imageAlt="chinar resort peaceful grounds" @@ -143,36 +85,9 @@ export default function LandingPage() { textboxLayout="split-description" useInvertedBackground={false} features={[ - { - id: "f1", - label: "Wellness", - title: "Holistic Spa", - items: [ - "Ayurvedic therapies", - "Steam & sauna sessions", - "Private yoga garden", - ], - }, - { - id: "f2", - label: "Dining", - title: "Culinary Art", - items: [ - "Farm-to-table cuisine", - "Private candlelit dinners", - "Organic cafe bistro", - ], - }, - { - id: "f3", - label: "Outdoor", - title: "Nature Trails", - items: [ - "Guided mountain hikes", - "Bicycle rental service", - "Bird watching spots", - ], - }, + { id: "f1", label: "Wellness", title: "Holistic Spa", items: ["Ayurvedic therapies", "Steam & sauna sessions", "Private yoga garden"] }, + { id: "f2", label: "Dining", title: "Culinary Art", items: ["Farm-to-table cuisine", "Private candlelit dinners", "Organic cafe bistro"] }, + { id: "f3", label: "Outdoor", title: "Nature Trails", items: ["Guided mountain hikes", "Bicycle rental service", "Bird watching spots"] }, ]} title="Curated Experiences" description="Designed to revitalize your mind, body, and soul." @@ -182,51 +97,16 @@ export default function LandingPage() {