Spaces:
Running
Running
update header
Browse files
components/public/hero-header.tsx
CHANGED
|
@@ -1,7 +1,15 @@
|
|
| 1 |
"use client";
|
| 2 |
import { motion } from "framer-motion";
|
| 3 |
|
| 4 |
-
const TITLE = [
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
|
| 6 |
export function HeroHeader() {
|
| 7 |
return (
|
|
@@ -25,9 +33,9 @@ export function HeroHeader() {
|
|
| 25 |
</motion.span>
|
| 26 |
))}
|
| 27 |
</h1>
|
| 28 |
-
<p className="text-muted-foreground mx-auto max-w-2xl md:text-lg lg:text-xl">
|
| 29 |
-
Build
|
| 30 |
-
|
| 31 |
</p>
|
| 32 |
</header>
|
| 33 |
);
|
|
|
|
| 1 |
"use client";
|
| 2 |
import { motion } from "framer-motion";
|
| 3 |
|
| 4 |
+
const TITLE = [
|
| 5 |
+
"Create",
|
| 6 |
+
"stunning",
|
| 7 |
+
"websites",
|
| 8 |
+
"with",
|
| 9 |
+
"next-gen",
|
| 10 |
+
"AI",
|
| 11 |
+
"tools",
|
| 12 |
+
];
|
| 13 |
|
| 14 |
export function HeroHeader() {
|
| 15 |
return (
|
|
|
|
| 33 |
</motion.span>
|
| 34 |
))}
|
| 35 |
</h1>
|
| 36 |
+
<p className="text-muted-foreground mx-auto max-w-2xl md:text-lg lg:text-xl text-balance">
|
| 37 |
+
Build, design, and deploy stunning websites in minutes with AI-powered
|
| 38 |
+
development.
|
| 39 |
</p>
|
| 40 |
</header>
|
| 41 |
);
|