diff --git a/app/contact.tsx b/app/contact.tsx index ea5c87c..2dccd4e 100644 --- a/app/contact.tsx +++ b/app/contact.tsx @@ -433,6 +433,7 @@ export function Contact() { PLEASE GO AWAY! trueberryless+contact@{/* sdfjsdhfkjypcs */}gmail.com + {/* mailto:trueberryless+contact@gmail.com */}

diff --git a/app/projects.tsx b/app/projects.tsx index 8ddb14a..8f479ca 100644 --- a/app/projects.tsx +++ b/app/projects.tsx @@ -74,20 +74,20 @@ export function Projects() { translateZ="50" className="text-xl font-bold text-neutral-600 dark:text-white" > - Group Chat + Deep Thoughts - Chat with other people all over the world + My personal blog website. thumbnail @@ -99,7 +99,7 @@ export function Projects() { as="button" className="px-4 py-2 rounded-xl bg-black dark:bg-white dark:text-black text-white text-xs font-bold" > - Try now → + Try now →
diff --git a/app/social-media.tsx b/app/social-media.tsx index d116a27..e14147f 100644 --- a/app/social-media.tsx +++ b/app/social-media.tsx @@ -71,6 +71,13 @@ const links = [ image: "/logos/stack-overflow.png", href: "https://stackoverflow.com/users/22573601/trueberryless", }, + { + id: 11, + name: "Linktree", + designation: "and many more...", + image: "/logos/linktree.png", + href: "https://linktr.ee/trueberryless", + }, ]; export default function SocialMedia() { diff --git a/public/logos/linktree.png b/public/logos/linktree.png new file mode 100644 index 0000000..bf52330 Binary files /dev/null and b/public/logos/linktree.png differ diff --git a/public/projects/deep-thoughts.png b/public/projects/deep-thoughts.png new file mode 100644 index 0000000..7cdd7db Binary files /dev/null and b/public/projects/deep-thoughts.png differ