Spaces:
Sleeping
Sleeping
File size: 216 Bytes
ec675f2 | 1 2 3 4 5 6 7 8 9 10 | 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>
)
}
|