diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index 9352655..9ae264f 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -34,8 +34,8 @@ { 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.", + img: "projects/banner.webp", + altText: "An upside-down New 3DS XL lying open on a desk with a small USB-C breakout board attached to it, and a USB-C cable plugged in. The 3DS is glowing to indicate that it is charging.", link: "projects", }, { diff --git a/src/routes/projects/+page.svelte b/src/routes/projects/+page.svelte index 829bb30..f3da31f 100644 --- a/src/routes/projects/+page.svelte +++ b/src/routes/projects/+page.svelte @@ -14,7 +14,7 @@ diff --git a/static/main/3ds.webp b/static/main/3ds.webp deleted file mode 100644 index 9e3ea26..0000000 Binary files a/static/main/3ds.webp and /dev/null differ diff --git a/static/projects/banner.webp b/static/projects/banner.webp index 7094663..9e3ea26 100644 Binary files a/static/projects/banner.webp and b/static/projects/banner.webp differ