6 Commits

Author SHA1 Message Date
dc2f4f8ae9 Merge version_4 into main
Merge version_4 into main
2026-03-03 12:31:49 +00:00
26ad6f1c9f Update src/app/page.tsx 2026-03-03 12:31:45 +00:00
3240c07c9e Merge version_3 into main
Merge version_3 into main
2026-03-03 12:28:55 +00:00
2f30e64c2d Update src/app/page.tsx 2026-03-03 12:28:51 +00:00
e5435c6b49 Update src/app/layout.tsx 2026-03-03 12:28:50 +00:00
c315c2a725 Merge version_2 into main
Merge version_2 into main
2026-03-03 12:26:28 +00:00
2 changed files with 26 additions and 15 deletions

View File

@@ -16,11 +16,13 @@ const inter = Inter({
export const metadata: Metadata = { export const metadata: Metadata = {
title: "TravelConnect - Travel Marketplace for Tours & Agents", description: "Discover curated tours from verified travel agents worldwide. Direct messaging, advanced search, and seamless booking all in one platform.", keywords: "travel marketplace, tour booking, travel agents, verified tours, independent travel operators", metadataBase: new URL("https://travelconnect.com"), title: "TravelConnect - Travel Marketplace for Tours & Agents", description: "Discover curated tours from verified travel agents worldwide. Direct messaging, advanced search, and seamless booking all in one platform.", keywords: "travel marketplace, tour booking, travel agents, verified tours, independent travel operators", metadataBase: new URL("https://travelconnect.com"),
alternates: { alternates: {
canonical: "https://travelconnect.com"}, canonical: "https://travelconnect.com"
},
openGraph: { openGraph: {
title: "TravelConnect - Travel Marketplace for Tours & Agents", description: "Discover curated tours from verified travel agents worldwide. Direct messaging, advanced search, and seamless booking all in one platform.", url: "https://travelconnect.com", siteName: "TravelConnect", type: "website", images: [ title: "TravelConnect - Travel Marketplace for Tours & Agents", description: "Discover curated tours from verified travel agents worldwide. Direct messaging, advanced search, and seamless booking all in one platform.", url: "https://travelconnect.com", siteName: "TravelConnect", type: "website", images: [
{ {
url: "http://img.b2bpic.net/free-photo/holding-world-my-hands-attractive-female-travel-agent-showing-globe-smiling-while-working-her-modern-office_662251-2385.jpg", alt: "travel marketplace tours agents"}, url: "http://img.b2bpic.net/free-photo/holding-world-my-hands-attractive-female-travel-agent-showing-globe-smiling-while-working-her-modern-office_662251-2385.jpg", alt: "travel marketplace tours agents"
}
], ],
}, },
twitter: { twitter: {

View File

@@ -72,7 +72,8 @@ export default function HomePage() {
<NavbarStyleCentered <NavbarStyleCentered
navItems={navItems} navItems={navItems}
button={{ button={{
text: "Find Your Adventure", href: "features"}} text: "Find Your Adventure", href: "features"
}}
brandName="TravelConnect" brandName="TravelConnect"
/> />
</div> </div>
@@ -80,7 +81,7 @@ export default function HomePage() {
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroBillboard <HeroBillboard
background={{ variant: "sparkles-gradient" }} background={{ variant: "sparkles-gradient" }}
title="Discover Tours Connect with Agents Travel Better" title="Find Verified Tours & Connect Directly with Agents"
description="Browse curated tour experiences from verified travel agents worldwide. Message agents directly, compare packages, and book with confidence—all in one modern platform." description="Browse curated tour experiences from verified travel agents worldwide. Message agents directly, compare packages, and book with confidence—all in one modern platform."
tag="Travel Marketplace" tag="Travel Marketplace"
tagIcon={Compass} tagIcon={Compass}
@@ -124,21 +125,25 @@ export default function HomePage() {
tagIcon={Sparkles} tagIcon={Sparkles}
tagAnimation="slide-up" tagAnimation="slide-up"
features={[ features={[
{
id: "verification", label: "Verified Agents", title: "Trusted travel professionals with transparent credentials", items: [
"Identity & background verification", "Transparent reviews & ratings", "Verified certifications displayed", "Badge system for credibility"
],
},
{ {
id: "search", label: "Advanced Search", title: "Find tours by destination, date, budget & activity type", items: [ id: "search", label: "Advanced Search", title: "Find tours by destination, date, budget & activity type", items: [
"Filter by location, duration & price range", "Real-time availability updates", "Save favorite tours & agents", "Activity-based categorization"], "Filter by location, duration & price range", "Real-time availability updates", "Save favorite tours & agents", "Activity-based categorization"
],
}, },
{ {
id: "messaging", label: "Direct Messaging", title: "Connect directly with travel agents for inquiries", items: [ id: "messaging", label: "Direct Messaging", title: "Connect directly with travel agents for inquiries", items: [
"Real-time agent communication", "Secure message history", "Share travel preferences easily", "Quick quote requests"], "Real-time agent communication", "Secure message history", "Share travel preferences easily", "Quick quote requests"
}, ],
{
id: "verification", label: "Verified Agents", title: "Trusted travel professionals with transparent credentials", items: [
"Identity & background verification", "Transparent reviews & ratings", "Verified certifications displayed", "Badge system for credibility"],
}, },
{ {
id: "booking", label: "Seamless Booking", title: "Secure, straightforward tour booking process", items: [ id: "booking", label: "Seamless Booking", title: "Secure, straightforward tour booking process", items: [
"Integrated payment systems", "Booking confirmation & receipts", "Cancellation & modification options", "Travel insurance integration"], "Integrated payment systems", "Booking confirmation & receipts", "Cancellation & modification options", "Travel insurance integration"
],
}, },
]} ]}
animationType="slide-up" animationType="slide-up"
@@ -155,7 +160,8 @@ export default function HomePage() {
tagIcon={CheckCircle} tagIcon={CheckCircle}
tagAnimation="slide-up" tagAnimation="slide-up"
names={[ names={[
"Destination Specialists Inc", "Global Adventure Tours", "Local Experiences Agency", "Cultural Journey Co", "Sustainable Travel Partners", "Premium Tour Operators", "Adventure Quest Expeditions", "Wanderlust Connections"]} "Destination Specialists Inc", "Global Adventure Tours", "Local Experiences Agency", "Cultural Journey Co", "Sustainable Travel Partners", "Premium Tour Operators", "Adventure Quest Expeditions", "Wanderlust Connections"
]}
textboxLayout="default" textboxLayout="default"
useInvertedBackground={true} useInvertedBackground={true}
speed={40} speed={40}
@@ -173,13 +179,16 @@ export default function HomePage() {
testimonials={[ testimonials={[
{ {
id: "1", name: "Maria Rodriguez", role: "Founder & CEO", company: "Destination Specialists Inc", rating: 5, id: "1", name: "Maria Rodriguez", role: "Founder & CEO", company: "Destination Specialists Inc", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/content-beautiful-businesswoman-standing-window_1262-1778.jpg", imageAlt: "business woman professional portrait"}, imageSrc: "http://img.b2bpic.net/free-photo/content-beautiful-businesswoman-standing-window_1262-1778.jpg", imageAlt: "business woman professional portrait"
},
{ {
id: "2", name: "James Chen", role: "Tour Operator", company: "Global Adventure Tours", rating: 5, id: "2", name: "James Chen", role: "Tour Operator", company: "Global Adventure Tours", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3797.jpg", imageAlt: "business man professional portrait"}, imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3797.jpg", imageAlt: "business man professional portrait"
},
{ {
id: "3", name: "Sophie Duvivier", role: "Owner", company: "Local Experiences Agency", rating: 5, id: "3", name: "Sophie Duvivier", role: "Owner", company: "Local Experiences Agency", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-successful-entrepreneur_1098-3855.jpg", imageAlt: "woman entrepreneur professional portrait"}, imageSrc: "http://img.b2bpic.net/free-photo/close-up-successful-entrepreneur_1098-3855.jpg", imageAlt: "woman entrepreneur professional portrait"
},
]} ]}
kpiItems={[ kpiItems={[
{ value: "1,200+", label: "Active Travel Agents" }, { value: "1,200+", label: "Active Travel Agents" },