From 0902983a17370a22a36483b612d8e5c6da91155a Mon Sep 17 00:00:00 2001 From: Thomas Camlong Date: Thu, 17 Apr 2025 10:46:25 +0200 Subject: [PATCH] Improve hero heart animation --- web/src/components/hero.tsx | 20 +++----------------- 1 file changed, 3 insertions(+), 17 deletions(-) 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