Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-04-29 10:58:39 +00:00

View File

@@ -124,7 +124,11 @@ export default function LandingPage() {
<div id="testimonials" data-section="testimonials">
<TestimonialCardTwelve
useInvertedBackground={false}
testimonials={[{ id: "1", name: "Sarah J." }, { id: "2", name: "Michael L." }, { id: "3", name: "Emma R." }]}
testimonials={[
{ id: "1", name: "Sarah J.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-with-fresh-skin_1150-19760.jpg" },
{ id: "2", name: "Michael L.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-with-healthy-skin_1150-20000.jpg" },
{ id: "3", name: "Emma R.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-smiling-woman_1150-18000.jpg" }
]}
cardTitle="Ce que disent nos clients"
cardTag="Témoignages"
cardAnimation="slide-up"