From ed0f43ba323f35f29fce60c34139dfc1b826d112 Mon Sep 17 00:00:00 2001 From: David Date: Thu, 2 Apr 2026 13:47:49 +0200 Subject: [PATCH] fix(contact): remove card links, fix support email, single Paris office, remove Europe map section --- apps/frontend/app/contact/page.tsx | 71 ++++-------------------------- 1 file changed, 8 insertions(+), 63 deletions(-) diff --git a/apps/frontend/app/contact/page.tsx b/apps/frontend/app/contact/page.tsx index 9523ffe..baaa963 100644 --- a/apps/frontend/app/contact/page.tsx +++ b/apps/frontend/app/contact/page.tsx @@ -73,7 +73,6 @@ export default function ContactPage() { title: 'Email', description: 'Envoyez-nous un email', value: 'contact@xpeditis.com', - link: 'mailto:contact@xpeditis.com', color: 'from-blue-500 to-cyan-500', }, { @@ -81,7 +80,6 @@ export default function ContactPage() { title: 'Téléphone', description: 'Appelez-nous', value: '+33 1 23 45 67 89', - link: 'tel:+33123456789', color: 'from-green-500 to-emerald-500', }, { @@ -89,15 +87,13 @@ export default function ContactPage() { title: 'Chat en direct', description: 'Discutez avec notre équipe', value: 'Disponible 24/7', - link: '#chat', color: 'from-purple-500 to-pink-500', }, { icon: Headphones, title: 'Support', - description: 'Centre d\'aide', - value: 'support.xpeditis.com', - link: 'https://support.xpeditis.com', + description: 'Support client', + value: 'support@xpeditis.com', color: 'from-orange-500 to-red-500', }, ]; @@ -111,22 +107,6 @@ export default function ContactPage() { email: 'paris@xpeditis.com', isHQ: true, }, - { - city: 'Rotterdam', - address: 'Wilhelminakade 123', - postalCode: '3072 AP Rotterdam, Netherlands', - phone: '+31 10 123 4567', - email: 'rotterdam@xpeditis.com', - isHQ: false, - }, - { - city: 'Hambourg', - address: 'Am Sandtorkai 50', - postalCode: '20457 Hamburg, Germany', - phone: '+49 40 123 4567', - email: 'hamburg@xpeditis.com', - isHQ: false, - }, ]; const subjects = [ @@ -227,22 +207,20 @@ export default function ContactPage() { {contactMethods.map((method, index) => { const IconComponent = method.icon; return ( -

{method.title}

{method.description}

{method.value}

-
+ ); })} @@ -446,9 +424,9 @@ export default function ContactPage() { animate={isFormInView ? { opacity: 1, x: 0 } : {}} transition={{ duration: 0.8, delay: 0.2 }} > -

Nos bureaux

+

Notre bureau

- Retrouvez-nous dans nos bureaux à travers l'Europe ou contactez-nous par email. + Retrouvez-nous à Paris ou contactez-nous par email.

@@ -687,39 +665,6 @@ export default function ContactPage() {
- {/* Map Section */} -
-
- -

Notre présence en Europe

-

- Des bureaux stratégiquement situés pour mieux vous servir -

-
- - -
-
- -

Carte interactive bientôt disponible

-
-
-
-
-
- );