diff --git a/src/app/page.tsx b/src/app/page.tsx
index ec94b73..8035a74 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -1,5 +1,14 @@
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 (
@@ -7,10 +16,27 @@ export default function Home() {
-
Hello, I am a
+
+
+ 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.
+