Update client/src/components/ui/info-card.tsx

This commit is contained in:
equilink 2025-02-16 17:55:51 +00:00
parent bea38be7b9
commit 126073780b

View File

@ -18,7 +18,7 @@ const InfoCard: React.FC<CardProps> = ({
}) => { }) => {
return ( return (
<motion.div <motion.div
className="w-full p-6 my-4 bg-white rounded-lg shadow-md" className="w-full p-6 my-4 bg-white rounded-lg shadow-md hover:bg-amber-300 duration-300"
initial={{ opacity: 0, y: 50 }} initial={{ opacity: 0, y: 50 }}
whileInView={{ opacity: 1, y: 0 }} whileInView={{ opacity: 1, y: 0 }}
transition={{ duration: 1 }} transition={{ duration: 1 }}