This commit is contained in:
matthieu42morin 2024-03-31 05:08:13 +02:00
parent 4811bcdd23
commit bd515e7339
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ export const url = dev ? 'http://localhost:5174' : 'https://kkosmetickysalon.cz'
export const socialLinks = [
{ title: 'Instagram', href: 'https://www.instagram.com/kkosmetickysalon/', icon: 'fa-brands fa-linkedin'},
{ title: 'Email', href: 'klara@kkosmetickysalon.cz', icon: 'fa-regular fa-envelope'},
{ title: 'Facebook', href: 'hhttps://www.facebook.com/jack.morin.712', icon: 'fa-brands fa-facebook'},
{ title: 'Facebook', href: 'https://www.facebook.com/jack.morin.712', icon: 'fa-brands fa-facebook'},
{ title: 'Phone', href: 'tel:+420792304497', icon: 'fa-regular fa-phone' },
];