Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 5b79d82d80 | |||
| 77dae37345 | |||
| 7ed417eee9 |
@@ -2,7 +2,6 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
||||
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
||||
import FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwentyThree';
|
||||
import FooterCard from '@/components/sections/footer/FooterCard';
|
||||
@@ -13,6 +12,7 @@ import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
||||
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
|
||||
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
|
||||
import { Facebook, Instagram, MapPin } from "lucide-react";
|
||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -224,21 +224,18 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
<ContactCenter
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "radial-gradient"}}
|
||||
tag="Contactez-Nous"
|
||||
tagAnimation="opacity"
|
||||
title="Prêt à Planifier l'Entretien de Votre Véhicule ?"
|
||||
description="Contactez Mecanic Classics dès aujourd'hui pour un entretien automobile fiable et expert. Prenez rendez-vous en ligne ou appelez-nous pour discuter de vos besoins."
|
||||
buttons={[
|
||||
{
|
||||
text: "Prendre Rendez-vous en Ligne", href: "#"},
|
||||
{
|
||||
text: "Appelez-Nous Maintenant", href: "tel:+32012345678"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
description="Contactez Mecanic Classics dès aujourd'hui pour un entretien automobile fiable et expert. Entrez votre email pour prendre rendez-vous en ligne."
|
||||
inputPlaceholder="Votre adresse e-mail"
|
||||
buttonText="Réserver Maintenant"
|
||||
termsText="En cliquant sur Réserver Maintenant, vous confirmez que vous acceptez nos Termes et Conditions."
|
||||
onSubmit={(email) => console.log('Booking email submitted:', email)}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user