added phone number and updated some things
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user