Add image and change title of personal website project #5

Merged
iamdoubz merged 1 commits from update_project_me_001 into main 2026-07-08 21:13:55 -05:00
2 changed files with 2 additions and 1 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 323 KiB

+2 -1
View File
@@ -31,10 +31,11 @@ export const siteConfig = {
projects: [
{
title: "Personal Website",
title: "Me",
description:
"This site — built with Next.js 16, React Three Fiber, shader gradients, and liquid glass effects.",
tags: ["Next.js", "React Three Fiber", "GLSL", "Tailwind"],
image: "/images/projects/me.png",
url: "https://daniel.dou.bet",
github: "https://git.dou.bet/iamdoubz/me",
},