Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 4a828c84c4 | |||
| 2f3dbc20c4 | |||
| dc820e0a9d |
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import ReactLenis from "lenis/react";
|
import ReactLenis from "lenis/react";
|
||||||
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||||
import FaqBase from '@/components/sections/faq/FaqBase';
|
import FaqBase from '@/components/sections/faq/FaqBase';
|
||||||
import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve';
|
import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve';
|
||||||
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||||
@@ -138,17 +138,14 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="contact" data-section="contact">
|
<div id="contact" data-section="contact">
|
||||||
<ContactSplitForm
|
<ContactSplit
|
||||||
|
tag="Contact"
|
||||||
|
title="Contactez-nous"
|
||||||
|
description="Besoin d'aide ? Retrouvez-nous au 18 Rue du Stade, Grézieu-la-Varenne. Téléphone : 07 69 10 51 83. Ouvert du lundi au vendredi de 8h à 18h."
|
||||||
|
buttonText="Contactez nous"
|
||||||
|
background={{ variant: "gradient-bars" }}
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
title="Rendez-nous visite ou contactez-nous"
|
onSubmit={(email) => { alert('Adresse: 18 Rue du Stade, 69290 Grézieu-la-Varenne\nTel: 07 69 10 51 83\nHoraires: Lun-Ven 08:00 - 18:00'); }}
|
||||||
description="Des problèmes de voiture ? N'attendez pas. Obtenez de l'aide professionnelle dès maintenant auprès de notre équipe dédiée."
|
|
||||||
inputs={[
|
|
||||||
{ name: "name", type: "text", placeholder: "Nom complet", required: true },
|
|
||||||
{ name: "email", type: "email", placeholder: "Adresse e-mail", required: true },
|
|
||||||
{ name: "phone", type: "tel", placeholder: "Numéro de téléphone", required: true },
|
|
||||||
]}
|
|
||||||
textarea={{ name: "message", placeholder: "Décrivez brièvement vos problèmes de voiture...", rows: 4, required: true }}
|
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/female-mechanic-working-shop-car_23-2150169971.jpg"
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user