diff --git a/web/src/components/hero.tsx b/web/src/components/hero.tsx index 8af7fa37..1d1204cc 100644 --- a/web/src/components/hero.tsx +++ b/web/src/components/hero.tsx @@ -5,7 +5,7 @@ import { Card } from "@/components/ui/card" import { Input } from "@/components/ui/input" import { cn } from "@/lib/utils" import { motion, useAnimation, useInView } from "framer-motion" -import { Circle, Github, Heart, Search, Sparkles } from "lucide-react" +import { Github, Heart, Search, Sparkles } from "lucide-react" import Link from "next/link" import { useEffect, useRef, useState } from "react" @@ -232,22 +232,8 @@ export function HeroSection({ totalIcons }: { totalIcons: number }) { }, }} /> - - - - + + Made with love by Homarr Labs