Update src/app/page.tsx

This commit is contained in:
2026-05-11 14:19:20 +00:00
parent 4e45b1078b
commit e06bb01a2a

View File

@@ -2,10 +2,10 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import ContactSplit from '@/components/sections/contact/ContactSplit';
import ContactText from '@/components/sections/contact/ContactText';
import FooterSimple from '@/components/sections/footer/FooterSimple';
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
import FeatureCardTwentyEight from '@/components/sections/feature/FeatureCardTwentyEight';
import FooterBase from '@/components/sections/footer/FooterBase';
import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel';
import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
@@ -151,24 +151,23 @@ export default function LandingPage() {
</div>
<div id="contact" data-section="contact">
<ContactSplit
useInvertedBackground={false}
background={{ variant: "plain" }}
tag="Contact"
title="Prêt pour la performance ?"
description="Prenez rendez-vous dès aujourd'hui."
imageSrc="http://img.b2bpic.net/free-photo/car-repair-maintenance-theme-mechanic-uniform-working-auto-service_627829-3903.jpg"
mediaAnimation="slide-up"
<ContactText
text="Contactez DG Auto Performance pour transformer votre véhicule. Expertises et passion à votre service."
background={{ variant: "gradient-bars" }}
buttons={[
{ text: "Prendre RDV", href: "mailto:contact@dgauto.fr" }
]}
/>
</div>
<div id="footer" data-section="footer">
<FooterBase
<FooterSimple
columns={[
{ title: "Navigation", items: [{ label: "Accueil", href: "#hero" }, { label: "Services", href: "#features" }] },
{ title: "Légal", items: [{ label: "Confidentialité", href: "#" }, { label: "Mentions légales", href: "#" }] },
]}
logoText="DG AUTO"
bottomLeftText="© 2025 DG AUTO"
bottomRightText="Performance de précision"
/>
</div>
</ReactLenis>