Merge version_2 into main #3
@@ -4,11 +4,11 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
||||
import FeatureCardNine from '@/components/sections/feature/FeatureCardNine';
|
||||
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
||||
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||
import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll';
|
||||
import MediaAbout from '@/components/sections/about/MediaAbout';
|
||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
|
||||
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -102,21 +102,15 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardTwo
|
||||
<TestimonialCardFive
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Sarah J.", role: "Frequent Flyer", testimonial: "Her attention to detail and calm demeanor made a stressful flight feel like a breeze. Truly professional.", imageSrc: "http://img.b2bpic.net/free-photo/pov-client-advertises-organic-farming_482257-80727.jpg"},
|
||||
id: "1", name: "Sarah J.", date: "2024-05-10", title: "Frequent Flyer", quote: "Her attention to detail and calm demeanor made a stressful flight feel like a breeze. Truly professional.", tag: "Travel", avatarSrc: "http://img.b2bpic.net/free-photo/pov-client-advertises-organic-farming_482257-80727.jpg", imageSrc: "http://img.b2bpic.net/free-photo/clouds-sky-from-airplane-window_1150-18451.jpg"},
|
||||
{
|
||||
id: "2", name: "Michael K.", role: "Business Executive", testimonial: "Impeccable service. She anticipated my needs before I even asked. A true asset to the cabin crew.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-holding-helmet_23-2149396222.jpg"},
|
||||
{
|
||||
id: "3", name: "Elena R.", role: "Travel Blogger", testimonial: "I travel constantly, and this has been one of the best service experiences I've had in years.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-stewardess-posing_23-2150197256.jpg"},
|
||||
{
|
||||
id: "4", name: "David M.", role: "Airline Captain", testimonial: "A reliable, focused, and professional team member. Always puts safety and protocol first.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-indigenous-businesswoman_23-2151201351.jpg"},
|
||||
{
|
||||
id: "5", name: "Lisa G.", role: "Family Traveler", testimonial: "So patient with my children. It made our international journey so much more pleasant.", imageSrc: "http://img.b2bpic.net/free-photo/luxury-sexy-attractive-woman-dressed-black-dress-posing-pier-luxury-resort-hotel-wearing-sunglasses-summer-vacation-tropical-beach_285396-6393.jpg"},
|
||||
id: "2", name: "Michael K.", date: "2024-06-15", title: "Business Executive", quote: "Impeccable service. She anticipated my needs before I even asked. A true asset to the cabin crew.", tag: "Business", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-holding-helmet_23-2149396222.jpg", imageSrc: "http://img.b2bpic.net/free-photo/view-beautiful-mountains-from-airplane-window_23-2149320668.jpg"},
|
||||
]}
|
||||
title="Testimonials"
|
||||
description="What passengers and colleagues say about my service."
|
||||
@@ -139,15 +133,24 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoReveal
|
||||
<FooterMedia
|
||||
logoText="Elite Cabin Services"
|
||||
leftLink={{
|
||||
text: "Privacy Policy", href: "#"}}
|
||||
rightLink={{
|
||||
text: "Terms of Service", href: "#"}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/view-beautiful-mountains-from-airplane-window_23-2149320668.jpg"
|
||||
columns={[
|
||||
{
|
||||
title: "Company", items: [
|
||||
{ label: "About", href: "#about" },
|
||||
{ label: "Contact", href: "#contact" }
|
||||
]},
|
||||
{
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms", href: "#" }
|
||||
]}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user