diff --git a/src/app/page.tsx b/src/app/page.tsx index a79ddc9..2403dc0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,12 +30,9 @@ export default function LandingPage() { @@ -143,21 +112,11 @@ export default function LandingPage() { animationType="slide-up" useInvertedBackground={false} testimonials={[ - { - id: "1", name: "Hassan Ghirabi", handle: "@hassan", testimonial: "Travail impeccable et délais respectés.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-plus-size-man-working-construction_23-2150772851.jpg"}, - { - id: "2", name: "Mohamed Abou Ibrahim", handle: "@mohamed", testimonial: "Une expertise technique inégalée à M'Sila.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-business-leader-window_1262-5674.jpg"}, - { - id: "3", name: "Haddab Abdelhak", handle: "@haddab", testimonial: "Qualité de finition exceptionnelle.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-middle-aged-man-with-beard-hairstyle-dressed-elegant-blue-suit-textured-dark-background-studio_613910-19853.jpg"}, - { - id: "4", name: "Client Service", handle: "@service", testimonial: "Partenaire de confiance pour nos projets industriels.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/business-woman-standing_1187-1543.jpg"}, - { - id: "5", name: "Fatima Zahra", handle: "@fatima", testimonial: "Fiabilité remarquable et suivi excellent.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/business-woman-standing_1187-1543.jpg"}, + { id: "1", name: "Hassan Ghirabi", handle: "@hassan", testimonial: "Travail impeccable et délais respectés.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-plus-size-man-working-construction_23-2150772851.jpg" }, + { id: "2", name: "Mohamed Abou Ibrahim", handle: "@mohamed", testimonial: "Une expertise technique inégalée à M'Sila.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-business-leader-window_1262-5674.jpg" }, + { id: "3", name: "Haddab Abdelhak", handle: "@haddab", testimonial: "Qualité de finition exceptionnelle.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-middle-aged-man-with-beard-hairstyle-dressed-elegant-blue-suit-textured-dark-background-studio_613910-19853.jpg" }, + { id: "4", name: "Client Service", handle: "@service", testimonial: "Partenaire de confiance pour nos projets industriels.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/business-woman-standing_1187-1543.jpg" }, + { id: "5", name: "Fatima Zahra", handle: "@fatima", testimonial: "Fiabilité remarquable et suivi excellent.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/business-woman-standing_1187-1543.jpg" }, ]} showRating={true} title="Avis Clients" @@ -168,13 +127,9 @@ export default function LandingPage() {