Update src/app/page.tsx

This commit is contained in:
2026-05-11 14:29:25 +00:00
parent 86ca3efe5b
commit c3d03e2152

View File

@@ -52,7 +52,7 @@ export default function LandingPage() {
carouselItems={[ carouselItems={[
{ id: "h1", imageSrc: "http://img.b2bpic.net/free-photo/technology-background-concept_23-2148882653.jpg", imageAlt: "Showroom" }, { 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/free-photo/electric-car-fuel-socket_107420-94938.jpg", imageAlt: "Engine" },
{ id: "h3", imageSrc: "http://img.b2bpic.net/free-photo/direction-wheel-speedometer-black-car_114579-6113.jpg", imageAlt: "Interior" }, { 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: "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: "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: "h6", imageSrc: "http://img.b2bpic.net/free-photo/young-mechanic-working-air-conditioning-system-car-auto-repair-shop_637285-4283.jpg", imageAlt: "Service" },
@@ -153,6 +153,7 @@ export default function LandingPage() {
<ContactText <ContactText
text="Contactez DG Auto Performance pour transformer votre véhicule. Expertises et passion à votre service." text="Contactez DG Auto Performance pour transformer votre véhicule. Expertises et passion à votre service."
background={{ variant: "gradient-bars" }} background={{ variant: "gradient-bars" }}
useInvertedBackground={false}
buttons={[ buttons={[
{ text: "Prendre RDV", href: "mailto:contact@dgauto.fr" } { text: "Prendre RDV", href: "mailto:contact@dgauto.fr" }
]} ]}