import React from 'react' import { motion } from "framer-motion" import Image from 'next/image'; type Props = { } export default function ExperienceCard({ }: Props) { return (

Frontend Web Developer

Manuels Rides Logistics

{/* {new Date(experience.dateStarted).toDateString()} -{" "} {experience.isCurrentlyWorkingHere ? "Present" : new Date(experience.dateEnded).toDateString()} */} Started work: March, 2022 - Ended: July, 2022

    {/*
  • designed and built the user interface
  • */} {/*
  • Summary Points
  • */}

Frontend Web Developer

Blocklo Technologies

{/* */}

{/* {new Date(experience.dateStarted).toDateString()} -{" "} {experience.isCurrentlyWorkingHere ? "Present" : new Date(experience.dateEnded).toDateString()} */} Started work: Aug, 2022 - Ended: Sept, 2022

    {/*
  • built the wallet, sign up and login interface
  • */} {/*
  • Summary Points
  • */}

Backend Developer[Contract]

InkWork Labs

{/* */}

{/* {new Date(experience.dateStarted).toDateString()} -{" "} {experience.isCurrentlyWorkingHere ? "Present" : new Date(experience.dateEnded).toDateString()} */} Started work: Mar, 2023 - Ended: April, 2023

    {/*
  • built the wallet, sign up and login interface
  • */} {/*
  • Summary Points
  • */}
) }