"use client"; import { useState } from "react"; import { Button } from "@/components/ui/button"; import { Input } from "@/components/ui/input"; import { Textarea } from "@/components/ui/textarea"; import { Label } from "@/components/ui/label"; import { Card, CardContent, CardDescription, CardHeader, CardTitle } from "@/components/ui/card"; import { Users, Globe, Award, BookOpen, MapPin, Camera, Heart, Star, CheckCircle, ArrowRight } from "lucide-react"; export default function TravelCoauthorLanding() { const [formData, setFormData] = useState({ fullName: "", email: "", city: "", experience: "", platforms: "", motivation: "", agreement: false }); const [isSubmitted, setIsSubmitted] = useState(false); const handleChange = (e: React.ChangeEvent) => { const { name, value, type } = e.target; const checked = (e.target as HTMLInputElement).checked; setFormData({ ...formData, [name]: type === "checkbox" ? checked : value }); }; const handleSubmit = (e: React.FormEvent) => { e.preventDefault(); // In a real app, you would send this data to your backend console.log("Form submitted:", formData); setIsSubmitted(true); }; if (isSubmitted) { return (

Application Received!

Thank you for your interest in becoming a co-author. We'll review your application and get back to you soon.

); } return (
{/* Header */}

Become a Co-Author of Our Travel & Lifestyle Guide Series

We're inviting passionate locals to share their insider knowledge and unique perspectives with our global community of travelers.

{/* Hero Image Section */}

Share Your City's Story

Join thousands of locals who are changing how the world experiences their hometowns through authentic storytelling.

10,000+ Co-authors
150+ Countries
5000+ Stories
{/* Why Join Section */}

Why Join Our Community?

Be part of a movement that celebrates authentic travel experiences and local perspectives

Global Platform

Share your local expertise with our international audience of curious travelers

Professional Growth

Develop your writing skills and build your portfolio with published work

Community

Connect with fellow travel enthusiasts and creative professionals worldwide

{/* Who We're Looking For Section */}

Who We're Looking For

Local Experts: People who know their city inside out - from hidden gems to local traditions

Storytellers: Individuals who can craft compelling narratives that bring places to life

Cultural Ambassadors: People passionate about sharing their local culture, food, and lifestyle

Creative Professionals: Photographers, videographers, and writers who want to showcase their hometown

{/* What You'll Get Section */}

What You'll Get

We believe in mutual benefit - here's what we offer our co-authors

Published Work

See your stories published in our premium travel guides with professional editing and design

Creative Freedom

Full creative control over your content with our editorial support to make it shine

Global Exposure

Reach our international audience of travelers and lifestyle enthusiasts

Community Connection

Join a network of like-minded creators and get invited to exclusive events

{/* More Than Just a List Section */}

This is More Than Just a List

We're building a movement of locals who want to change how the world experiences their cities. This isn't about generic travel content - it's about the stories only you can tell.

When you become a co-author, you're not just contributing articles. You're becoming part of a global community that values authentic experiences over tourist traps, local wisdom over generic recommendations.

We're looking for people who are passionate about their hometowns and want to share that passion with travelers who are genuinely interested in experiencing places like locals do.

{/* Application Form */}
Apply to Become a Co-Author Tell us about yourself and why you'd be a great fit