From 815e158877b7bc069909668545fa45d496ff2326 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Mar 2026 21:26:51 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 806675b..47cf67b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -56,15 +56,15 @@ export default function LandingPage() { testimonials={[ { name: "Marcus Chen", handle: "@marcuschen", testimonial: "CryptoVault's platform transformed how we manage our portfolio. Execution speed is unmatched.", rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AuJmiYcMjSGACap8yJtYi6Qgwf/professional-headshot-of-a-male-crypto-i-1773437169594-1b76b40a.png", imageAlt: "Marcus Chen" + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AuJmiYcMjSGACap8yJtYi6Qgwf/professional-headshot-of-a-male-crypto-i-1773437169594-1b76b40a.png?_wi=1", imageAlt: "Marcus Chen" }, { name: "Sarah Williams", handle: "@sarahwilliams", testimonial: "Best crypto trading platform I've used. The security features give me peace of mind.", rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AuJmiYcMjSGACap8yJtYi6Qgwf/professional-headshot-of-a-female-crypto-1773437168908-2b08ca35.png", imageAlt: "Sarah Williams" + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AuJmiYcMjSGACap8yJtYi6Qgwf/professional-headshot-of-a-female-crypto-1773437168908-2b08ca35.png?_wi=1", imageAlt: "Sarah Williams" }, { name: "Alex Rodriguez", handle: "@alexrodriguez", testimonial: "Finally, a platform that understands institutional needs. Highly recommend.", rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AuJmiYcMjSGACap8yJtYi6Qgwf/professional-portrait-of-a-young-male-te-1773437169627-e541e9ae.png", imageAlt: "Alex Rodriguez" + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AuJmiYcMjSGACap8yJtYi6Qgwf/professional-portrait-of-a-young-male-te-1773437169627-e541e9ae.png?_wi=1", imageAlt: "Alex Rodriguez" } ]} testimonialRotationInterval={5000} @@ -196,13 +196,13 @@ export default function LandingPage() {