import React from "react"; import Container from "../../components/Container"; import FlickerList from "../../components/FlickerList"; import { ReactComponent as Arrow } from "../../assets/arrow-thin.svg"; import { css, cx } from "@emotion/css"; import { setupCursorTracking } from "../../util"; const section = css` display: flex; flex-direction: column; gap: 1rem; justify-content: center; `; const Home: React.FC = () => { return (

MKRhere

Welcome to the web home of Anu Rahul Nandhan.

I'm also commonly known as Muthu Kumar.

I'm looking for work! 🎉

); }; export default Home;