"use client"; import Balancer from "react-wrap-balancer"; import { Button } from "./ui/button"; import { HiArrowRight } from "react-icons/hi2"; import { Badge } from "./badge"; import { motion } from "framer-motion"; import Image from "next/image"; import { useRouter } from "next/navigation"; import Link from "next/link"; export const Hero = () => { const router = useRouter(); return (
router.push("/blog/top-5-llm-of-all-time")}> We've raised $69M seed funding Generate Images, Text and Videos with AI [App Name] provides everything you need to build, deploy, and scale your applications with powerful features and intuitive design.
header
); };