diff --git a/src/app/page.tsx b/src/app/page.tsx
index 497b943..75a1e92 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -2,6 +2,7 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
+import { Zap, Ship, Mountain } from "lucide-react";
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
import FaqBase from '@/components/sections/faq/FaqBase';
import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix';
@@ -30,25 +31,15 @@ export default function LandingPage() {
@@ -57,15 +48,12 @@ export default function LandingPage() {
@@ -96,22 +80,13 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- title: "Cultural Access",
- description: "Private after-hours tours of world-renowned heritage sites.",
- imageSrc: "http://img.b2bpic.net/free-photo/trendy-man-eyeglasses-white-shirt-jeans-with-camera-hugging-her-wife-hat-striped-blouse_197531-19144.jpg",
- buttonIcon: "Zap",
+ title: "Cultural Access", description: "Private after-hours tours of world-renowned heritage sites.", imageSrc: "http://img.b2bpic.net/free-photo/trendy-man-eyeglasses-white-shirt-jeans-with-camera-hugging-her-wife-hat-striped-blouse_197531-19144.jpg", buttonIcon: Zap,
},
{
- title: "Oceanic Escapes",
- description: "Chartered voyages on the world's most elegant private vessels.",
- imageSrc: "http://img.b2bpic.net/free-photo/woman-white-dress-sitting-by-sea-sunrise-romantic-mood-wearing-red-hat_285396-803.jpg",
- buttonIcon: "Ship",
+ title: "Oceanic Escapes", description: "Chartered voyages on the world's most elegant private vessels.", imageSrc: "http://img.b2bpic.net/free-photo/woman-white-dress-sitting-by-sea-sunrise-romantic-mood-wearing-red-hat_285396-803.jpg", buttonIcon: Ship,
},
{
- title: "Alpine Retreats",
- description: "High-altitude luxury in secluded, hand-picked alpine lodges.",
- imageSrc: "http://img.b2bpic.net/free-photo/trekking-enthusiast-captures-his-activity-video-using-drone-footage_482257-120856.jpg",
- buttonIcon: "Mountain",
+ title: "Alpine Retreats", description: "High-altitude luxury in secluded, hand-picked alpine lodges.", imageSrc: "http://img.b2bpic.net/free-photo/trekking-enthusiast-captures-his-activity-video-using-drone-footage_482257-120856.jpg", buttonIcon: Mountain,
},
]}
title="Curated Experiences"
@@ -127,37 +102,17 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
- id: "1",
- name: "Alexander Vance",
- role: "CEO",
- company: "Vance Holdings",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/pool_74190-1978.jpg",
- },
+ id: "1", name: "Alexander Vance", role: "CEO", company: "Vance Holdings", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/pool_74190-1978.jpg"},
{
- id: "2",
- name: "Elena Rossi",
- role: "Creative Director",
- company: "Studio Nova",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/woman-drinking-tea-cozy-balcony-country-house_1153-9853.jpg",
- },
+ id: "2", name: "Elena Rossi", role: "Creative Director", company: "Studio Nova", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/woman-drinking-tea-cozy-balcony-country-house_1153-9853.jpg"},
{
- id: "3",
- name: "Marcus Thorne",
- role: "Entrepreneur",
- company: "Thorne Capital",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/wet-garden-vintage-nature-swimming_1203-5044.jpg",
- },
+ id: "3", name: "Marcus Thorne", role: "Entrepreneur", company: "Thorne Capital", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/wet-garden-vintage-nature-swimming_1203-5044.jpg"},
{
- id: "4",
- name: "Julianna Reed",
- role: "Art Collector",
- company: "Reed Gallery",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-couple-luxury-travel-house_23-2149140851.jpg",
- },
+ id: "4", name: "Julianna Reed", role: "Art Collector", company: "Reed Gallery", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/close-up-couple-luxury-travel-house_23-2149140851.jpg"},
]}
title="Stories from the World"
description="Our clients tell our story better than we ever could."
@@ -170,20 +125,11 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
- id: "faq-1",
- title: "How do you personalize itineraries?",
- content: "Our experts engage in detailed consultations to match your preferences with our network of global partners.",
- },
+ id: "faq-1", title: "How do you personalize itineraries?", content: "Our experts engage in detailed consultations to match your preferences with our network of global partners."},
{
- id: "faq-2",
- title: "Can you handle last-minute requests?",
- content: "We maintain 24/7 responsiveness for our premium members, accommodating urgent changes globally.",
- },
+ id: "faq-2", title: "Can you handle last-minute requests?", content: "We maintain 24/7 responsiveness for our premium members, accommodating urgent changes globally."},
{
- id: "faq-3",
- title: "What kind of support is included?",
- content: "Full on-the-ground support, VIP assistance, and real-time itinerary management.",
- },
+ id: "faq-3", title: "What kind of support is included?", content: "Full on-the-ground support, VIP assistance, and real-time itinerary management."},
]}
title="Frequently Asked"
description="Answers to your questions about our bespoke travel process."
@@ -198,22 +144,14 @@ export default function LandingPage() {
description="Tell us your dreams, and we will turn them into a reality."
inputs={[
{
- name: "fullName",
- type: "text",
- placeholder: "Full Name",
- required: true,
+ name: "fullName", type: "text", placeholder: "Full Name", required: true,
},
{
- name: "email",
- type: "email",
- placeholder: "Email Address",
- required: true,
+ name: "email", type: "email", placeholder: "Email Address", required: true,
},
]}
textarea={{
- name: "message",
- placeholder: "Tell us about your ideal trip...",
- required: true,
+ name: "message", placeholder: "Tell us about your ideal trip...", required: true,
}}
imageSrc="http://img.b2bpic.net/free-photo/empty-luxurious-psychiatry-interior-office-equipped-with-modern-furniture_482257-121508.jpg"
mediaAnimation="blur-reveal"
@@ -225,50 +163,31 @@ export default function LandingPage() {
logoText="Elysian Travel"
columns={[
{
- title: "Destinations",
- items: [
+ title: "Destinations", items: [
{
- label: "Europe",
- href: "#",
- },
+ label: "Europe", href: "#"},
{
- label: "Asia",
- href: "#",
- },
+ label: "Asia", href: "#"},
{
- label: "Americas",
- href: "#",
- },
+ label: "Americas", href: "#"},
],
},
{
- title: "Services",
- items: [
+ title: "Services", items: [
{
- label: "Concierge",
- href: "#",
- },
+ label: "Concierge", href: "#"},
{
- label: "Planning",
- href: "#",
- },
+ label: "Planning", href: "#"},
{
- label: "Support",
- href: "#",
- },
+ label: "Support", href: "#"},
],
},
{
- title: "Legal",
- items: [
+ title: "Legal", items: [
{
- label: "Privacy Policy",
- href: "#",
- },
+ label: "Privacy Policy", href: "#"},
{
- label: "Terms of Service",
- href: "#",
- },
+ label: "Terms of Service", href: "#"},
],
},
]}