diff --git a/src/app/page.tsx b/src/app/page.tsx
index a380cb0..4d02281 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,21 +30,13 @@ export default function LandingPage() {
@@ -53,108 +45,41 @@ export default function LandingPage() {
@@ -165,36 +90,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
features={[
- {
- id: "f1",
- title: "Vente de Prestige",
- tags: [
- "Confidentialité",
- "Expertise",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-couple-meeting-with-interior-designer_74855-2977.jpg",
- imageAlt: "Vente de prestige",
- },
- {
- id: "f2",
- title: "Acquisition Privée",
- tags: [
- "Chasseur de biens",
- "Conseil",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/realtor-making-deal-with-customer-office_23-2147764245.jpg",
- imageAlt: "Acquisition privée",
- },
- {
- id: "f3",
- title: "Gestion Locative",
- tags: [
- "Conciergerie",
- "Rendement",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-black-suit-office_1157-37459.jpg",
- imageAlt: "Gestion locative",
- },
+ { id: "f1", title: "Vente de Prestige", tags: ["Confidentialité", "Expertise"], imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-couple-meeting-with-interior-designer_74855-2977.jpg", imageAlt: "Vente de prestige" },
+ { id: "f2", title: "Acquisition Privée", tags: ["Chasseur de biens", "Conseil"], imageSrc: "http://img.b2bpic.net/free-photo/realtor-making-deal-with-customer-office_23-2147764245.jpg", imageAlt: "Acquisition privée" },
+ { id: "f3", title: "Gestion Locative", tags: ["Conciergerie", "Rendement"], imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-black-suit-office_1157-37459.jpg", imageAlt: "Gestion locative" },
]}
title="Nos Services d'Excellence"
description="Une approche sur-mesure pour chaque projet immobilier, alliant discrétion, expertise et efficacité."
@@ -203,27 +101,13 @@ export default function LandingPage() {
@@ -325,36 +149,8 @@ export default function LandingPage() {