"use client"; import { motion } from "framer-motion"; const TITLE = [ "Create", "stunning", "websites", "with", "next-gen", "AI", "tools", ]; export function HeroHeader() { return (
DeepSite: v4 is here 🎉

{TITLE.map((word, index) => ( {word}  ))}

Build, design, and deploy stunning websites in minutes with AI-powered development.

); }