diff --git a/src/components/AnimationBanner.jsx b/src/components/AnimationBanner.jsx deleted file mode 100644 index 0e5ec9f..0000000 --- a/src/components/AnimationBanner.jsx +++ /dev/null @@ -1,12 +0,0 @@ -import { useState } from 'react' -import { motion } from 'framer-motion' - -function AnimationBanner() { - const [rotate, setRotate] = useState(false); - - return ( - setRotate(!rotate)} class="bg-blue-700 w-24 h-24 rounded-xl my-24 mx-auto"> - ) -} - -export default AnimationBanner \ No newline at end of file diff --git a/src/pages/index.astro b/src/pages/index.astro index ffacbdf..70ac304 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -6,7 +6,6 @@ import AudacityLight from "../assets/img/AudacityLight.png"; import AudacityDark from "../assets/img/AudacityDark.png"; import Card from "../components/Card.astro"; import { Icon } from "astro-icon"; -import AnimationBanner from "../components/AnimationBanner"; interface Frontmatter { title: string;