import React from "react";
import { Tilt } from "react-tilt";
import { motion } from "framer-motion";
import { github } from "src/assets";
import { SectionWrapper } from "src/hoc";
import { fadeIn, textVariant } from "src/utils/motion";
import { styles } from "src/style";
import { projects } from "src/constans";
const ProjectCard = ({
index,
name,
description,
tags,
image,
source_code_link,
}) => {
return (
{description}
#{tag.name}
My work
{name}
Projects.