added phone number and updated some things

This commit is contained in:
2026-08-31 12:03:56 +02:00
parent a4cc12d763
commit d6dbc71071
4 changed files with 18 additions and 20 deletions
+7
View File
@@ -6,6 +6,7 @@ import { SiGitea } from "react-icons/si";
import {
ArrowRight,
Mail,
Phone,
MapPin,
Clock,
Send,
@@ -74,6 +75,12 @@ export default function ContactForm({ dict }: ContactFormProps) {
value: "contact@ksan.dev",
href: "mailto:contact@ksan.dev",
},
{
icon: Phone,
label: t.phoneLabel,
value: "+387 66 644 094",
href: "tel:+38766644094",
},
{
icon: SiGitea,
label: "Source Code",