diff --git a/src/Components/Card.js b/src/Components/Card.js index 8d95b9b..e58ed0b 100644 --- a/src/Components/Card.js +++ b/src/Components/Card.js @@ -1,10 +1,28 @@ import React from "react"; import { Github, Linkedin, Twitter } from "lucide-react"; +import { motion } from "framer-motion"; function Card({ data }) { return ( -
+ ); }