diff --git a/src/app/page.tsx b/src/app/page.tsx index baedbb5..7409158 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -111,12 +111,6 @@ export default function LandingPage() { id: "1", name: "Anonyme", date: "Mai 2022", title: "Excellent Aménagement", quote: "Terrassier au TOP, 1400 m² de terrain. Super sympa et travail très propre.", tag: "Vérifié", avatarSrc: "http://img.b2bpic.net/free-photo/happy-woman-signing-contract-while-being-with-her-husband-meeting-with-real-estate-agent_637285-6897.jpg"}, { id: "2", name: "Florian Michel", date: "Juin 2022", title: "Très professionnel", quote: "Excellent service, très professionnel.", tag: "Vérifié", avatarSrc: "http://img.b2bpic.net/free-photo/man-with-red-helmet-celebrating-with-raised-fist_1187-3250.jpg"}, - { - id: "3", name: "Client Trois", date: "Juillet 2022", title: "Hautement recommandé", quote: "Travail propre, service fiable et équipe sympathique.", tag: "Vérifié", avatarSrc: "http://img.b2bpic.net/free-photo/happy-couple-talking-while-choosing-order-form-menu-cafe_637285-8950.jpg"}, - { - id: "4", name: "Client Quatre", date: "Août 2022", title: "Super équipe", quote: "Ils ont livré exactement ce dont nous avions besoin à temps.", tag: "Vérifié", avatarSrc: "http://img.b2bpic.net/free-photo/young-woman-with-coffee-big-city-girl-walking-avenue-city_169016-66773.jpg"}, - { - id: "5", name: "Jean Dupont", date: "Septembre 2022", title: "Finition parfaite", quote: "Hautement efficace et a laissé le site impeccable après les travaux de terrassement.", tag: "Vérifié", avatarSrc: "http://img.b2bpic.net/free-photo/happy-woman-signing-contract-while-being-with-her-husband-meeting-with-real-estate-agent_637285-6897.jpg"}, ]} title="Avis Clients" description="Découvrez ce que nos clients satisfaits disent de notre travail." @@ -166,4 +160,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}