import Link from 'next/link'; import { Button } from '@/components/ui/button'; export default function Home() { return (
{/* Temporary Navbar */} {/* Hero Section */}

Host Your Portfolio

Deploy and manage your portfolio websites with custom domains. Simple, fast, and professional hosting for creatives and developers.

{/* Footer */}
); }