diff --git a/src/app/page.tsx b/src/app/page.tsx
index 4962a2a..38f0ffd 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -9,7 +9,7 @@ import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleC
import MediaAbout from '@/components/sections/about/MediaAbout';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
-import { Phone } from "lucide-react";
+import { Phone, ArrowRight } from "lucide-react";
export default function LandingPage() {
return (
@@ -30,21 +30,13 @@ export default function LandingPage() {
@@ -53,117 +45,65 @@ export default function LandingPage() {
@@ -184,25 +124,13 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
- title: "Bora Bora",
- description: "Crystal blue waters and luxury overwater living.",
- imageSrc: "http://img.b2bpic.net/free-photo/tattooed-caucasian-woman-denim-shorts-green-trendy-crop-top-beach_343596-170.jpg",
- imageAlt: "Bora Bora luxury",
- buttonIcon: "ArrowRight",
+ title: "Bora Bora", description: "Crystal blue waters and luxury overwater living.", imageSrc: "http://img.b2bpic.net/free-photo/tattooed-caucasian-woman-denim-shorts-green-trendy-crop-top-beach_343596-170.jpg", imageAlt: "Bora Bora luxury", buttonIcon: ArrowRight,
},
{
- title: "Kyoto",
- description: "Immerse yourself in history, culture, and nature.",
- imageSrc: "http://img.b2bpic.net/free-photo/new-york-manhattan-central-park-autumn-bridge-lake_1321-2401.jpg",
- imageAlt: "Kyoto temples",
- buttonIcon: "ArrowRight",
+ title: "Kyoto", description: "Immerse yourself in history, culture, and nature.", imageSrc: "http://img.b2bpic.net/free-photo/new-york-manhattan-central-park-autumn-bridge-lake_1321-2401.jpg", imageAlt: "Kyoto temples", buttonIcon: ArrowRight,
},
{
- title: "Amalfi Coast",
- description: "Iconic cliffs, sunny views, and pasta.",
- imageSrc: "http://img.b2bpic.net/free-photo/cannes-beach-castle-buildings-palm-trees-france_1268-36262.jpg",
- imageAlt: "Amalfi coast scene",
- buttonIcon: "ArrowRight",
+ title: "Amalfi Coast", description: "Iconic cliffs, sunny views, and pasta.", imageSrc: "http://img.b2bpic.net/free-photo/cannes-beach-castle-buildings-palm-trees-france_1268-36262.jpg", imageAlt: "Amalfi coast scene", buttonIcon: ArrowRight,
},
]}
title="Destinations You'll Love"
@@ -216,55 +144,15 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
- id: "1",
- name: "Elena Smith",
- date: "Jan 2024",
- title: "Incredible trip!",
- quote: "Seamless experience from start to finish.",
- tag: "Luxury",
- avatarSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-woman-sitting-rock-holding-binocular_23-2147842568.jpg",
- imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-woman-sitting-rock-holding-binocular_23-2147842568.jpg?_wi=1",
- },
+ id: "1", name: "Elena Smith", date: "Jan 2024", title: "Incredible trip!", quote: "Seamless experience from start to finish.", tag: "Luxury", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-woman-sitting-rock-holding-binocular_23-2147842568.jpg", imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-woman-sitting-rock-holding-binocular_23-2147842568.jpg"},
{
- id: "2",
- name: "Mark Johnson",
- date: "Dec 2023",
- title: "Best planner ever.",
- quote: "I've never had a trip this well-organized.",
- tag: "Adventure",
- avatarSrc: "http://img.b2bpic.net/free-photo/lovely-couple-taking-romantic-walk_1098-267.jpg",
- imageSrc: "http://img.b2bpic.net/free-photo/lovely-couple-taking-romantic-walk_1098-267.jpg",
- },
+ id: "2", name: "Mark Johnson", date: "Dec 2023", title: "Best planner ever.", quote: "I've never had a trip this well-organized.", tag: "Adventure", avatarSrc: "http://img.b2bpic.net/free-photo/lovely-couple-taking-romantic-walk_1098-267.jpg", imageSrc: "http://img.b2bpic.net/free-photo/lovely-couple-taking-romantic-walk_1098-267.jpg"},
{
- id: "3",
- name: "Sarah Lee",
- date: "Nov 2023",
- title: "Magical!",
- quote: "They thought of every detail imaginable.",
- tag: "Family",
- avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-with-backpack-hill-near-dniester-river_7502-8803.jpg",
- imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-with-backpack-hill-near-dniester-river_7502-8803.jpg",
- },
+ id: "3", name: "Sarah Lee", date: "Nov 2023", title: "Magical!", quote: "They thought of every detail imaginable.", tag: "Family", avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-with-backpack-hill-near-dniester-river_7502-8803.jpg", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-with-backpack-hill-near-dniester-river_7502-8803.jpg"},
{
- id: "4",
- name: "Tom Brown",
- date: "Oct 2023",
- title: "Perfect getaway.",
- quote: "Can't wait to book my next trip with them.",
- tag: "Relax",
- avatarSrc: "http://img.b2bpic.net/free-photo/woman-holding-camera-looking-away_23-2148301341.jpg",
- imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-camera-looking-away_23-2148301341.jpg",
- },
+ id: "4", name: "Tom Brown", date: "Oct 2023", title: "Perfect getaway.", quote: "Can't wait to book my next trip with them.", tag: "Relax", avatarSrc: "http://img.b2bpic.net/free-photo/woman-holding-camera-looking-away_23-2148301341.jpg", imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-camera-looking-away_23-2148301341.jpg"},
{
- id: "5",
- name: "Jane Doe",
- date: "Sep 2023",
- title: "Beyond expectations!",
- quote: "The local guides were absolutely phenomenal.",
- tag: "Culture",
- avatarSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-woman-sitting-rock-holding-binocular_23-2147842568.jpg",
- imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-woman-sitting-rock-holding-binocular_23-2147842568.jpg?_wi=2",
- },
+ id: "5", name: "Jane Doe", date: "Sep 2023", title: "Beyond expectations!", quote: "The local guides were absolutely phenomenal.", tag: "Culture", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-woman-sitting-rock-holding-binocular_23-2147842568.jpg", imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-woman-sitting-rock-holding-binocular_23-2147842568.jpg"},
]}
title="Stories from Travelers"
description="Don't take our word for it. Hear what explorers like you have to say about their experiences."
@@ -277,28 +165,17 @@ export default function LandingPage() {
useInvertedBackground={true}
faqs={[
{
- id: "q1",
- title: "Do you handle flights?",
- content: "Yes, we handle all flight bookings.",
- },
+ id: "q1", title: "Do you handle flights?", content: "Yes, we handle all flight bookings."},
{
- id: "q2",
- title: "Are visas included?",
- content: "We offer full visa consulting services.",
- },
+ id: "q2", title: "Are visas included?", content: "We offer full visa consulting services."},
{
- id: "q3",
- title: "How do I book?",
- content: "Simply fill out our consultation form.",
- },
+ id: "q3", title: "How do I book?", content: "Simply fill out our consultation form."},
]}
ctaTitle="Ready to Plan?"
ctaDescription="Get in touch for a custom itinerary request."
ctaIcon={Phone}
ctaButton={{
- text: "Start Planning",
- href: "#",
- }}
+ text: "Start Planning", href: "#"}}
/>
@@ -306,29 +183,19 @@ export default function LandingPage() {