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

The ultimate community archive for Goose history.
Discover shows, rate performances, and connect with fans.

{/* Activity Feed */}

Recent Activity

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

Explore

Shows

Browse the archive

Venues

Find your favorite spots

Community

Join the conversation

Leaderboards

Top rated everything

) }