Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 815af9486c | |||
| f79a07256d | |||
| b299b97c06 | |||
| 3a7b5c1df2 | |||
| 82ac6bfc50 | |||
| 6eb676673b |
@@ -3,7 +3,7 @@
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import ContactText from '@/components/sections/contact/ContactText';
|
||||
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
||||
import FooterCard from '@/components/sections/footer/FooterCard';
|
||||
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
|
||||
import FeatureCardTwentyEight from '@/components/sections/feature/FeatureCardTwentyEight';
|
||||
import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel';
|
||||
@@ -12,6 +12,7 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating
|
||||
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
|
||||
import TextAbout from '@/components/sections/about/TextAbout';
|
||||
import { Instagram, Facebook, Twitter } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -37,7 +38,7 @@ export default function LandingPage() {
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="DG AUTO"
|
||||
button={{ text: "Prendre RDV", href: "#contact" }}
|
||||
button={{ text: "Contact", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -51,11 +52,11 @@ export default function LandingPage() {
|
||||
]}
|
||||
carouselItems={[
|
||||
{ id: "h1", imageSrc: "http://img.b2bpic.net/free-photo/technology-background-concept_23-2148882653.jpg", imageAlt: "Showroom" },
|
||||
{ id: "h2", imageSrc: "http://img.b2bpic.net/free-photo/electric-car-fuel-socket_107420-94938.jpg", imageAlt: "Engine" },
|
||||
{ id: "h2", imageSrc: "http://img.b2bpic.net/electric-car-fuel-socket_107420-94938.jpg", imageAlt: "Engine" },
|
||||
{ id: "h3", imageSrc: "http://img.b2bpic.net/direction-wheel-speedometer-black-car_114579-6113.jpg", imageAlt: "Interior" },
|
||||
{ id: "h4", imageSrc: "http://img.b2bpic.net/free-photo/dreamy-atmosphere-pastel-colored-scene-travel-content_23-2151450578.jpg", imageAlt: "Road" },
|
||||
{ id: "h5", imageSrc: "http://img.b2bpic.net/free-photo/retro-vhs-packaging-indoors_23-2150172435.jpg", imageAlt: "Lamp" },
|
||||
{ id: "h6", imageSrc: "http://img.b2bpic.net/free-photo/young-mechanic-working-air-conditioning-system-car-auto-repair-shop_637285-4283.jpg", imageAlt: "Service" },
|
||||
{ id: "h4", imageSrc: "http://img.b2bpic.net/dreamy-atmosphere-pastel-colored-scene-travel-content_23-2151450578.jpg", imageAlt: "Road" },
|
||||
{ id: "h5", imageSrc: "http://img.b2bpic.net/retro-vhs-packaging-indoors_23-2150172435.jpg", imageAlt: "Lamp" },
|
||||
{ id: "h6", imageSrc: "http://img.b2bpic.net/young-mechanic-working-air-conditioning-system-car-auto-repair-shop_637285-4283.jpg", imageAlt: "Service" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -90,16 +91,14 @@ export default function LandingPage() {
|
||||
title="Composants de Haute Performance"
|
||||
description="Optimisez votre véhicule avec nos pièces sélectionnées."
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "p1", name: "Admission Carbone", price: "499€", imageSrc: "http://img.b2bpic.net/free-photo/different-car-accessories-composition_23-2149030441.jpg" },
|
||||
{ id: "p2", name: "Volant Racing", price: "350€", imageSrc: "http://img.b2bpic.net/free-photo/control-table-spacecraft-from-inside_23-2151828183.jpg" },
|
||||
{ id: "p3", name: "Kit Frein Céramique", price: "1200€", imageSrc: "http://img.b2bpic.net/free-photo/car-being-taking-care-workshop_23-2149580610.jpg" },
|
||||
{ id: "p4", name: "Jantes Performance", price: "1800€", imageSrc: "http://img.b2bpic.net/free-photo/close-up-metallic-car-wheel_23-2151113193.jpg" },
|
||||
{ id: "p5", name: "Boitier ECU", price: "600€", imageSrc: "http://img.b2bpic.net/free-photo/female-mechanic-examining-car-engine-with-help-laptop_1170-1529.jpg" },
|
||||
{ id: "p6", name: "Ligne Inox", price: "950€", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-servicing-car_1170-1333.jpg" },
|
||||
{ id: "p1", name: "Admission Carbone", price: "499€", imageSrc: "http://img.b2bpic.net/different-car-accessories-composition_23-2149030441.jpg" },
|
||||
{ id: "p2", name: "Volant Racing", price: "350€", imageSrc: "http://img.b2bpic.net/control-table-spacecraft-from-inside_23-2151828183.jpg" },
|
||||
{ id: "p3", name: "Kit Frein Céramique", price: "1200€", imageSrc: "http://img.b2bpic.net/car-being-taking-care-workshop_23-2149580610.jpg" },
|
||||
{ id: "p4", name: "Jantes Performance", price: "1800€", imageSrc: "http://img.b2bpic.net/close-up-metallic-car-wheel_23-2151113193.jpg" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -109,8 +108,8 @@ export default function LandingPage() {
|
||||
title="Nos Chiffres"
|
||||
description="Plus de 500 projets réalisés avec succès."
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{ id: "m1", value: "500+", description: "Véhicules préparés" },
|
||||
@@ -127,11 +126,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{ id: "t1", title: "Service exceptionnel", quote: "Ma voiture n'a jamais été aussi rapide.", name: "Jean Dupont", role: "Client", imageSrc: "http://img.b2bpic.net/free-photo/stylish-black-woman-car-salon_1157-21427.jpg" },
|
||||
{ id: "t2", title: "Professionnels", quote: "Une équipe à l'écoute et très efficace.", name: "Marie L.", role: "Cliente", imageSrc: "http://img.b2bpic.net/free-photo/man-buying-car_1303-13540.jpg" },
|
||||
{ id: "t3", title: "Au top", quote: "Je recommande DG Auto les yeux fermés.", name: "Marc S.", role: "Client", imageSrc: "http://img.b2bpic.net/free-photo/young-man-standing-by-his-car_1303-31487.jpg" },
|
||||
{ id: "t4", title: "Rapidité", quote: "Travail fait dans les délais.", name: "Paul D.", role: "Client", imageSrc: "http://img.b2bpic.net/free-photo/handsome-bearded-male-sunglasses-dressed-black-suit-sitting-luxury-car-against-skyscraper_613910-19325.jpg" },
|
||||
{ id: "t5", title: "Excellence", quote: "Le meilleur endroit pour ma voiture.", name: "Lucie V.", role: "Cliente", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-surprised-brunette-woman-sitting-hood-amazing-red-convertible-sport-car-california_273443-2514.jpg" },
|
||||
{ id: "t1", title: "Service exceptionnel", quote: "Ma voiture n'a jamais été aussi rapide.", name: "Jean Dupont", role: "Client", imageSrc: "http://img.b2bpic.net/stylish-black-woman-car-salon_1157-21427.jpg" },
|
||||
{ id: "t2", title: "Professionnels", quote: "Une équipe à l'écoute et très efficace.", name: "Marie L.", role: "Cliente", imageSrc: "http://img.b2bpic.net/man-buying-car_1303-13540.jpg" },
|
||||
{ id: "t3", title: "Au top", quote: "Je recommande DG Auto les yeux fermés.", name: "Marc S.", role: "Client", imageSrc: "http://img.b2bpic.net/young-man-standing-by-his-car_1303-31487.jpg" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -161,13 +158,14 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<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: "#" }] },
|
||||
<FooterCard
|
||||
logoText="DG AUTO"
|
||||
socialLinks={[
|
||||
{ icon: Instagram, href: "#", ariaLabel: "Instagram" },
|
||||
{ icon: Facebook, href: "#", ariaLabel: "Facebook" },
|
||||
{ icon: Twitter, href: "#", ariaLabel: "Twitter" }
|
||||
]}
|
||||
bottomLeftText="© 2025 DG AUTO"
|
||||
bottomRightText="Performance de précision"
|
||||
copyrightText="© 2025 DG AUTO | Performance de précision"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user