add animation on starting page

This commit is contained in:
PascalSchattenburg
2026-01-24 21:56:20 +01:00
parent 51709e1602
commit 0b37204bb9
7 changed files with 619 additions and 2 deletions

View File

@@ -1,5 +1,6 @@
import Link from "next/link";
import { TopBar, InfoLink } from "../../components/shell/TopBar";
import ImageSphereSketch from "../../components/visuals/ImageSphereSketch";
export default function HomePage(){
return(
@@ -30,6 +31,7 @@ export default function HomePage(){
Go to Blog
</Link>
</div>
</main>
</>
)