Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #2.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user