import { ActivityFeed } from "@/components/feed/activity-feed" import { Button } from "@/components/ui/button" import Link from "next/link" import { Trophy, Music, MapPin, Users } from "lucide-react" export default function Home() { return (
{/* Hero Section */}

Elmeg Demo

Explore the "vibey" data we just generated.
36 Personas. Wiki-linked Reviews. Interconnected Data.

{/* Activity Feed */}

Recent Activity

View all activity
{/* Quick Stats / Leaderboard Preview */}

Explore

Shows

Browse the archive

Venues

Find your favorite spots

Community

Meet the 36 personas

Leaderboards

Top rated everything

) }