Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-04-21 15:29:49 +00:00

View File

@@ -120,23 +120,23 @@ export default function LandingPage() {
<div id="trust" data-section="trust">
<AboutMetric
useInvertedBackground={false}
title="We focus only on all-inclusive resorts"
title="We focus on all-inclusive resorts"
metrics={[
{
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,
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,
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,
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,
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"
/>
@@ -271,4 +271,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}