import Link from "next/link"; import { buttonVariants, Button } from "@/components/ui/button"; import { Input } from "@/components/ui/input"; import { cn } from "@/lib/utils"; export const dynamic = "force-dynamic"; export default async function Index() { return (
{/* Hero */}
{/* Navbar */} {/* Hero Content */}

Simple. Intelligent. Automated.

AI-powered project management for tech teams and indie developers.

); }