This commit is contained in:
2025-04-24 02:24:42 -06:00
parent 261aab9a4b
commit 8f2f8c3ff2
13 changed files with 264 additions and 60 deletions

View File

@ -1,4 +1,5 @@
import SocialLinks from "../components/SocialLinks.tsx";
import TechLinks from "../components/TechLinks.tsx";
export default function Home() {
return (
@ -14,7 +15,13 @@ export default function Home() {
Atridad Lahiji
</h1>
<h2 class="text-2xl font-bold">Places I Exist:</h2>
<SocialLinks />
<h2 class="text-2xl font-bold">Stuff I Use:</h2>
<TechLinks />
</>
);
}