Merge version_1 into main #2
308
src/app/page.tsx
308
src/app/page.tsx
@@ -31,25 +31,15 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Destinations",
|
||||
id: "destinations",
|
||||
},
|
||||
name: "Destinations", id: "destinations"},
|
||||
{
|
||||
name: "Packages",
|
||||
id: "packages",
|
||||
},
|
||||
name: "Packages", id: "packages"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Travelia"
|
||||
/>
|
||||
@@ -58,103 +48,58 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardTestimonial
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Explore the World with Us"
|
||||
description="Unlock breathtaking experiences and discover hidden gems around the globe. Your adventure starts here."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Alice R.",
|
||||
handle: "@traveler",
|
||||
testimonial: "The best travel agency ever! Every detail was perfect.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-good-looking-woman-traveler-orange-jumper-carries-rucksack-wears-headband_273609-25971.jpg",
|
||||
},
|
||||
name: "Alice R.", handle: "@traveler", testimonial: "The best travel agency ever! Every detail was perfect.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-good-looking-woman-traveler-orange-jumper-carries-rucksack-wears-headband_273609-25971.jpg"},
|
||||
{
|
||||
name: "Bob D.",
|
||||
handle: "@adventurer",
|
||||
testimonial: "Incredible mountain trip. We felt safe and inspired.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-african-american-man-posing-with-ball-beach_23-2148137984.jpg",
|
||||
},
|
||||
name: "Bob D.", handle: "@adventurer", testimonial: "Incredible mountain trip. We felt safe and inspired.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-african-american-man-posing-with-ball-beach_23-2148137984.jpg"},
|
||||
{
|
||||
name: "Sarah P.",
|
||||
handle: "@wanderlust",
|
||||
testimonial: "Seamless booking and amazing support. Highly recommend.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-explorer-reaching-mountain-peak-meditating-top_482257-117841.jpg",
|
||||
},
|
||||
name: "Sarah P.", handle: "@wanderlust", testimonial: "Seamless booking and amazing support. Highly recommend.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-explorer-reaching-mountain-peak-meditating-top_482257-117841.jpg"},
|
||||
{
|
||||
name: "Mike J.",
|
||||
handle: "@globetrotter",
|
||||
testimonial: "Authentic experiences you won't find anywhere else.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-people-taking-selfie_23-2149412833.jpg",
|
||||
},
|
||||
name: "Mike J.", handle: "@globetrotter", testimonial: "Authentic experiences you won't find anywhere else.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-people-taking-selfie_23-2149412833.jpg"},
|
||||
{
|
||||
name: "Elena V.",
|
||||
handle: "@traveling",
|
||||
testimonial: "Luxury vacations made simple. Unforgettable memories.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-taking-shower-beach_23-2149736559.jpg",
|
||||
},
|
||||
name: "Elena V.", handle: "@traveling", testimonial: "Luxury vacations made simple. Unforgettable memories.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-taking-shower-beach_23-2149736559.jpg"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Now",
|
||||
href: "#booking",
|
||||
},
|
||||
text: "Book Now", href: "#booking"},
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "#about",
|
||||
},
|
||||
text: "Learn More", href: "#about"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/morning-mountains-carpathian-ukraine-europe-beauty-world_1153-5730.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/morning-mountains-carpathian-ukraine-europe-beauty-world_1153-5730.jpg"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-good-looking-woman-traveler-orange-jumper-carries-rucksack-wears-headband_273609-25971.jpg",
|
||||
alt: "Traveler 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-good-looking-woman-traveler-orange-jumper-carries-rucksack-wears-headband_273609-25971.jpg", alt: "Traveler 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/handsome-african-american-man-posing-with-ball-beach_23-2148137984.jpg",
|
||||
alt: "Traveler 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/handsome-african-american-man-posing-with-ball-beach_23-2148137984.jpg", alt: "Traveler 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-explorer-reaching-mountain-peak-meditating-top_482257-117841.jpg",
|
||||
alt: "Traveler 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-explorer-reaching-mountain-peak-meditating-top_482257-117841.jpg", alt: "Traveler 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-people-taking-selfie_23-2149412833.jpg",
|
||||
alt: "Traveler 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-people-taking-selfie_23-2149412833.jpg", alt: "Traveler 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-woman-taking-shower-beach_23-2149736559.jpg",
|
||||
alt: "Traveler 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-woman-taking-shower-beach_23-2149736559.jpg", alt: "Traveler 5"},
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "50k+ Happy Customers",
|
||||
type: "text", text: "50k+ Happy Customers"},
|
||||
{
|
||||
type: "text-icon", text: "Expert Support", icon: Shield,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Expert Support",
|
||||
icon: Shield,
|
||||
type: "text", text: "Tailor-made Trips"},
|
||||
{
|
||||
type: "text-icon", text: "Global Coverage", icon: Globe,
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Tailor-made Trips",
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Global Coverage",
|
||||
icon: Globe,
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Secure Booking",
|
||||
},
|
||||
type: "text", text: "Secure Booking"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -165,19 +110,13 @@ export default function LandingPage() {
|
||||
title="Crafting Your Perfect Journey"
|
||||
metrics={[
|
||||
{
|
||||
label: "Countries Visited",
|
||||
value: "120+",
|
||||
icon: Globe,
|
||||
label: "Countries Visited", value: "120+", icon: Globe,
|
||||
},
|
||||
{
|
||||
label: "Happy Travelers",
|
||||
value: "50k+",
|
||||
icon: Users,
|
||||
label: "Happy Travelers", value: "50k+", icon: Users,
|
||||
},
|
||||
{
|
||||
label: "Luxury Packages",
|
||||
value: "300+",
|
||||
icon: Award,
|
||||
label: "Luxury Packages", value: "300+", icon: Award,
|
||||
},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
@@ -191,55 +130,31 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Maldives Paradise",
|
||||
description: "Crystal clear waters and private villas.",
|
||||
icon: Sun,
|
||||
title: "Maldives Paradise", description: "Crystal clear waters and private villas.", icon: Sun,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-tropical-beach-sea-with-coconut-palm-tree-paradise-island_74190-2201.jpg?_wi=1",
|
||||
imageAlt: "Maldives",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-tropical-beach-sea-with-coconut-palm-tree-paradise-island_74190-2201.jpg", imageAlt: "Maldives"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-tropical-beach-sea-with-coconut-palm-tree-paradise-island_74190-2201.jpg?_wi=2",
|
||||
imageAlt: "Maldives",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-tropical-beach-sea-with-coconut-palm-tree-paradise-island_74190-2201.jpg", imageAlt: "Maldives"},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/morning-mountains-carpathian-ukraine-europe-beauty-world_1153-5730.jpg?_wi=2",
|
||||
imageAlt: "luxury travel mountain landscape sunset",
|
||||
},
|
||||
{
|
||||
title: "Swiss Alps",
|
||||
description: "Majestic peaks and cozy mountain retreats.",
|
||||
icon: Mountain,
|
||||
title: "Swiss Alps", description: "Majestic peaks and cozy mountain retreats.", icon: Mountain,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-walk-across-mountains-covered-with-snow_1304-5341.jpg?_wi=1",
|
||||
imageAlt: "Alps",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-walk-across-mountains-covered-with-snow_1304-5341.jpg", imageAlt: "Alps"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-walk-across-mountains-covered-with-snow_1304-5341.jpg?_wi=2",
|
||||
imageAlt: "Alps",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-walk-across-mountains-covered-with-snow_1304-5341.jpg", imageAlt: "Alps"},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-travel-agency_52683-136429.jpg?_wi=1",
|
||||
imageAlt: "travel agency team friendly professional",
|
||||
},
|
||||
{
|
||||
title: "Tokyo Cityscape",
|
||||
description: "Where tradition meets modern innovation.",
|
||||
icon: Building,
|
||||
title: "Tokyo Cityscape", description: "Where tradition meets modern innovation.", icon: Building,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-friends-sitting-together-bistro_23-2149356894.jpg?_wi=1",
|
||||
imageAlt: "Tokyo",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-friends-sitting-together-bistro_23-2149356894.jpg", imageAlt: "Tokyo"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-friends-sitting-together-bistro_23-2149356894.jpg?_wi=2",
|
||||
imageAlt: "Tokyo",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-friends-sitting-together-bistro_23-2149356894.jpg", imageAlt: "Tokyo"},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-tropical-beach-sea-with-coconut-palm-tree-paradise-island_74190-2201.jpg?_wi=3",
|
||||
imageAlt: "tropical beach island paradise",
|
||||
},
|
||||
]}
|
||||
title="Top Popular Destinations"
|
||||
@@ -255,59 +170,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
brand: "Luxury",
|
||||
name: "Island Escape",
|
||||
price: "$2,500",
|
||||
rating: 5,
|
||||
reviewCount: "120",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-portrait-young-asian-women-reading-book-around-beach-sea-ocean_74190-9202.jpg?_wi=1",
|
||||
},
|
||||
id: "1", brand: "Luxury", name: "Island Escape", price: "$2,500", rating: 5,
|
||||
reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-portrait-young-asian-women-reading-book-around-beach-sea-ocean_74190-9202.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
brand: "Adventure",
|
||||
name: "Alpine Trek",
|
||||
price: "$1,800",
|
||||
rating: 5,
|
||||
reviewCount: "85",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/clumsy-foolish-hiker-dropping-his-phone-search-signal-mountain-top_482257-119806.jpg?_wi=1",
|
||||
},
|
||||
id: "2", brand: "Adventure", name: "Alpine Trek", price: "$1,800", rating: 5,
|
||||
reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/clumsy-foolish-hiker-dropping-his-phone-search-signal-mountain-top_482257-119806.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
brand: "Urban",
|
||||
name: "Tokyo Nights",
|
||||
price: "$3,200",
|
||||
rating: 4,
|
||||
reviewCount: "200",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-friends-outdoors_23-2149061588.jpg?_wi=1",
|
||||
},
|
||||
id: "3", brand: "Urban", name: "Tokyo Nights", price: "$3,200", rating: 4,
|
||||
reviewCount: "200", imageSrc: "http://img.b2bpic.net/free-photo/close-up-friends-outdoors_23-2149061588.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
brand: "Luxury",
|
||||
name: "Parisian Dream",
|
||||
price: "$2,900",
|
||||
rating: 5,
|
||||
reviewCount: "150",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-portrait-young-asian-women-reading-book-around-beach-sea-ocean_74190-9202.jpg?_wi=2",
|
||||
},
|
||||
id: "4", brand: "Luxury", name: "Parisian Dream", price: "$2,900", rating: 5,
|
||||
reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-portrait-young-asian-women-reading-book-around-beach-sea-ocean_74190-9202.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
brand: "Adventure",
|
||||
name: "Safari Quest",
|
||||
price: "$4,000",
|
||||
rating: 5,
|
||||
reviewCount: "95",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/clumsy-foolish-hiker-dropping-his-phone-search-signal-mountain-top_482257-119806.jpg?_wi=2",
|
||||
},
|
||||
id: "5", brand: "Adventure", name: "Safari Quest", price: "$4,000", rating: 5,
|
||||
reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/clumsy-foolish-hiker-dropping-his-phone-search-signal-mountain-top_482257-119806.jpg"},
|
||||
{
|
||||
id: "6",
|
||||
brand: "Urban",
|
||||
name: "New York City",
|
||||
price: "$2,100",
|
||||
rating: 4,
|
||||
reviewCount: "300",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-friends-outdoors_23-2149061588.jpg?_wi=2",
|
||||
},
|
||||
id: "6", brand: "Urban", name: "New York City", price: "$2,100", rating: 4,
|
||||
reviewCount: "300", imageSrc: "http://img.b2bpic.net/free-photo/close-up-friends-outdoors_23-2149061588.jpg"},
|
||||
]}
|
||||
title="Exclusive Travel Packages"
|
||||
description="Choose from our tailor-made vacation packages designed for your ultimate comfort."
|
||||
@@ -323,65 +202,17 @@ export default function LandingPage() {
|
||||
description="Beautiful memories from travelers around the globe."
|
||||
blogs={[
|
||||
{
|
||||
id: "1",
|
||||
category: "Photography",
|
||||
title: "Sunset Beach",
|
||||
excerpt: "Sunset colors reflected on beach waves.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-focusing-with-vintage-camera_23-2147770318.jpg",
|
||||
authorName: "Admin",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/smiling-good-looking-woman-traveler-orange-jumper-carries-rucksack-wears-headband_273609-25971.jpg",
|
||||
date: "Jan 1, 2025",
|
||||
},
|
||||
id: "1", category: "Photography", title: "Sunset Beach", excerpt: "Sunset colors reflected on beach waves.", imageSrc: "http://img.b2bpic.net/free-photo/woman-focusing-with-vintage-camera_23-2147770318.jpg", authorName: "Admin", authorAvatar: "http://img.b2bpic.net/free-photo/smiling-good-looking-woman-traveler-orange-jumper-carries-rucksack-wears-headband_273609-25971.jpg", date: "Jan 1, 2025"},
|
||||
{
|
||||
id: "2",
|
||||
category: "Nature",
|
||||
title: "Alpine Peak",
|
||||
excerpt: "The majesty of the Alps in winter.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/river-ordesa-national-park-pyrenees-huesca-aragon-spain_1301-7063.jpg",
|
||||
authorName: "Admin",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/handsome-african-american-man-posing-with-ball-beach_23-2148137984.jpg",
|
||||
date: "Jan 5, 2025",
|
||||
},
|
||||
id: "2", category: "Nature", title: "Alpine Peak", excerpt: "The majesty of the Alps in winter.", imageSrc: "http://img.b2bpic.net/free-photo/river-ordesa-national-park-pyrenees-huesca-aragon-spain_1301-7063.jpg", authorName: "Admin", authorAvatar: "http://img.b2bpic.net/free-photo/handsome-african-american-man-posing-with-ball-beach_23-2148137984.jpg", date: "Jan 5, 2025"},
|
||||
{
|
||||
id: "3",
|
||||
category: "City",
|
||||
title: "Street Lights",
|
||||
excerpt: "Vibrant city night life.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-man-woman-park_23-2148316034.jpg",
|
||||
authorName: "Admin",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/young-explorer-reaching-mountain-peak-meditating-top_482257-117841.jpg",
|
||||
date: "Jan 10, 2025",
|
||||
},
|
||||
id: "3", category: "City", title: "Street Lights", excerpt: "Vibrant city night life.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-man-woman-park_23-2148316034.jpg", authorName: "Admin", authorAvatar: "http://img.b2bpic.net/free-photo/young-explorer-reaching-mountain-peak-meditating-top_482257-117841.jpg", date: "Jan 10, 2025"},
|
||||
{
|
||||
id: "4",
|
||||
category: "Photography",
|
||||
title: "Ancient Ruins",
|
||||
excerpt: "Exploring historical monuments.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/travel-items-assortment-view_23-2149617653.jpg",
|
||||
authorName: "Admin",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/medium-shot-smiley-people-taking-selfie_23-2149412833.jpg",
|
||||
date: "Jan 15, 2025",
|
||||
},
|
||||
id: "4", category: "Photography", title: "Ancient Ruins", excerpt: "Exploring historical monuments.", imageSrc: "http://img.b2bpic.net/free-photo/travel-items-assortment-view_23-2149617653.jpg", authorName: "Admin", authorAvatar: "http://img.b2bpic.net/free-photo/medium-shot-smiley-people-taking-selfie_23-2149412833.jpg", date: "Jan 15, 2025"},
|
||||
{
|
||||
id: "5",
|
||||
category: "Nature",
|
||||
title: "Golden Forest",
|
||||
excerpt: "Autumn walk through the forest.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/autumn-waterfalls-park-with-colorful-foliage_649448-4859.jpg",
|
||||
authorName: "Admin",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/portrait-woman-taking-shower-beach_23-2149736559.jpg",
|
||||
date: "Jan 20, 2025",
|
||||
},
|
||||
id: "5", category: "Nature", title: "Golden Forest", excerpt: "Autumn walk through the forest.", imageSrc: "http://img.b2bpic.net/free-photo/autumn-waterfalls-park-with-colorful-foliage_649448-4859.jpg", authorName: "Admin", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-woman-taking-shower-beach_23-2149736559.jpg", date: "Jan 20, 2025"},
|
||||
{
|
||||
id: "6",
|
||||
category: "Travel",
|
||||
title: "Airport Bound",
|
||||
excerpt: "Start of a new journey.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/content-trendy-woman-with-photo-camera_23-2147670469.jpg",
|
||||
authorName: "Admin",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/smiling-good-looking-woman-traveler-orange-jumper-carries-rucksack-wears-headband_273609-25971.jpg",
|
||||
date: "Jan 25, 2025",
|
||||
},
|
||||
id: "6", category: "Travel", title: "Airport Bound", excerpt: "Start of a new journey.", imageSrc: "http://img.b2bpic.net/free-photo/content-trendy-woman-with-photo-camera_23-2147670469.jpg", authorName: "Admin", authorAvatar: "http://img.b2bpic.net/free-photo/smiling-good-looking-woman-traveler-orange-jumper-carries-rucksack-wears-headband_273609-25971.jpg", date: "Jan 25, 2025"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -390,12 +221,11 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Let's Talk"
|
||||
title="Start Planning Your Next Adventure"
|
||||
description="Send us your request and our travel experts will handle everything for you."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-people-travel-agency_52683-136429.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-people-travel-agency_52683-136429.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -407,19 +237,13 @@ export default function LandingPage() {
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Instagram,
|
||||
href: "https://instagram.com",
|
||||
ariaLabel: "Instagram",
|
||||
},
|
||||
href: "https://instagram.com", ariaLabel: "Instagram"},
|
||||
{
|
||||
icon: Facebook,
|
||||
href: "https://facebook.com",
|
||||
ariaLabel: "Facebook",
|
||||
},
|
||||
href: "https://facebook.com", ariaLabel: "Facebook"},
|
||||
{
|
||||
icon: Twitter,
|
||||
href: "https://twitter.com",
|
||||
ariaLabel: "Twitter",
|
||||
},
|
||||
href: "https://twitter.com", ariaLabel: "Twitter"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user