From aba51f0ff00fa1cba242161697a0bfcb50ebb6bf Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 13:39:11 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 676ae48..532c1a2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,19 +54,19 @@ export default function LandingPage() { testimonials={[ { name: "Andris Kalniņš", handle: "CEO, TechFlow Latvia", testimonial: "Zetta completely transformed our digital presence. Their attention to detail and creative vision exceeded our expectations.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-business-leader-window_1262-5674.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-business-leader-window_1262-5674.jpg?_wi=1" }, { name: "Laura Grigale", handle: "Founder, Creative Studio", testimonial: "Working with Zetta was seamless. They understood our brand perfectly and delivered a website that reflects our values.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg?_wi=1" }, { name: "Jānis Ozoliņš", handle: "Marketing Director, Riga Digital", testimonial: "Outstanding design and exceptional customer service. Zetta set a new standard for web design agencies in Latvia.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/confident-entrepreneur-satisfied-with-own-success_1163-5474.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/confident-entrepreneur-satisfied-with-own-success_1163-5474.jpg?_wi=1" }, { name: "Ieva Sūna", handle: "Startup Founder, InnovateLV", testimonial: "From concept to deployment, Zetta was professional, creative, and results-driven. Highly recommended!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-working-business-with-computer_482257-20185.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-working-business-with-computer_482257-20185.jpg?_wi=1" } ]} buttons={[ @@ -156,16 +156,16 @@ export default function LandingPage() { cardAnimation="slide-up" testimonials={[ { - id: "client-1", name: "Andris Kalniņš", imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-business-leader-window_1262-5674.jpg", imageAlt: "Andris Kalniņš" + id: "client-1", name: "Andris Kalniņš", imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-business-leader-window_1262-5674.jpg?_wi=2", imageAlt: "Andris Kalniņš" }, { - id: "client-2", name: "Laura Grigale", imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg", imageAlt: "Laura Grigale" + id: "client-2", name: "Laura Grigale", imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg?_wi=2", imageAlt: "Laura Grigale" }, { - id: "client-3", name: "Jānis Ozoliņš", imageSrc: "http://img.b2bpic.net/free-photo/confident-entrepreneur-satisfied-with-own-success_1163-5474.jpg", imageAlt: "Jānis Ozoliņš" + id: "client-3", name: "Jānis Ozoliņš", imageSrc: "http://img.b2bpic.net/free-photo/confident-entrepreneur-satisfied-with-own-success_1163-5474.jpg?_wi=2", imageAlt: "Jānis Ozoliņš" }, { - id: "client-4", name: "Ieva Sūna", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-working-business-with-computer_482257-20185.jpg", imageAlt: "Ieva Sūna" + id: "client-4", name: "Ieva Sūna", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-working-business-with-computer_482257-20185.jpg?_wi=2", imageAlt: "Ieva Sūna" } ]} useInvertedBackground={false} -- 2.49.1