diff --git a/src/app/page.tsx b/src/app/page.tsx
index bd75f27..ffeb1e2 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,22 +30,10 @@ export default function LandingPage() {
@@ -54,93 +42,31 @@ export default function LandingPage() {
@@ -161,42 +87,12 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={true}
products={[
- {
- id: "1",
- name: "Mercedes-Benz Classe C",
- price: "145 000 TND",
- imageSrc: "http://img.b2bpic.net/free-photo/rim-black-metal-grunge-close-up-3d-rendering_1379-899.jpg",
- },
- {
- id: "2",
- name: "Volkswagen Tiguan",
- price: "115 000 TND",
- imageSrc: "http://img.b2bpic.net/free-photo/stylish-elegant-people-car-salon_1157-30119.jpg",
- },
- {
- id: "3",
- name: "Renault Clio 5",
- price: "55 000 TND",
- imageSrc: "http://img.b2bpic.net/free-photo/books-imagination-still-life_23-2149082158.jpg",
- },
- {
- id: "4",
- name: "BMW Série 3",
- price: "165 000 TND",
- imageSrc: "http://img.b2bpic.net/free-photo/dealership-salesman-showing-clients-components-car-hood_482257-124137.jpg",
- },
- {
- id: "5",
- name: "Audi A3 Sportback",
- price: "98 000 TND",
- imageSrc: "http://img.b2bpic.net/free-photo/showroom-salesman-showing-purchasable-extra-car-features-tablet-clients_482257-118469.jpg",
- },
- {
- id: "6",
- name: "Peugeot 3008",
- price: "105 000 TND",
- imageSrc: "http://img.b2bpic.net/free-photo/women-standing-near-campervan-front-view_23-2149516110.jpg",
- },
+ { id: "1", name: "Mercedes-Benz Classe C", price: "145 000 TND", imageSrc: "http://img.b2bpic.net/free-photo/rim-black-metal-grunge-close-up-3d-rendering_1379-899.jpg" },
+ { id: "2", name: "Volkswagen Tiguan", price: "115 000 TND", imageSrc: "http://img.b2bpic.net/free-photo/stylish-elegant-people-car-salon_1157-30119.jpg" },
+ { id: "3", name: "Renault Clio 5", price: "55 000 TND", imageSrc: "http://img.b2bpic.net/free-photo/books-imagination-still-life_23-2149082158.jpg" },
+ { id: "4", name: "BMW Série 3", price: "165 000 TND", imageSrc: "http://img.b2bpic.net/free-photo/dealership-salesman-showing-clients-components-car-hood_482257-124137.jpg" },
+ { id: "5", name: "Audi A3 Sportback", price: "98 000 TND", imageSrc: "http://img.b2bpic.net/free-photo/showroom-salesman-showing-purchasable-extra-car-features-tablet-clients_482257-118469.jpg" },
+ { id: "6", name: "Peugeot 3008", price: "105 000 TND", imageSrc: "http://img.b2bpic.net/free-photo/women-standing-near-campervan-front-view_23-2149516110.jpg" }
]}
title="Catalogue de Véhicules"
description="Découvrez nos arrivages hebdomadaires. Trouvez le modèle qui correspond à votre style de vie et à votre budget."
@@ -210,21 +106,9 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
metrics={[
- {
- id: "1",
- value: "1500+",
- description: "Véhicules vendus",
- },
- {
- id: "2",
- value: "10+",
- description: "Ans d'expérience",
- },
- {
- id: "3",
- value: "98%",
- description: "Clients satisfaits",
- },
+ { id: "1", value: "1500+", description: "Véhicules vendus" },
+ { id: "2", value: "10+", description: "Ans d'expérience" },
+ { id: "3", value: "98%", description: "Clients satisfaits" }
]}
title="Quelques chiffres clés"
description="La preuve de notre engagement envers la satisfaction de nos clients en Tunisie."
@@ -233,44 +117,15 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file