diff --git a/src/app/page.tsx b/src/app/page.tsx
index 5b96e89..071d1f0 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,13 +30,9 @@ export default function LandingPage() {
@@ -45,17 +41,14 @@ export default function LandingPage() {
@@ -67,34 +60,16 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
- id: "p1",
- name: "Villa Moderne - Cotonou",
- price: "50,000,000 FCFA",
- imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-wooden-house-with-timber-structure_23-2151302657.jpg",
- priceButtonProps: {
- text: "Voir sur WhatsApp",
- href: "https://wa.me/22900000000?text=Bonjour, je suis intéressé par Villa Moderne - Cotonou",
- },
+ id: "p1", name: "Villa Moderne - Cotonou", price: "50,000,000 FCFA", imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-wooden-house-with-timber-structure_23-2151302657.jpg", priceButtonProps: {
+ text: "Voir sur WhatsApp", href: "https://wa.me/22900000000?text=Bonjour, je suis intéressé par Villa Moderne - Cotonou"},
},
{
- id: "p2",
- name: "Terrain Titré - Abomey-Calavi",
- price: "15,000,000 FCFA",
- imageSrc: "http://img.b2bpic.net/free-photo/view-from-balcony-apartment_188544-12685.jpg",
- priceButtonProps: {
- text: "Voir sur WhatsApp",
- href: "https://wa.me/22900000000?text=Bonjour, je suis intéressé par Terrain Titré - Abomey-Calavi",
- },
+ id: "p2", name: "Terrain Titré - Abomey-Calavi", price: "15,000,000 FCFA", imageSrc: "http://img.b2bpic.net/free-photo/view-from-balcony-apartment_188544-12685.jpg", priceButtonProps: {
+ text: "Voir sur WhatsApp", href: "https://wa.me/22900000000?text=Bonjour, je suis intéressé par Terrain Titré - Abomey-Calavi"},
},
{
- id: "p3",
- name: "Appartement - Fidjrossè",
- price: "35,000,000 FCFA",
- imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-beautiful-village-surrounded-by-nature_1268-15597.jpg",
- priceButtonProps: {
- text: "Voir sur WhatsApp",
- href: "https://wa.me/22900000000?text=Bonjour, je suis intéressé par Appartement - Fidjrossè",
- },
+ id: "p3", name: "Appartement - Fidjrossè", price: "35,000,000 FCFA", imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-beautiful-village-surrounded-by-nature_1268-15597.jpg", priceButtonProps: {
+ text: "Voir sur WhatsApp", href: "https://wa.me/22900000000?text=Bonjour, je suis intéressé par Appartement - Fidjrossè"},
},
]}
title="Biens en vedette"
@@ -106,21 +81,14 @@ export default function LandingPage() {
@@ -163,34 +119,26 @@ export default function LandingPage() {