"use client"; import Link from "next/link"; import { ArrowRight, Sparkles, Users, Zap } from "lucide-react"; export default function Home() { return (
{/* Navigation */} {/* Hero Section */}

AI Characters,
Real Conversations

Engage in immersive roleplay conversations with AI characters. Create, discover, and connect.

Start Free
{/* Hero Visual */}

AI-powered conversations await

{/* Features Section */}

Why Choose RoleplayAI?

{[ { icon: Sparkles, title: "Rich Characters", description: "Explore a diverse library of AI characters with unique personalities and backgrounds", }, { icon: Users, title: "Discover & Share", description: "Find trending conversations and share your roleplay moments with the community", }, { icon: Zap, title: "Instant Creation", description: "Create your own AI characters in seconds with our intuitive builder", }, ].map((item, i) => (

{item.title}

{item.description}

))}
{/* Showcase Section */}

Featured Characters

{[1, 2, 3, 4].map((i) => (

Character {i}

Popular choice

))}
{/* CTA Section */}

Ready to explore?

Join thousands of users enjoying immersive AI conversations

Get Started for Free
{/* Footer */}
); }