From cf0b52d4896d4212e29570d7c4d6fcb3b783cc7c Mon Sep 17 00:00:00 2001 From: kleap-admin Date: Mon, 19 Jan 2026 09:31:29 +0000 Subject: [PATCH] Update components/hero.tsx --- components/hero.tsx | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/components/hero.tsx b/components/hero.tsx index 3c13f41..e5e3f1a 100644 --- a/components/hero.tsx +++ b/components/hero.tsx @@ -3,7 +3,6 @@ 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"; @@ -14,25 +13,6 @@ export const Hero = () => { const router = useRouter(); return (
- - router.push("/blog/top-5-llm-of-all-time")}> - {/* removed badge */} - -