diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index 4bb2013..1845db6 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -22,16 +22,6 @@ altText: "Project N5 screenshot of Laura looking down at two cuboids.", link: "projects/projectn5", }, - { - title: "Projects", - description: "An overview of what I do and have done", - img: "main/3ds.webp", - altText: "An upside-down New 3DS XL lying open on a desk. A small USB-C breakout board is attached to the 3DS, and a USB-C cable is plugged in. The 3DS is glowing to indicate that it is charging.", - link: "projects", - }, - ]; - - const galleryBottomRow: GalleryRowEntry[] = [ { title: "Blog", description: `A place where I write about random things. latest post: ${latestBlogDate}`, @@ -39,6 +29,16 @@ altText: "View at a tram bridge rising and then curving to the left.", link: "blog", }, + ]; + + const galleryBottomRow: GalleryRowEntry[] = [ + { + title: "Projects", + description: "An overview of what I do and have done", + img: "main/3ds.webp", + altText: "An upside-down New 3DS XL lying open on a desk. A small USB-C breakout board is attached to the 3DS, and a USB-C cable is plugged in. The 3DS is glowing to indicate that it is charging.", + link: "projects", + }, { title: "Files", description: "Find things I've put for download on my Copyparty instance",