Daviddolor's picture
Single-process Chromium, fixed visual-polish prompt, Docker config for HF Space
ec675f2
Raw
History Blame Contribute Delete
318 Bytes
export default function Hero() {
return (
<section className="px-6 py-24 text-center">
<h1 className="text-5xl font-bold">
Build websites with AI
</h1>
<p className="mx-auto mt-6 max-w-2xl text-lg">
Generate modern responsive websites instantly.
</p>
</section>
)
}