From f5e8ede0e1489d54d0dce628fe5f24dc2e908ee7 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 19 May 2026 23:48:31 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5311940..363c4f7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; -import { Building, Building2, Droplets, Grid, Home, Phone } from "lucide-react"; +import { Building, Building2, Droplets, Grid, Home } from "lucide-react"; export default function LandingPage() { return ( @@ -48,7 +48,7 @@ export default function LandingPage() { description="Expertise en maçonnerie et rénovation. Confiez vos projets de construction à Lhou Multiservices pour des résultats durables et de haute qualité dans les Pyrénées-Orientales." testimonials={[ { name: "Jean Dupont", handle: "@jean-d", testimonial: "Travail exemplaire sur la rénovation de mes murs.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/front-view-worker-construction-wearing-protection-gear_23-2148784061.jpg?_wi=1" }, - { name: "Marie L.", handle: "@marie-l", testimonial: "Très professionnel et respectueux des délais.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-engineer-architect-shaking-hands_23-2148233776.jpg?_wi=1" }, + { name: "Marie L.", handle: "@marie-l", testimonial: "Très professionnel et respectueux des délais.", rating: 5, imageSrc: "http://img.b2bpic.net/medium-shot-engineer-architect-shaking-hands_23-2148233776.jpg?_wi=1" }, { name: "Pierre B.", handle: "@pierre-b", testimonial: "Une expertise rare dans le 66.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-manual-worker_1398-1720.jpg" }, { name: "Sophie M.", handle: "@sophie-m", testimonial: "Devis rapide et travail soigné.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-man-civil-engineer-safety-hat_185193-108962.jpg" }, { name: "Luc V.", handle: "@luc-v", testimonial: "Confiance totale pour mes travaux.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-old-architect-with-safety-equipment_23-2148269395.jpg" }, @@ -122,6 +122,7 @@ export default function LandingPage() {