import { getSession } from "@/lib/session";
import { getUserRepositories } from "@/actions/repositories";
import { RepoList } from "@/components/repo-list";
import { Button } from "@/components/ui/button";
import { GitBranch, Plus, Rocket, Code, Users, BookOpen } from "lucide-react";
import Link from "next/link";
export default async function HomePage() {
const session = await getSession();
if (!session?.user) {
return
Create your first repository to start building something awesome
Host and review code, manage projects, and build software alongside millions of developers. Your code, your way.
Powerful features to help you build, test, and deploy your projects faster
{description}