Merge version_2 into main #1
@@ -6,41 +6,25 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
|
||||
const mulish = Mulish({
|
||||
variable: "--font-mulish",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-mulish", subsets: ["latin"],
|
||||
});
|
||||
|
||||
const inter = Inter({
|
||||
variable: "--font-inter",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-inter", subsets: ["latin"],
|
||||
});
|
||||
|
||||
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: {
|
||||
canonical: "https://travelconnect.com",
|
||||
},
|
||||
canonical: "https://travelconnect.com"},
|
||||
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: {
|
||||
card: "summary_large_image",
|
||||
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.",
|
||||
images: ["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"],
|
||||
card: "summary_large_image", 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.", images: ["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"],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
@@ -1432,4 +1416,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
104
src/app/page.tsx
104
src/app/page.tsx
@@ -22,8 +22,7 @@ export default function HomePage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Platform",
|
||||
items: [
|
||||
title: "Platform", items: [
|
||||
{ label: "Browse Tours", href: "/pricing" },
|
||||
{ label: "For Travel Agents", href: "/pricing" },
|
||||
{ label: "How It Works", href: "/" },
|
||||
@@ -31,8 +30,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Blog", href: "/" },
|
||||
{ label: "Careers", href: "/" },
|
||||
@@ -40,8 +38,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{ label: "Help Center", href: "/" },
|
||||
{ label: "Contact Us", href: "/contact" },
|
||||
{ label: "Community", href: "/" },
|
||||
@@ -49,8 +46,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "/" },
|
||||
{ label: "Terms of Service", href: "/" },
|
||||
{ label: "Cookie Policy", href: "/" },
|
||||
@@ -76,9 +72,7 @@ export default function HomePage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Find Your Adventure",
|
||||
href: "features",
|
||||
}}
|
||||
text: "Find Your Adventure", href: "features"}}
|
||||
brandName="TravelConnect"
|
||||
/>
|
||||
</div>
|
||||
@@ -131,48 +125,20 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
features={[
|
||||
{
|
||||
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",
|
||||
],
|
||||
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"],
|
||||
},
|
||||
{
|
||||
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",
|
||||
],
|
||||
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"],
|
||||
},
|
||||
{
|
||||
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: "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: [
|
||||
"Integrated payment systems",
|
||||
"Booking confirmation & receipts",
|
||||
"Cancellation & modification options",
|
||||
"Travel insurance integration",
|
||||
],
|
||||
id: "booking", label: "Seamless Booking", title: "Secure, straightforward tour booking process", items: [
|
||||
"Integrated payment systems", "Booking confirmation & receipts", "Cancellation & modification options", "Travel insurance integration"],
|
||||
},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
@@ -189,15 +155,7 @@ export default function HomePage() {
|
||||
tagIcon={CheckCircle}
|
||||
tagAnimation="slide-up"
|
||||
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"
|
||||
useInvertedBackground={true}
|
||||
speed={40}
|
||||
@@ -208,38 +166,20 @@ export default function HomePage() {
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardSixteen
|
||||
title="Hear from Travel Professionals"
|
||||
description="See how independent travel agents and tour operators are transforming their business with TravelConnect."
|
||||
description="Join 1,200+ travel agents earning more bookings on TravelConnect"
|
||||
tag="Success Stories"
|
||||
tagIcon={Heart}
|
||||
tagAnimation="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
]}
|
||||
kpiItems={[
|
||||
{ value: "1,200+", label: "Active Travel Agents" },
|
||||
@@ -263,4 +203,4 @@ export default function HomePage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user