2 Commits

Author SHA1 Message Date
b83beb95bb Update src/app/page.tsx 2026-04-21 15:29:45 +00:00
b8c6b2263b Merge version_1 into main
Merge version_1 into main
2026-04-21 15:25:47 +00:00

View File

@@ -120,23 +120,23 @@ export default function LandingPage() {
<div id="trust" data-section="trust"> <div id="trust" data-section="trust">
<AboutMetric <AboutMetric
useInvertedBackground={false} useInvertedBackground={false}
title="We focus only on all-inclusive resorts" title="We focus on all-inclusive resorts"
metrics={[ metrics={[
{ {
icon: CheckCircle, icon: CheckCircle,
label: "Vetted Stays", value: "We've been there"}, label: "Vetted Stays", value: "We personally visit and verify every property we recommend to ensure they meet our rigorous standards for quality and service."},
{ {
icon: MapPin, icon: MapPin,
label: "Room Knowledge", value: "We know buildings"}, label: "Room Knowledge", value: "We provide floor-level insight into specific room locations, views, and noise levels so there are no surprises upon arrival."},
{ {
icon: Award, icon: Award,
label: "Niche Expertise", value: "All-Inclusive Only"}, label: "Niche Expertise", value: "Our deep focus on the all-inclusive model means we understand the nuances of resort tiers, dining, and luxury packages better than anyone."},
{ {
icon: Smile, icon: Smile,
label: "Guest Feedback", value: "Verified"}, label: "Guest Feedback", value: "We leverage thousands of verified guest reports to match your unique desires to properties where you will thrive."},
{ {
icon: Calendar, icon: Calendar,
label: "Booking History", value: "Proven"}, label: "Booking History", value: "With years of data on resort performance and seasonal availability, we secure your booking when value and quality intersect."},
]} ]}
metricsAnimation="slide-up" metricsAnimation="slide-up"
/> />