Add more projects
This commit is contained in:
@ -3,6 +3,11 @@ import { PFPName } from "~/components/general/pfpname";
|
||||
import AboutMe from "~/components/general/aboutme";
|
||||
import TechChart from "~/components/general/techchart";
|
||||
import TechTracker from "~/components/projects/techtracker";
|
||||
import Sunhat from "~/components/projects/sunhat";
|
||||
import WiredWorld from "~/components/projects/wiredworld";
|
||||
import Fuse from "~/components/projects/fuse";
|
||||
import LazyPrimeagen from "~/components/projects/lazyprimeagen";
|
||||
import TenantPortal from "~/components/projects/tenantportal";
|
||||
//import Image from "next/image";
|
||||
//import Link from "next/link";
|
||||
|
||||
@ -11,14 +16,19 @@ export default function HomePage() {
|
||||
<main className="min-h-screen">
|
||||
<div className="flex flex-row items-end justify-end">
|
||||
<div className="mr-8 mt-6">
|
||||
<ThemeToggle />
|
||||
< ThemeToggle />
|
||||
</div>
|
||||
</div>
|
||||
<PFPName />
|
||||
<AboutMe />
|
||||
<TechChart />
|
||||
< PFPName />
|
||||
< AboutMe />
|
||||
< TechChart />
|
||||
<h1 className="text-3xl font-semibold text-center my-8">Projects</h1>
|
||||
<TechTracker />
|
||||
< TechTracker />
|
||||
< Fuse />
|
||||
< Sunhat />
|
||||
< TenantPortal />
|
||||
< WiredWorld />
|
||||
< LazyPrimeagen />
|
||||
</main>
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user