Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| de045b3994 | |||
| 57b8d293bf | |||
| b83beb95bb | |||
| b8c6b2263b |
@@ -100,17 +100,9 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "1", title: "Before", tags: [
|
||||
"Guessing", "Stressed"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-working-office-travel-agency_23-2150433339.jpg"},
|
||||
{
|
||||
id: "2", title: "After", tags: [
|
||||
id: "1", title: "Experience Confidence", tags: [
|
||||
"Guided", "Confident"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/day-office-travel-agency_52683-115863.jpg"},
|
||||
{
|
||||
id: "3", title: "The Difference", tags: [
|
||||
"Real Experience", "Peace of Mind"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-working-as-travel-agent_23-2150433373.jpg"},
|
||||
videoSrc: "https://www.w3schools.com/html/mov_bbb.mp4"},
|
||||
]}
|
||||
title="From Uncertainty to Confidence"
|
||||
description="Stop guessing with hundreds of tabs open and start booking the experience you actually want."
|
||||
@@ -120,23 +112,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 +263,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user