From c70c34319014eab9813a12e405077ab9c12208f2 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 06:12:50 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 185 ++++++++++------------------------------------- 1 file changed, 38 insertions(+), 147 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 372d557..2c760b3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,21 +33,13 @@ export default function LandingPage() { @@ -56,21 +48,16 @@ export default function LandingPage() {
@@ -80,7 +67,7 @@ export default function LandingPage() { useInvertedBackground={true} title="L'excellence en héritage" description="Dacos Entreprise combine savoir-faire artisanal et techniques modernes d'ingénierie pour garantir des résultats durables et conformes aux plus hauts standards européens." - imageSrc="http://img.b2bpic.net/free-photo/professional-clients-real-estate-agent-engage-office-planning-session_482257-91017.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/professional-clients-real-estate-agent-engage-office-planning-session_482257-91017.jpg" /> @@ -91,40 +78,16 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Infrastructure", - description: "Conception et réalisation de structures complexes avec rigueur.", - phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/panoramic-view-brooklyn-bridge-new-york-city_268835-766.jpg", - }, - phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-streets-office-building-business-district_107420-95722.jpg", - }, - imageSrc: "http://img.b2bpic.net/free-photo/female-architect-construction-site-with-level_23-2147702482.jpg?_wi=2", - imageAlt: "large scale infrastructure project", + title: "Infrastructure", description: "Conception et réalisation de structures complexes avec rigueur.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/panoramic-view-brooklyn-bridge-new-york-city_268835-766.jpg" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-streets-office-building-business-district_107420-95722.jpg" }, }, { - title: "Développement", - description: "Projets immobiliers résidentiels et tertiaires clés en main.", - phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/modern-exterior-urban-view_23-2149091989.jpg", - }, - phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/architect-finishing-home-schematics-after-collaborating-with-engineers-ensure-designs-meet-client_482257-133033.jpg", - }, - imageSrc: "http://img.b2bpic.net/free-photo/professional-clients-real-estate-agent-engage-office-planning-session_482257-91017.jpg?_wi=2", - imageAlt: "large scale infrastructure project", + title: "Développement", description: "Projets immobiliers résidentiels et tertiaires clés en main.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/modern-exterior-urban-view_23-2149091989.jpg" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/architect-finishing-home-schematics-after-collaborating-with-engineers-ensure-designs-meet-client_482257-133033.jpg" }, }, { - title: "Rénovation", - description: "Valorisation et mise aux normes de structures existantes.", - phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/carpenter-works-with-professional-precision-drilling-tool_169016-52896.jpg", - }, - phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-human-hand-drawing-line-blueprint_23-2148203984.jpg", - }, - imageSrc: "http://img.b2bpic.net/free-photo/happy-excited-business-colleagues-enjoying-funny-phone-talks_1262-19149.jpg?_wi=1", - imageAlt: "large scale infrastructure project", + title: "Rénovation", description: "Valorisation et mise aux normes de structures existantes.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/carpenter-works-with-professional-precision-drilling-tool_169016-52896.jpg" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/close-up-human-hand-drawing-line-blueprint_23-2148203984.jpg" }, }, ]} showStepNumbers={true} @@ -140,22 +103,13 @@ export default function LandingPage() { useInvertedBackground={true} metrics={[ { - id: "m1", - title: "Projets livrés", - value: "450+", - icon: Award, + id: "m1", title: "Projets livrés", value: "450+", icon: Award, }, { - id: "m2", - title: "Années d'expérience", - value: "25", - icon: Shield, + id: "m2", title: "Années d'expérience", value: "25", icon: Shield, }, { - id: "m3", - title: "Satisfaction client", - value: "98%", - icon: Star, + id: "m3", title: "Satisfaction client", value: "98%", icon: Star, }, ]} title="Chiffres clés" @@ -165,28 +119,17 @@ export default function LandingPage() {
@@ -292,29 +193,19 @@ export default function LandingPage() {