enzostvs HF Staff commited on
Commit
4b57069
·
1 Parent(s): 9c6f748

update header

Browse files
Files changed (1) hide show
  1. components/public/hero-header.tsx +12 -4
components/public/hero-header.tsx CHANGED
@@ -1,7 +1,15 @@
1
  "use client";
2
  import { motion } from "framer-motion";
3
 
4
- const TITLE = ["Your", "next", "web-based", "application", "starts", "here"];
 
 
 
 
 
 
 
 
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 your next web-based application with ease and speed by using AI
30
- Vibe Coding.
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
  );