Add contact to the website, fix some small things

This commit is contained in:
itsfinniii
2026-03-28 15:38:55 +01:00
parent 5476783e0c
commit ad25836de7
6 changed files with 41 additions and 6 deletions

View File

@@ -10,7 +10,7 @@ type ContactComponent = {
type ContactMethod = {
id: string;
title: string;
text: string;
url: string;
color: string;
icon: PhotoProps;
}