Posts
This commit is contained in:
@ -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 />
|
||||
</>
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user