Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
212
src/app/page.tsx
212
src/app/page.tsx
@@ -31,21 +31,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Destinations",
|
||||
id: "destinations",
|
||||
},
|
||||
name: "Destinations", id: "destinations"},
|
||||
{
|
||||
name: "Experience",
|
||||
id: "experience",
|
||||
},
|
||||
name: "Experience", id: "experience"},
|
||||
{
|
||||
name: "Support",
|
||||
id: "faq",
|
||||
},
|
||||
name: "Support", id: "faq"},
|
||||
{
|
||||
name: "Book Now",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Book Now", id: "contact"},
|
||||
]}
|
||||
brandName="Traveloop"
|
||||
/>
|
||||
@@ -57,36 +49,22 @@ export default function LandingPage() {
|
||||
description="Luxury collaborative travel planning experience for modern explorers."
|
||||
buttons={[
|
||||
{
|
||||
text: "Start Your Journey",
|
||||
href: "#destinations",
|
||||
},
|
||||
text: "Start Your Journey", href: "#destinations"},
|
||||
{
|
||||
text: "Explore Destinations",
|
||||
href: "#destinations",
|
||||
},
|
||||
text: "Explore Destinations", href: "#destinations"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/stony-beach-landscape_23-2151716285.jpg"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/aerial-shot-big-pool-cliff-near-sea_181624-2476.jpg",
|
||||
alt: "Aerial shot of a big pool",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/aerial-shot-big-pool-cliff-near-sea_181624-2476.jpg", alt: "Aerial shot of a big pool"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/turquoise-water-palm-trees-luxury-vacation-destination-generated-by-ai_188544-10577.jpg",
|
||||
alt: "Turquoise water palm trees",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/turquoise-water-palm-trees-luxury-vacation-destination-generated-by-ai_188544-10577.jpg", alt: "Turquoise water palm trees"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/aerial-shot-house-surrounded-by-trees-near-sea_181624-7987.jpg",
|
||||
alt: "House near the sea",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/aerial-shot-house-surrounded-by-trees-near-sea_181624-7987.jpg", alt: "House near the sea"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/aerial-overhead-shot-cliffs-with-tower-top-middle-ocean_181624-2702.jpg",
|
||||
alt: "Cliffs with a tower",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/aerial-overhead-shot-cliffs-with-tower-top-middle-ocean_181624-2702.jpg", alt: "Cliffs with a tower"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/pleasant-girl-texting-message-lunch-balcony-elegant-young-woman-sitting-terrace-with-croissant-tea_197531-11379.jpg",
|
||||
alt: "Elegant traveler",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/pleasant-girl-texting-message-lunch-balcony-elegant-young-woman-sitting-terrace-with-croissant-tea_197531-11379.jpg", alt: "Elegant traveler"},
|
||||
]}
|
||||
avatarText="Trusted by 5,000+ elite travelers"
|
||||
/>
|
||||
@@ -107,26 +85,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
tag: "Bali",
|
||||
title: "Exotic Bliss",
|
||||
subtitle: "Tropical Sanctuary",
|
||||
description: "Experience private villas with panoramic jungle views.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/background-with-simple-mediterranean-scene-white-walls_23-2151020009.jpg",
|
||||
},
|
||||
tag: "Bali", title: "Exotic Bliss", subtitle: "Tropical Sanctuary", description: "Experience private villas with panoramic jungle views.", imageSrc: "http://img.b2bpic.net/free-photo/background-with-simple-mediterranean-scene-white-walls_23-2151020009.jpg"},
|
||||
{
|
||||
tag: "Santorini",
|
||||
title: "Azure Views",
|
||||
subtitle: "Island Elegance",
|
||||
description: "Classic Aegean aesthetics meet modern luxury service.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-stylish-woman-standing-pier-walking-listening-music-headphones-summer-apparel-white-skirt-handbag-azure-water-landscape-background-tropical-lagoon-vacation-traveling-asia_285396-5969.jpg",
|
||||
},
|
||||
tag: "Santorini", title: "Azure Views", subtitle: "Island Elegance", description: "Classic Aegean aesthetics meet modern luxury service.", imageSrc: "http://img.b2bpic.net/free-photo/young-stylish-woman-standing-pier-walking-listening-music-headphones-summer-apparel-white-skirt-handbag-azure-water-landscape-background-tropical-lagoon-vacation-traveling-asia_285396-5969.jpg"},
|
||||
{
|
||||
tag: "Tokyo",
|
||||
title: "Urban Zen",
|
||||
subtitle: "City Sophistication",
|
||||
description: "High-tech comfort in the heart of the world's most vibrant city.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-woman-midi-dress-poses-near-beige-house_197531-24134.jpg",
|
||||
},
|
||||
tag: "Tokyo", title: "Urban Zen", subtitle: "City Sophistication", description: "High-tech comfort in the heart of the world's most vibrant city.", imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-woman-midi-dress-poses-near-beige-house_197531-24134.jpg"},
|
||||
]}
|
||||
title="Curated Destinations"
|
||||
description="Discover hand-picked locations that offer unparalleled luxury and unique cultural immersion."
|
||||
@@ -141,59 +104,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
brand: "Traveloop",
|
||||
name: "Leather Passport Cover",
|
||||
price: "$120",
|
||||
rating: 5,
|
||||
reviewCount: "120",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vacation-elements-with-leather-bag_23-2147635504.jpg",
|
||||
},
|
||||
id: "1", brand: "Traveloop", name: "Leather Passport Cover", price: "$120", rating: 5,
|
||||
reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/vacation-elements-with-leather-bag_23-2147635504.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
brand: "Traveloop",
|
||||
name: "Titanium Luggage Tag",
|
||||
price: "$85",
|
||||
rating: 4,
|
||||
reviewCount: "95",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-travel-concept-with-passport_23-2148922368.jpg",
|
||||
},
|
||||
id: "2", brand: "Traveloop", name: "Titanium Luggage Tag", price: "$85", rating: 4,
|
||||
reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/top-view-travel-concept-with-passport_23-2148922368.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
brand: "Traveloop",
|
||||
name: "Silk Travel Pillow",
|
||||
price: "$250",
|
||||
rating: 5,
|
||||
reviewCount: "45",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-reading-new-testament_23-2148822702.jpg",
|
||||
},
|
||||
id: "3", brand: "Traveloop", name: "Silk Travel Pillow", price: "$250", rating: 5,
|
||||
reviewCount: "45", imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-reading-new-testament_23-2148822702.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
brand: "Traveloop",
|
||||
name: "Smart Carry-on",
|
||||
price: "$550",
|
||||
rating: 5,
|
||||
reviewCount: "200",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-accessoires-travel-with-man-clothing-concept-bow-tie-wallet-wooden-background-watch-sunglasses-bag-hat-shoes-wood-table_1921-92.jpg",
|
||||
},
|
||||
id: "4", brand: "Traveloop", name: "Smart Carry-on", price: "$550", rating: 5,
|
||||
reviewCount: "200", imageSrc: "http://img.b2bpic.net/free-photo/top-view-accessoires-travel-with-man-clothing-concept-bow-tie-wallet-wooden-background-watch-sunglasses-bag-hat-shoes-wood-table_1921-92.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
brand: "Traveloop",
|
||||
name: "Noise Cancelling Headphones",
|
||||
price: "$400",
|
||||
rating: 4,
|
||||
reviewCount: "150",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/travel-elements-with-copy-space_23-2147635437.jpg",
|
||||
},
|
||||
id: "5", brand: "Traveloop", name: "Noise Cancelling Headphones", price: "$400", rating: 4,
|
||||
reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/travel-elements-with-copy-space_23-2147635437.jpg"},
|
||||
{
|
||||
id: "6",
|
||||
brand: "Traveloop",
|
||||
name: "Travel Tech Pouch",
|
||||
price: "$90",
|
||||
rating: 5,
|
||||
reviewCount: "80",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-model-career-kit-still-life_23-2150229766.jpg",
|
||||
},
|
||||
id: "6", brand: "Traveloop", name: "Travel Tech Pouch", price: "$90", rating: 5,
|
||||
reviewCount: "80", imageSrc: "http://img.b2bpic.net/free-photo/view-model-career-kit-still-life_23-2150229766.jpg"},
|
||||
]}
|
||||
title="Essential Travel Gear"
|
||||
description="Premium accessories designed for the modern luxury traveler."
|
||||
@@ -202,44 +129,20 @@ export default function LandingPage() {
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardTwo
|
||||
animationType="blur-reveal"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Chen",
|
||||
role: "Creative Director",
|
||||
testimonial: "Unparalleled experience from start to finish.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-tanned-man-with-backpack-leans-white-fence-good-humored-guy-dark-tshirt-shorts-smiles-background-city_197531-30047.jpg",
|
||||
},
|
||||
id: "1", name: "Sarah Chen", role: "Creative Director", testimonial: "Unparalleled experience from start to finish.", imageSrc: "http://img.b2bpic.net/free-photo/happy-tanned-man-with-backpack-leans-white-fence-good-humored-guy-dark-tshirt-shorts-smiles-background-city_197531-30047.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Marcus Thorne",
|
||||
role: "Architect",
|
||||
testimonial: "The attention to detail in every itinerary is incredible.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pretty-caucasian-woman-flying-summer-dress-luxury-hotel-villa-restaurant-vacation_343596-3609.jpg",
|
||||
},
|
||||
id: "2", name: "Marcus Thorne", role: "Architect", testimonial: "The attention to detail in every itinerary is incredible.", imageSrc: "http://img.b2bpic.net/free-photo/pretty-caucasian-woman-flying-summer-dress-luxury-hotel-villa-restaurant-vacation_343596-3609.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Elena Rodriguez",
|
||||
role: "CEO",
|
||||
testimonial: "Traveloop made my world tour seamless and luxurious.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-holding-luggage_23-2148687083.jpg",
|
||||
},
|
||||
id: "3", name: "Elena Rodriguez", role: "CEO", testimonial: "Traveloop made my world tour seamless and luxurious.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-holding-luggage_23-2148687083.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Kim",
|
||||
role: "Founder",
|
||||
testimonial: "A truly premium planning service for busy professionals.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-with-perfect-skin-elegant-silk-robe-chilling-near-pool-xaluxury-spa-hotel_273443-5110.jpg",
|
||||
},
|
||||
id: "4", name: "David Kim", role: "Founder", testimonial: "A truly premium planning service for busy professionals.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-with-perfect-skin-elegant-silk-robe-chilling-near-pool-xaluxury-spa-hotel_273443-5110.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Chloe Dupont",
|
||||
role: "Artist",
|
||||
testimonial: "My experiences were perfectly curated and breathtaking.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-cheerful-girl-dressed-swimwear-rests-beach_176420-5884.jpg",
|
||||
},
|
||||
id: "5", name: "Chloe Dupont", role: "Artist", testimonial: "My experiences were perfectly curated and breathtaking.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-cheerful-girl-dressed-swimwear-rests-beach_176420-5884.jpg"},
|
||||
]}
|
||||
title="Voices of the Elite"
|
||||
description="What our exclusive community says about their travel experiences."
|
||||
@@ -252,20 +155,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "How do I book?",
|
||||
content: "Simply reach out via our contact form or app.",
|
||||
},
|
||||
id: "1", title: "How do I book?", content: "Simply reach out via our contact form or app."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Is insurance included?",
|
||||
content: "Yes, all premium plans include comprehensive coverage.",
|
||||
},
|
||||
id: "2", title: "Is insurance included?", content: "Yes, all premium plans include comprehensive coverage."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Can I customize?",
|
||||
content: "Absolutely, all packages are fully customizable.",
|
||||
},
|
||||
id: "3", title: "Can I customize?", content: "Absolutely, all packages are fully customizable."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/closeup-focused-shot-wing-crashed-airplane_181624-1154.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -282,22 +176,14 @@ export default function LandingPage() {
|
||||
description="Get in touch to begin curating your bespoke luxury escape."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Your 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 dream destination",
|
||||
}}
|
||||
name: "message", placeholder: "Tell us about your dream destination"}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/vertical-shot-beautiful-antelope-canyon-lights-rocks-arizona-usa_181624-39782.jpg"
|
||||
/>
|
||||
</div>
|
||||
@@ -306,29 +192,19 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Navigation",
|
||||
items: [
|
||||
title: "Navigation", items: [
|
||||
{
|
||||
label: "Destinations",
|
||||
href: "#destinations",
|
||||
},
|
||||
label: "Destinations", href: "#destinations"},
|
||||
{
|
||||
label: "Experience",
|
||||
href: "#experience",
|
||||
},
|
||||
label: "Experience", href: "#experience"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "FAQs",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "FAQs", href: "#faq"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user