diff --git a/src/app/page.tsx b/src/app/page.tsx
index af3658a..683ed9e 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -24,8 +24,7 @@ export default function HomePage() {
const footerColumns = [
{
- title: "Produits",
- items: [
+ title: "Produits", items: [
{ label: "Catalogue", href: "/catalogue" },
{ label: "Import Service", href: "/import" },
{ label: "Vendre Votre Voiture", href: "/vendre" },
@@ -33,8 +32,7 @@ export default function HomePage() {
],
},
{
- title: "Ressources",
- items: [
+ title: "Ressources", items: [
{ label: "À Propos", href: "/a-propos" },
{ label: "Blog", href: "/blog" },
{ label: "FAQ", href: "/faq" },
@@ -42,8 +40,7 @@ export default function HomePage() {
],
},
{
- title: "Légal",
- items: [
+ title: "Légal", items: [
{ label: "Politique de Confidentialité", href: "#" },
{ label: "Conditions d'Utilisation", href: "#" },
{ label: "Politique de Retour", href: "#" },
@@ -83,51 +80,31 @@ export default function HomePage() {
tagAnimation="slide-up"
buttons={[
{
- text: "Explorer le catalogue",
- href: "/catalogue",
- },
+ text: "Explorer le catalogue", href: "/catalogue"},
{
- text: "Import sur mesure",
- href: "/import",
- },
+ text: "Import sur mesure", href: "/import"},
]}
buttonAnimation="slide-up"
background={{ variant: "radial-gradient" }}
leftCarouselItems={[
{
- imageSrc: "http://img.b2bpic.net/free-photo/elegant-woman-wipes-car-with-rag_1157-33904.jpg?_wi=1",
- imageAlt: "BYD Dolphin 2024",
- },
+ imageSrc: "http://img.b2bpic.net/free-photo/elegant-woman-wipes-car-with-rag_1157-33904.jpg", imageAlt: "BYD Dolphin 2024"},
{
- imageSrc: "http://img.b2bpic.net/free-photo/woman-charging-electro-car-using-phone_1303-17807.jpg?_wi=1",
- imageAlt: "BYD Atto 3",
- },
+ imageSrc: "http://img.b2bpic.net/free-photo/woman-charging-electro-car-using-phone_1303-17807.jpg", imageAlt: "BYD Atto 3"},
{
- imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-posing-front-modern-car_23-2148384978.jpg?_wi=1",
- imageAlt: "Huawei AITO M5",
- },
+ imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-posing-front-modern-car_23-2148384978.jpg", imageAlt: "Huawei AITO M5"},
{
- imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-holding-car-cable_23-2149530053.jpg?_wi=1",
- imageAlt: "Leapmotor C11",
- },
+ imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-holding-car-cable_23-2149530053.jpg", imageAlt: "Leapmotor C11"},
]}
rightCarouselItems={[
{
- imageSrc: "http://img.b2bpic.net/free-psd/safe-transportation-landing-page_23-2149933352.jpg?_wi=1",
- imageAlt: "Zeekr Electric Sedan",
- },
+ imageSrc: "http://img.b2bpic.net/free-psd/safe-transportation-landing-page_23-2149933352.jpg", imageAlt: "Zeekr Electric Sedan"},
{
- imageSrc: "http://img.b2bpic.net/free-photo/happy-young-family-make-selfie-by-mobile-phone_171337-5369.jpg?_wi=1",
- imageAlt: "Dongfeng Electric SUV",
- },
+ imageSrc: "http://img.b2bpic.net/free-photo/happy-young-family-make-selfie-by-mobile-phone_171337-5369.jpg", imageAlt: "Dongfeng Electric SUV"},
{
- imageSrc: "http://img.b2bpic.net/free-photo/elegant-woman-wipes-car-with-rag_1157-33904.jpg?_wi=2",
- imageAlt: "BYD Dolphin",
- },
+ imageSrc: "http://img.b2bpic.net/free-photo/elegant-woman-wipes-car-with-rag_1157-33904.jpg", imageAlt: "BYD Dolphin"},
{
- imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-posing-front-modern-car_23-2148384978.jpg?_wi=2",
- imageAlt: "Huawei AITO",
- },
+ imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-posing-front-modern-car_23-2148384978.jpg", imageAlt: "Huawei AITO"},
]}
carouselPosition="right"
ariaLabel="Hero section showcasing electric vehicles"
@@ -139,19 +116,12 @@ export default function HomePage() {