From 31db3995a25e6772f59d3f1f1983ca7ecf744ed8 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 22 Mar 2026 10:05:10 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7d11204..8e95c6e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,7 +8,7 @@ import FeatureCardNine from '@/components/sections/feature/FeatureCardNine'; import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; -import { Hammer, Hammer2, Star } from 'lucide-react'; +import { Hammer, ChevronRight, Star } from 'lucide-react'; export default function LandingPage() { return ( @@ -52,7 +52,7 @@ export default function LandingPage() { { text: "Découvrir nos réalisations", href: "#about" } ]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/close-up-man-working-with-wood_23-2148898040.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/close-up-man-working-with-wood_23-2148898040.jpg" imageAlt="Atelier de menuiserie artisanale Asseline" mediaAnimation="slide-up" background={{ variant: "gradient-bars" }} @@ -79,24 +79,24 @@ export default function LandingPage() { title="Nos Domaines de Compétences" description="Une gamme complète de services en menuiserie, charpente et travaux bois sur mesure." tag="Expertise confirmée" - tagIcon={Hammer2} + tagIcon={ChevronRight} tagAnimation="slide-up" showStepNumbers={true} features={[ { id: 1, title: "Menuiserie Intérieure", description: "Portes, fenêtres, placards et mobilier sur mesure. Tous nos travaux sont réalisés avec précision pour un rendu impeccable.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/front-view-tools-carpentry-table_23-2148643196.jpg" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/artisan-doing-woodcutting_23-2150600745.jpg?_wi=1" } + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/artisan-doing-woodcutting_23-2150600745.jpg" } }, { id: 2, title: "Charpente & Structure", description: "Conception et réalisation de charpentes traditionnelles et modernes. Nous garantissons la stabilité et la durabilité de vos ouvrages.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/low-view-construction-house_23-2148748812.jpg" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-working-with-wood_23-2148898040.jpg?_wi=2" } + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-working-with-wood_23-2148898040.jpg" } }, { id: 3, title: "Rénovation & Restauration", description: "Transformation de vos espaces existants avec respect du patrimoine. Du diagnostic à la mise en œuvre, nous vous accompagnons.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/wood-elements_23-2147773356.jpg" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/artisan-doing-woodcutting_23-2150600745.jpg?_wi=2" } + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/artisan-doing-woodcutting_23-2150600745.jpg" } } ]} animationType="slide-up" @@ -145,7 +145,7 @@ export default function LandingPage() {