From e3e41eaf8af912155ac80bdf3d8fed41556cf312 Mon Sep 17 00:00:00 2001 From: xeovalyte Date: Fri, 10 Jan 2025 11:13:13 +0100 Subject: [PATCH] Modified phone and email --- src/pages/contact.astro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/contact.astro b/src/pages/contact.astro index 058927f..3affea4 100644 --- a/src/pages/contact.astro +++ b/src/pages/contact.astro @@ -48,12 +48,12 @@ const metadata = { items={[ { title: 'Phone', - description: '+1 (234) 567-890', + description: '+31 6 19338199', icon: 'tabler:headset', }, { title: 'Email', - description: 'contact@support.com', + description: 'annelies.harkes@gmail.com', icon: 'tabler:mail', }, {