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"; const myWork = () => { const portfolioEntries = require("../components/portfolioEntries.json"); 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" // },