From 7367ca0ff0ce14535cba66d18104fda7fc333576 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 20:40:35 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 04d3611..bbb9bf4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -41,11 +41,11 @@ export default function LandingPage() { imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BwpTpbCcExPEiIkNVGeZ0rLvkr/uploaded-1775507993476-ykv5nazz.png" buttons={[{ text: "Începe Acum", href: "#contact" }]} testimonials={[ - { name: "Ion Popescu", handle: "@client", testimonial: "O echipă fantastică! Mi-au livrat site-ul mult mai repede decât mă așteptam.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/positive-guy-glasses-holding-tablet-looking_74855-3039.jpg" }, + { name: "Ion Popescu", handle: "@client", testimonial: "O echipă fantastică! Mi-au livrat site-ul mult mai repede decât mă așteptam.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/positive-guy-glasses-holding-tablet-looking_74855-3039.jpg?_wi=1" }, { name: "Ana Maria", handle: "@client", testimonial: "Profesionalism și rapiditate. Designul futurist a atras deja clienți noi.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/asian-architect-woman_53876-31462.jpg" }, { name: "Andrei V.", handle: "@client", testimonial: "Cea mai bună investiție pentru afacerea mea. Micro.netweb sunt de viitor.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-with-beard-laptop_273609-6048.jpg" }, { name: "Elena C.", handle: "@client", testimonial: "Comunicare impecabilă și rezultate peste așteptări.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-sceptical-creative-man-green-blazer-dark-background_613910-3829.jpg" }, - { name: "George R.", handle: "@client", testimonial: "Oameni pasionați care înțeleg perfect nevoia clientului.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/positive-guy-glasses-holding-tablet-looking_74855-3039.jpg" } + { name: "George R.", handle: "@client", testimonial: "Oameni pasionați care înțeleg perfect nevoia clientului.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/positive-guy-glasses-holding-tablet-looking_74855-3039.jpg?_wi=2" } ]} />