From 3c95bbff1353cc10f077b2eedee237aaff79507d Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 1 Apr 2026 06:44:46 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index fb895e4..a62e37a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,17 +55,17 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-vector/global-network-futuristic-technology_53876-117947.jpg", imageAlt: "AI Website Preview 1"}, + imageSrc: "http://img.b2bpic.net/free-vector/global-network-futuristic-technology_53876-117947.jpg?_wi=1", imageAlt: "AI Website Preview 1"}, { - imageSrc: "http://img.b2bpic.net/free-vector/global-network-futuristic-technology_53876-117947.jpg", imageAlt: "AI Website Preview 2"}, + imageSrc: "http://img.b2bpic.net/free-vector/global-network-futuristic-technology_53876-117947.jpg?_wi=2", imageAlt: "AI Website Preview 2"}, { - imageSrc: "http://img.b2bpic.net/free-vector/global-network-futuristic-technology_53876-117947.jpg", imageAlt: "AI Website Preview 3"}, + imageSrc: "http://img.b2bpic.net/free-vector/global-network-futuristic-technology_53876-117947.jpg?_wi=3", imageAlt: "AI Website Preview 3"}, { - imageSrc: "http://img.b2bpic.net/free-vector/global-network-futuristic-technology_53876-117947.jpg", imageAlt: "AI Website Preview 4"}, + imageSrc: "http://img.b2bpic.net/free-vector/global-network-futuristic-technology_53876-117947.jpg?_wi=4", imageAlt: "AI Website Preview 4"}, { - imageSrc: "http://img.b2bpic.net/free-vector/global-network-futuristic-technology_53876-117947.jpg", imageAlt: "AI Website Preview 5"}, + imageSrc: "http://img.b2bpic.net/free-vector/global-network-futuristic-technology_53876-117947.jpg?_wi=5", imageAlt: "AI Website Preview 5"}, { - imageSrc: "http://img.b2bpic.net/free-vector/global-network-futuristic-technology_53876-117947.jpg", imageAlt: "AI Website Preview 6"}, + imageSrc: "http://img.b2bpic.net/free-vector/global-network-futuristic-technology_53876-117947.jpg?_wi=6", imageAlt: "AI Website Preview 6"}, ]} /> @@ -152,7 +152,7 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", name: "Sarah J.", handle: "@sarahj", testimonial: "NexAI a révolutionné ma façon de lancer des projets en ligne.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-female-business-leader-her-colleagues-two-cheerful-men-woman-standing-together-after-corporate-meeting-office-smiling-looking-camera-female-leadership-business-concept_74855-24566.jpg"}, + id: "1", name: "Sarah J.", handle: "@sarahj", testimonial: "NexAI a révolutionné ma façon de lancer des projets en ligne.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-female-business-leader-her-colleagues-two-cheerful-men-woman-standing-together-after-corporate-meeting-office-smiling-looking-camera-female-leadership-business-concept_74855-24566.jpg?_wi=1"}, { id: "2", name: "Marc L.", handle: "@marcl", testimonial: "Incroyable rapidité. Un site pro en moins d'une minute !", imageSrc: "http://img.b2bpic.net/free-photo/photovoltaics-factory-technician-optimizing-production-flow-using-laptop_482257-124916.jpg"}, { @@ -160,7 +160,7 @@ export default function LandingPage() { { id: "4", name: "David K.", handle: "@davidk", testimonial: "Simple, efficace et beau design par défaut.", imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-talking-phone-office_1303-19611.jpg"}, { - id: "5", name: "Lucas M.", handle: "@lucasm", testimonial: "La technologie utilisée est bluffante, résultat pro immédiat.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-female-business-leader-her-colleagues-two-cheerful-men-woman-standing-together-after-corporate-meeting-office-smiling-looking-camera-female-leadership-business-concept_74855-24566.jpg"}, + id: "5", name: "Lucas M.", handle: "@lucasm", testimonial: "La technologie utilisée est bluffante, résultat pro immédiat.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-female-business-leader-her-colleagues-two-cheerful-men-woman-standing-together-after-corporate-meeting-office-smiling-looking-camera-female-leadership-business-concept_74855-24566.jpg?_wi=2"}, ]} title="Ce qu'ils en disent" description="Plus de 50 000 utilisateurs nous font confiance." @@ -198,7 +198,7 @@ export default function LandingPage() { }, ]} mediaAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-vector/global-network-futuristic-technology_53876-117947.jpg" + imageSrc="http://img.b2bpic.net/free-vector/global-network-futuristic-technology_53876-117947.jpg?_wi=7" /> -- 2.49.1