website-builde / components /Showcase.tsx
Daviddolor's picture
Single-process Chromium, fixed visual-polish prompt, Docker config for HF Space
ec675f2
Raw
History Blame Contribute Delete
204 Bytes
export default function Showcase() {
return (
<section className="px-6 py-16">
<div className="rounded-xl border p-10">
AI Generated Website Showcase
</div>
</section>
)
}