import ThingCurve from "@/components/3d/curves/thing"; import RenderedSection from "@/components/3d/renderedsection"; import AgeDisplay from "@/components/age"; import { Card, CardContent, CardDescription, CardHeader, CardTitle, } from "@/components/ui/card"; export default function Home() { return ( <> Elias Almqvist

I am a {}-year-old human-{" "} founder, engineer, and hacker with a passion for CS, physics, and mathematics.

Currently working on ingenuity. Most of my projects are open-source, and if you are interested, you can find all of my projects on my git-server or GitHub.

{/* */}
); }