import React from 'react' import Head from 'next/head' import TextShuffler from '../components/actions/TextShuffler' import GeneralLayout from '../layouts/general_layout/GeneralLayout' import PortfolioEntry from '../components/PortfolioEntry' import threeJsAnimations from '../functions/frontend/threeJsAnimations' const myWork = () => { const portfolioEntries = require("../components/portfolioEntries.json"); React.useEffect(() => { threeJsAnimations() }, []) return ( My Work | Tben

{ portfolioEntries.map(entry => ) }
) } export default myWork // { // "title": "Stirrmedia Social webapp", // "description": "A new social media experience without censorship", // "url": "https://stirrmedia.com", // "image": "/images/stirrmediascreenshot.png" // },