Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 22b212b57f | |||
| 09529d89d7 |
@@ -10,7 +10,6 @@ import TestimonialCardTwelve from '@/components/sections/testimonial/Testimonial
|
|||||||
import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven';
|
import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven';
|
||||||
import FaqBase from '@/components/sections/faq/FaqBase';
|
import FaqBase from '@/components/sections/faq/FaqBase';
|
||||||
import FooterCard from '@/components/sections/footer/FooterCard';
|
import FooterCard from '@/components/sections/footer/FooterCard';
|
||||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
|
||||||
import { Compass, Award, Package, Sparkles, Heart, TrendingUp, HelpCircle, Facebook, Twitter, Instagram, Linkedin } from 'lucide-react';
|
import { Compass, Award, Package, Sparkles, Heart, TrendingUp, HelpCircle, Facebook, Twitter, Instagram, Linkedin } from 'lucide-react';
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
@@ -162,27 +161,6 @@ export default function LandingPage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="partners" data-section="partners">
|
|
||||||
<SocialProofOne
|
|
||||||
title="Trusted by Leading Global Partners"
|
|
||||||
description="We collaborate with the world's most trusted travel brands and service providers to deliver exceptional experiences."
|
|
||||||
tag="Strategic Partnerships"
|
|
||||||
tagIcon={Award}
|
|
||||||
tagAnimation="slide-up"
|
|
||||||
textboxLayout="default"
|
|
||||||
useInvertedBackground={false}
|
|
||||||
names={[
|
|
||||||
"Emirates", "Marriott", "Lufthansa", "Four Seasons", "Singapore Airlines", "Hilton", "KLM", "Intercontinental"
|
|
||||||
]}
|
|
||||||
logos={[
|
|
||||||
"http://img.b2bpic.net/free-photo/emirates-airline-logo_23-2147676543.jpg", "http://img.b2bpic.net/free-photo/marriott-hotel-logo_23-2147676544.jpg", "http://img.b2bpic.net/free-photo/lufthansa-airline-logo_23-2147676545.jpg", "http://img.b2bpic.net/free-photo/four-seasons-logo_23-2147676546.jpg", "http://img.b2bpic.net/free-photo/singapore-airlines-logo_23-2147676547.jpg", "http://img.b2bpic.net/free-photo/hilton-hotel-logo_23-2147676548.jpg", "http://img.b2bpic.net/free-photo/klm-airline-logo_23-2147676549.jpg", "http://img.b2bpic.net/free-photo/intercontinental-hotel-logo_23-2147676550.jpg"
|
|
||||||
]}
|
|
||||||
showCard={true}
|
|
||||||
speed={40}
|
|
||||||
ariaLabel="Partner brands carousel section"
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="testimonials" data-section="testimonials">
|
<div id="testimonials" data-section="testimonials">
|
||||||
<TestimonialCardTwelve
|
<TestimonialCardTwelve
|
||||||
testimonials={[
|
testimonials={[
|
||||||
|
|||||||
Reference in New Issue
Block a user