Update src/app/page.tsx
This commit is contained in:
302
src/app/page.tsx
302
src/app/page.tsx
@@ -32,21 +32,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Tours",
|
||||
id: "tours",
|
||||
},
|
||||
name: "Tours", id: "tours"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="NISÈL TOUR"
|
||||
/>
|
||||
@@ -55,109 +47,61 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDoubleCarousel
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Uncover the Magic of Albania"
|
||||
description="Experience private, bespoke journeys crafted exclusively for your preferences. NISÈL TOUR bridges the gap between heritage and modern luxury."
|
||||
leftCarouselItems={[
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DONraaKEk9iyOB5wQnzsv5UJig/uploaded-1778149427967-0eucis9e.png",
|
||||
imageAlt: "Tirana Landscape",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DONraaKEk9iyOB5wQnzsv5UJig/uploaded-1778149427967-0eucis9e.png", imageAlt: "Tirana Landscape"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/momument-calvo-sotelo-plaza-de-castilla-night_1398-2427.jpg",
|
||||
imageAlt: "Tirana Architecture",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/momument-calvo-sotelo-plaza-de-castilla-night_1398-2427.jpg", imageAlt: "Tirana Architecture"},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DONraaKEk9iyOB5wQnzsv5UJig/uploaded-1778149427968-m49u0gjr.png",
|
||||
imageAlt: "Artistic Sculpture",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DONraaKEk9iyOB5wQnzsv5UJig/uploaded-1778149427968-m49u0gjr.png", imageAlt: "Artistic Sculpture"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ancient-church-sant-joan-les-fonts_1398-3176.jpg",
|
||||
imageAlt: "Historic Castle",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ancient-church-sant-joan-les-fonts_1398-3176.jpg", imageAlt: "Historic Castle"},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DONraaKEk9iyOB5wQnzsv5UJig/uploaded-1778149427968-skjdr0w8.png",
|
||||
imageAlt: "Modern Art",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DONraaKEk9iyOB5wQnzsv5UJig/uploaded-1778149427968-skjdr0w8.png", imageAlt: "Modern Art"},
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DONraaKEk9iyOB5wQnzsv5UJig/uploaded-1778149427968-4l0sm5p6.png",
|
||||
imageAlt: "Outdoor Dining",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DONraaKEk9iyOB5wQnzsv5UJig/uploaded-1778149427968-4l0sm5p6.png", imageAlt: "Outdoor Dining"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-landscape-cityscape-seoul-city_74190-3195.jpg",
|
||||
imageAlt: "Sunset Infinity Pool",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-landscape-cityscape-seoul-city_74190-3195.jpg", imageAlt: "Sunset Infinity Pool"},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DONraaKEk9iyOB5wQnzsv5UJig/uploaded-1778149427968-vbmuoyhv.png",
|
||||
imageAlt: "Modern Bistro",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DONraaKEk9iyOB5wQnzsv5UJig/uploaded-1778149427968-vbmuoyhv.png", imageAlt: "Modern Bistro"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-young-woman-holding-red-rose-talking-his-boyfriend_23-2147891211.jpg",
|
||||
imageAlt: "Elegant Terrace",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-young-woman-holding-red-rose-talking-his-boyfriend_23-2147891211.jpg", imageAlt: "Elegant Terrace"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-senior-couple-with-map_23-2149049077.jpg",
|
||||
imageAlt: "Scenic Sunset View",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-senior-couple-with-map_23-2149049077.jpg", imageAlt: "Scenic Sunset View"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Start Your Journey",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Start Your Journey", href: "#contact"},
|
||||
]}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/vertical-shot-large-skyscraper-blue-sky_181624-44492.jpg",
|
||||
alt: "Traveler 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/vertical-shot-large-skyscraper-blue-sky_181624-44492.jpg", alt: "Traveler 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/modern-building-illuminated-night_1150-18357.jpg",
|
||||
alt: "Traveler 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/modern-building-illuminated-night_1150-18357.jpg", alt: "Traveler 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/new-business-district-garibaldi_268835-740.jpg",
|
||||
alt: "Traveler 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/new-business-district-garibaldi_268835-740.jpg", alt: "Traveler 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/blending-futuristic-building-seamlessly-into-desert-landscape_23-2151248438.jpg",
|
||||
alt: "Traveler 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/blending-futuristic-building-seamlessly-into-desert-landscape_23-2151248438.jpg", alt: "Traveler 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-rainbow-nature_23-2151498290.jpg",
|
||||
alt: "Traveler 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-rainbow-nature_23-2151498290.jpg", alt: "Traveler 5"},
|
||||
]}
|
||||
avatarText="Trusted by 500+ happy travelers"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/covid-19-vaccine-certificate-passport-gold-neon-graphic_53876-176878.jpg",
|
||||
alt: "Tourism Board",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/covid-19-vaccine-certificate-passport-gold-neon-graphic_53876-176878.jpg", alt: "Tourism Board"},
|
||||
{
|
||||
type: "image",
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=46rvzl",
|
||||
alt: "Grand Hotel",
|
||||
},
|
||||
type: "image", src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=46rvzl", alt: "Grand Hotel"},
|
||||
{
|
||||
type: "image",
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=1ojxs4",
|
||||
alt: "Modern Bistro",
|
||||
},
|
||||
type: "image", src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=1ojxs4", alt: "Modern Bistro"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-vector/logo-template-design_1289-33.jpg",
|
||||
alt: "Cultural Foundation",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-vector/logo-template-design_1289-33.jpg", alt: "Cultural Foundation"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-vector/taxi-icons-flat-set_1284-3827.jpg",
|
||||
alt: "Elite Transfer",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-vector/taxi-icons-flat-set_1284-3827.jpg", alt: "Elite Transfer"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -167,9 +111,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
title="Curating Excellence in Albania"
|
||||
description={[
|
||||
"NISÈL TOUR is founded on the belief that travel is an intimate, personal experience. We provide private, highly customized itineraries that take you beyond the typical tourist path.",
|
||||
"Our team tests every location and service personally, ensuring that your stay in Albania—whether for business or pleasure—is flawless. We specialize in authentic experiences, from hidden historical gems to the most modern culinary delights Tirana has to offer.",
|
||||
]}
|
||||
"NISÈL TOUR is founded on the belief that travel is an intimate, personal experience. We provide private, highly customized itineraries that take you beyond the typical tourist path.", "Our team tests every location and service personally, ensuring that your stay in Albania—whether for business or pleasure—is flawless. We specialize in authentic experiences, from hidden historical gems to the most modern culinary delights Tirana has to offer."]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -181,26 +123,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Bespoke Tours",
|
||||
description: "Itineraries tailored exactly to your preferences.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/journey-travel-exploration-vacation-concept_53876-121064.jpg",
|
||||
titleImageSrc: "http://img.b2bpic.net/free-photo/checking-disturbing-news-from-stock-exchange_329181-15221.jpg",
|
||||
buttonText: "Inquire",
|
||||
},
|
||||
title: "Bespoke Tours", description: "Itineraries tailored exactly to your preferences.", imageSrc: "http://img.b2bpic.net/free-photo/journey-travel-exploration-vacation-concept_53876-121064.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/checking-disturbing-news-from-stock-exchange_329181-15221.jpg", buttonText: "Inquire"},
|
||||
{
|
||||
title: "Gourmet Gastronomy",
|
||||
description: "Discover authentic local flavors or fine dining.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/caucasian-traditional-rice-garnish-with-herbs-inside-pottery-bowl-served-with-bread-bun_114579-1812.jpg",
|
||||
titleImageSrc: "http://img.b2bpic.net/free-photo/top-view-dough-meal-with-minced-meat-inside-along-with-fresh-vegetables_140725-14292.jpg",
|
||||
buttonText: "Explore",
|
||||
},
|
||||
title: "Gourmet Gastronomy", description: "Discover authentic local flavors or fine dining.", imageSrc: "http://img.b2bpic.net/free-photo/caucasian-traditional-rice-garnish-with-herbs-inside-pottery-bowl-served-with-bread-bun_114579-1812.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/top-view-dough-meal-with-minced-meat-inside-along-with-fresh-vegetables_140725-14292.jpg", buttonText: "Explore"},
|
||||
{
|
||||
title: "Luxury Accommodations",
|
||||
description: "Curated selection of modern, high-level hotels.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-caucasian-female-with-long-blonde-hair-nice-face-bright-earrings-white-suit_132075-9621.jpg",
|
||||
titleImageSrc: "http://img.b2bpic.net/free-photo/deckchair-swimming-pool-hotel_1150-11073.jpg",
|
||||
buttonText: "See Stays",
|
||||
},
|
||||
title: "Luxury Accommodations", description: "Curated selection of modern, high-level hotels.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-caucasian-female-with-long-blonde-hair-nice-face-bright-earrings-white-suit_132075-9621.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/deckchair-swimming-pool-hotel_1150-11073.jpg", buttonText: "See Stays"},
|
||||
]}
|
||||
title="Signature Experiences"
|
||||
description="Our tours are built on direct knowledge and local expertise, blending Albania's medieval spirit with modern luxury."
|
||||
@@ -209,64 +136,29 @@ export default function LandingPage() {
|
||||
|
||||
<div id="products" data-section="products">
|
||||
<ProductCardTwo
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
brand: "Nisèl Private",
|
||||
name: "Albanian Heritage Tour",
|
||||
price: "From €150",
|
||||
rating: 5,
|
||||
reviewCount: "24",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-female-vacation-holding-map-tickets-blue-background-plane-voyage-journey-trip-vacation-sea-travel_140725-89342.jpg",
|
||||
},
|
||||
id: "p1", brand: "Nisèl Private", name: "Albanian Heritage Tour", price: "From €150", rating: 5,
|
||||
reviewCount: "24", imageSrc: "http://img.b2bpic.net/free-photo/front-view-female-vacation-holding-map-tickets-blue-background-plane-voyage-journey-trip-vacation-sea-travel_140725-89342.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
brand: "Nisèl Gastronomy",
|
||||
name: "Tirana Food Journey",
|
||||
price: "From €90",
|
||||
rating: 5,
|
||||
reviewCount: "18",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-cutting-food_23-2150168073.jpg",
|
||||
},
|
||||
id: "p2", brand: "Nisèl Gastronomy", name: "Tirana Food Journey", price: "From €90", rating: 5,
|
||||
reviewCount: "18", imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-cutting-food_23-2150168073.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
brand: "Nisèl Cultural",
|
||||
name: "Castle to Cityscape",
|
||||
price: "From €120",
|
||||
rating: 4,
|
||||
reviewCount: "32",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/famous-parasol-structure-sevilla_268835-15564.jpg",
|
||||
},
|
||||
id: "p3", brand: "Nisèl Cultural", name: "Castle to Cityscape", price: "From €120", rating: 4,
|
||||
reviewCount: "32", imageSrc: "http://img.b2bpic.net/free-photo/famous-parasol-structure-sevilla_268835-15564.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
brand: "Nisèl Nature",
|
||||
name: "Albanian Alps Trek",
|
||||
price: "From €250",
|
||||
rating: 5,
|
||||
reviewCount: "12",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hiker-raising-arms-viewing-platform_23-2147683185.jpg",
|
||||
},
|
||||
id: "p4", brand: "Nisèl Nature", name: "Albanian Alps Trek", price: "From €250", rating: 5,
|
||||
reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/hiker-raising-arms-viewing-platform_23-2147683185.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
brand: "Nisèl Riviera",
|
||||
name: "Private Coast Escape",
|
||||
price: "From €350",
|
||||
rating: 5,
|
||||
reviewCount: "8",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-father-son-pointing-harbour_23-2147824652.jpg",
|
||||
},
|
||||
id: "p5", brand: "Nisèl Riviera", name: "Private Coast Escape", price: "From €350", rating: 5,
|
||||
reviewCount: "8", imageSrc: "http://img.b2bpic.net/free-photo/side-view-father-son-pointing-harbour_23-2147824652.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
brand: "Nisèl Exclusive",
|
||||
name: "Night of Tirana",
|
||||
price: "From €110",
|
||||
rating: 5,
|
||||
reviewCount: "21",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-wearing-k-pop-aesthetics-clothing_23-2149096903.jpg",
|
||||
},
|
||||
id: "p6", brand: "Nisèl Exclusive", name: "Night of Tirana", price: "From €110", rating: 5,
|
||||
reviewCount: "21", imageSrc: "http://img.b2bpic.net/free-photo/people-wearing-k-pop-aesthetics-clothing_23-2149096903.jpg"},
|
||||
]}
|
||||
title="Bespoke Collections"
|
||||
description="Select from our curated range of services designed for your comfort and enjoyment."
|
||||
@@ -279,45 +171,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
title: "Unforgettable",
|
||||
quote: "The private tour was life-changing. Every detail was planned perfectly.",
|
||||
name: "Marco Rossi",
|
||||
role: "Traveler",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-u-smiling-woman-holding-map-taking-selfie-outdoors_23-2148203086.jpg",
|
||||
},
|
||||
id: "t1", title: "Unforgettable", quote: "The private tour was life-changing. Every detail was planned perfectly.", name: "Marco Rossi", role: "Traveler", imageSrc: "http://img.b2bpic.net/free-photo/close-u-smiling-woman-holding-map-taking-selfie-outdoors_23-2148203086.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
title: "Exquisite Dining",
|
||||
quote: "NISÈL TOUR found us the best hidden gems for food in Tirana.",
|
||||
name: "Elena Bianchi",
|
||||
role: "Foodie",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/taking-photo-laughing-girlfriend-front-monument_23-2147615342.jpg",
|
||||
},
|
||||
id: "t2", title: "Exquisite Dining", quote: "NISÈL TOUR found us the best hidden gems for food in Tirana.", name: "Elena Bianchi", role: "Foodie", imageSrc: "http://img.b2bpic.net/free-photo/taking-photo-laughing-girlfriend-front-monument_23-2147615342.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
title: "Highly Professional",
|
||||
quote: "From accommodation to the local guidance, everything was superior.",
|
||||
name: "Lucas Schmidt",
|
||||
role: "Business Traveler",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-rocks-top-by-ocean_1303-10029.jpg",
|
||||
},
|
||||
id: "t3", title: "Highly Professional", quote: "From accommodation to the local guidance, everything was superior.", name: "Lucas Schmidt", role: "Business Traveler", imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-rocks-top-by-ocean_1303-10029.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
title: "A True Gem",
|
||||
quote: "Loved every moment. The personalized approach made the trip so much easier.",
|
||||
name: "Sophie Martin",
|
||||
role: "Tourist",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-traveling-without-covid-worries_23-2149051627.jpg",
|
||||
},
|
||||
id: "t4", title: "A True Gem", quote: "Loved every moment. The personalized approach made the trip so much easier.", name: "Sophie Martin", role: "Tourist", imageSrc: "http://img.b2bpic.net/free-photo/people-traveling-without-covid-worries_23-2149051627.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
title: "Amazing Service",
|
||||
quote: "The best way to see Albania. Knowledgeable guides and great vibes.",
|
||||
name: "James Wilson",
|
||||
role: "Backpacker",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-leading-her-boyfriend-near-sea_23-2147841605.jpg",
|
||||
},
|
||||
id: "t5", title: "Amazing Service", quote: "The best way to see Albania. Knowledgeable guides and great vibes.", name: "James Wilson", role: "Backpacker", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-leading-her-boyfriend-near-sea_23-2147841605.jpg"},
|
||||
]}
|
||||
title="Stories from Albania"
|
||||
description="What our guests say about their customized experiences with us."
|
||||
@@ -330,20 +192,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq-1",
|
||||
title: "What does NISÈL TOUR include?",
|
||||
content: "Our service includes fully personalized private tours, expert guidance, itinerary planning, and support throughout your stay.",
|
||||
},
|
||||
id: "faq-1", title: "What does NISÈL TOUR include?", content: "Our service includes fully personalized private tours, expert guidance, itinerary planning, and support throughout your stay."},
|
||||
{
|
||||
id: "faq-2",
|
||||
title: "Can you handle business travel?",
|
||||
content: "Yes, we specialize in high-end business travel and personalized concierge-style itineraries.",
|
||||
},
|
||||
id: "faq-2", title: "Can you handle business travel?", content: "Yes, we specialize in high-end business travel and personalized concierge-style itineraries."},
|
||||
{
|
||||
id: "faq-3",
|
||||
title: "When is the best time to visit?",
|
||||
content: "Albania is stunning in all seasons, though spring and summer are popular for landscapes and coastlines.",
|
||||
},
|
||||
id: "faq-3", title: "When is the best time to visit?", content: "Albania is stunning in all seasons, though spring and summer are popular for landscapes and coastlines."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/call-center-agent-helping-customers-regain-access-accounts_482257-126790.jpg"
|
||||
title="Planning Your Trip"
|
||||
@@ -358,14 +211,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Albania Tourism Board",
|
||||
"Grand Tirana Hotel",
|
||||
"Bistro Modern",
|
||||
"Tirana Cultural Foundation",
|
||||
"Elite Transfer Services",
|
||||
"Adventure Travel Alban",
|
||||
"International Travel Council",
|
||||
]}
|
||||
"Albania Tourism Board", "Grand Tirana Hotel", "Bistro Modern", "Tirana Cultural Foundation", "Elite Transfer Services", "Adventure Travel Alban", "International Travel Council"]}
|
||||
title="Trusted by Partners"
|
||||
description="Collaborating with local and international leaders to provide top-tier travel experiences."
|
||||
/>
|
||||
@@ -378,22 +224,14 @@ export default function LandingPage() {
|
||||
description="Albania is waiting for you. Let’s start planning your customized itinerary today."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Your Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Your Email",
|
||||
required: true,
|
||||
name: "email", type: "email", placeholder: "Your Email", required: true,
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "details",
|
||||
placeholder: "Tell us about your preferences or travel dates...",
|
||||
rows: 4,
|
||||
name: "details", placeholder: "Tell us about your preferences or travel dates...", rows: 4,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/clipboard-with-compass-passport-table_23-2148608866.jpg"
|
||||
/>
|
||||
@@ -403,37 +241,23 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Navigation",
|
||||
items: [
|
||||
title: "Navigation", items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "#hero",
|
||||
},
|
||||
label: "Home", href: "#hero"},
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About", href: "#about"},
|
||||
{
|
||||
label: "Tours",
|
||||
href: "#tours",
|
||||
},
|
||||
label: "Tours", href: "#tours"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "https://instagram.com/leonisetour",
|
||||
},
|
||||
label: "Instagram", href: "https://instagram.com/leonisetour"},
|
||||
{
|
||||
label: "Email",
|
||||
href: "mailto:infotour.leonise@gmail.com",
|
||||
},
|
||||
label: "Email", href: "mailto:infotour.leonise@gmail.com"},
|
||||
{
|
||||
label: "WhatsApp",
|
||||
href: "https://wa.me/3550694463823",
|
||||
},
|
||||
label: "WhatsApp", href: "https://wa.me/3550694463823"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user