From 1e4c8c14546faf2557a47dc028dfa92f0a04d355 Mon Sep 17 00:00:00 2001 From: Jalil Arfaoui Date: Sun, 5 Jan 2025 02:40:47 +0100 Subject: [PATCH] page contact --- .../sections/misc/ContactSection.astro | 95 +++---------------- 1 file changed, 11 insertions(+), 84 deletions(-) diff --git a/src/components/sections/misc/ContactSection.astro b/src/components/sections/misc/ContactSection.astro index 80d42df..8bb00cd 100644 --- a/src/components/sections/misc/ContactSection.astro +++ b/src/components/sections/misc/ContactSection.astro @@ -1,19 +1,7 @@ --- -// Import the necessary dependencies. -import AuthBtn from "@components/ui/buttons/AuthBtn.astro"; import ContactIconBlock from "@components/ui/blocks/ContactIconBlock.astro"; -import TextInput from "@components/ui/forms/input/TextInput.astro"; -import EmailContactInput from "@components/ui/forms/input/EmailContactInput.astro"; -import PhoneInput from "@components/ui/forms/input/PhoneInput.astro"; -import TextAreaInput from "@components/ui/forms/input/TextAreaInput.astro"; import Icon from "@components/ui/icons/Icon.astro"; -// Define the variables that will be used in this component -const title: string = "Contact us"; -const subTitle: string = - "Have questions or want to discuss a project? Reach out, and let's craft the perfect solution with our tools and services."; -const formTitle: string = "Fill in the form below"; -const formSubTitle: string = "We'll get back to you in 1-2 business days."; --- @@ -23,93 +11,32 @@ const formSubTitle: string = "We'll get back to you in 1-2 business days.";

- {title} + Nous contacter

- {subTitle} + Vous avez des questions ? Vous souhaitez visiter notre maison ? Contactez-nous !

-
-

- {formTitle} -

- - -
-
-
- - -
- - - -
- -
- -
- -
-

- {formSubTitle} -

-
-
-
+ linkTitle="06 12 22 20 80" + linkURL="tel:0612222080" + > - - - - - -