Spaces:
Sleeping
Sleeping
| 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> | |
| ) | |
| } | |
| 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> | |
| ) | |
| } | |