// import { motion } from "framer-motion";
// import { Link } from "react-router-dom";
// const TrendingCard = ({ title, img, href }) => {
// return (
//
//
//
//
//
// {title}
//
//
//
//
// );
// };
// export default TrendingCard;
import { motion } from "framer-motion";
import { Link } from "react-router-dom";
const TrendingCard = ({ title, img, href }) => {
return (
{/* Image */}
{/* Gradient Overlay */}
{/* Title */}
{title}
);
};
export default TrendingCard;