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