Update src/app/page.tsx
This commit is contained in:
@@ -52,7 +52,7 @@ 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: "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: "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" },
|
||||
@@ -153,6 +153,7 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
text="Contactez DG Auto Performance pour transformer votre véhicule. Expertises et passion à votre service."
|
||||
background={{ variant: "gradient-bars" }}
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{ text: "Prendre RDV", href: "mailto:contact@dgauto.fr" }
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user