website-builde / components /Testimonials.tsx
Daviddolor's picture
Single-process Chromium, fixed visual-polish prompt, Docker config for HF Space
ec675f2
Raw
History Blame Contribute Delete
216 Bytes
export default function Testimonials() {
return (
<section className="px-6 py-16 text-center">
<p className="text-xl italic">
"Amazing AI powered website builder."
</p>
</section>
)
}