From 4224f692d9a70f35d46e0831e2d2fc8eb53d047e Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 14:55:07 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 02301c8..4e7f563 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -244,12 +244,12 @@ export default function HomePage() { id: "5", name: "Thomas Brown", handle: "@thomasbrown", testimonial: "Professional, creative, and results-driven. The team went above and beyond to deliver a website that not only looks amazing but performs exceptionally well.", rating: 5, imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AiCJeN1jB7BPr6paJpl7rL6JWW/professional-headshot-of-a-business-prof-1773066053516-59559e45.png", imageAlt: "Thomas Brown"}, + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AiCJeN1jB7BPr6paJpl7rL6JWW/professional-headshot-of-a-business-prof-1773066053516-59559e45.png?_wi=1", imageAlt: "Thomas Brown"}, { id: "6", name: "Victoria Lee", handle: "@victorialee", testimonial: "Seregin Digital transformed our e-commerce platform. The design is stunning, user experience is seamless, and our conversion rates have doubled. Exceptional work!", rating: 5, imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AiCJeN1jB7BPr6paJpl7rL6JWW/professional-headshot-of-a-technology-or-1773066053765-ad036d5b.png", imageAlt: "Victoria Lee"}, + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AiCJeN1jB7BPr6paJpl7rL6JWW/professional-headshot-of-a-technology-or-1773066053765-ad036d5b.png?_wi=1", imageAlt: "Victoria Lee"}, ]} showRating={true} title="Client Success Stories" @@ -271,12 +271,12 @@ export default function HomePage() { id: "1", name: "Michael Torres", handle: "@migueltorres", testimonial: "The custom website Seregin built for us perfectly captures our brand identity. It's fast, intuitive, and our clients love it. Exceptional craftsmanship!", rating: 5, imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AiCJeN1jB7BPr6paJpl7rL6JWW/professional-headshot-of-a-business-prof-1773066053516-59559e45.png", imageAlt: "Michael Torres"}, + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AiCJeN1jB7BPr6paJpl7rL6JWW/professional-headshot-of-a-business-prof-1773066053516-59559e45.png?_wi=2", imageAlt: "Michael Torres"}, { id: "2", name: "Sophie Martin", handle: "@sophiemartin", testimonial: "Our custom website is a game-changer for lead generation. The design is modern and the functionality is exactly what we needed. Highly professional team!", rating: 5, imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AiCJeN1jB7BPr6paJpl7rL6JWW/professional-headshot-of-a-technology-or-1773066053765-ad036d5b.png", imageAlt: "Sophie Martin"}, + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AiCJeN1jB7BPr6paJpl7rL6JWW/professional-headshot-of-a-technology-or-1773066053765-ad036d5b.png?_wi=2", imageAlt: "Sophie Martin"}, { id: "3", name: "Andrew Peterson", handle: "@andrewpete", testimonial: "Outstanding custom development work. The website is lightning-fast, fully responsive, and incorporates all our unique business requirements perfectly.", rating: 5, -- 2.49.1