8 Commits

Author SHA1 Message Date
7ad2b2219c Update src/app/page.tsx 2026-03-07 13:01:00 +00:00
042b1f0e79 Update src/app/page.tsx 2026-03-07 13:00:15 +00:00
173c299f77 Update src/app/page.tsx 2026-03-07 12:59:11 +00:00
969fc0ce75 Merge version_1 into main
Merge version_1 into main
2026-03-07 12:56:43 +00:00
21003ec702 Merge version_1 into main
Merge version_1 into main
2026-03-07 12:53:23 +00:00
94b0c00bda Merge version_1 into main
Merge version_1 into main
2026-03-07 12:49:14 +00:00
7a09e101a1 Merge version_1 into main
Merge version_1 into main
2026-03-07 12:48:29 +00:00
19570c1205 Merge version_1 into main
Merge version_1 into main
2026-03-07 12:47:19 +00:00

View File

@@ -77,12 +77,9 @@ export default function LandingPage() {
<div id="testimonials" data-section="testimonials" className="bg-gray-50">
<TestimonialCardTwelve
testimonials={[
{ id: "1", name: "Farid Iftene", imageSrc: "http://img.b2bpic.net/free-photo/close-up-shot-beautiful-dark-skinned-curly-woman-looks-with-pleased-expression-comes-meeting-with-colleague-discuss-collaboration_273609-3388.jpg" },
{ id: "2", name: "Kesya Vautier", imageSrc: "http://img.b2bpic.net/free-photo/man-happily-clapping-hands-satisfied-with-accomplishments-studio-background_482257-92829.jpg" },
{ id: "3", name: "Alice M", imageSrc: "http://img.b2bpic.net/free-photo/business-woman-posing-street_23-2148213514.jpg" },
{ id: "4", name: "Kahina SEKKAI", imageSrc: "http://img.b2bpic.net/free-photo/portrait-cute-young-woman-posing_23-2148461428.jpg" },
{ id: "5", name: "Marc Dupont", imageSrc: "http://img.b2bpic.net/free-photo/worker-with-big-smile-crossed-arms_1139-248.jpg" },
{ id: "6", name: "Sophie Laurent", imageSrc: "http://img.b2bpic.net/free-photo/business-woman-banner-concept-with-copy-space_23-2149601533.jpg" }
{ id: "1", name: "Farid Iftene", imageSrc: "/placeholders/placeholder1.webp?_wi=1", imageAlt: "Farid Iftene" },
{ id: "2", name: "Kesya Vautier", imageSrc: "/placeholders/placeholder1.webp?_wi=2", imageAlt: "Kesya Vautier" },
{ id: "3", name: "Alice M", imageSrc: "/placeholders/placeholder1.webp?_wi=3", imageAlt: "Alice M" }
]}
cardTitle="⭐⭐⭐⭐⭐ Découvrez ce que nos clients disent."
cardTag="Avis Clients Google"
@@ -208,4 +205,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}