From a372dbd489c84871237687bf757c6fff054a51e4 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 17:23:56 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c896167..c95f5f6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -75,19 +75,19 @@ export default function HomePage() { name: "Sarah Chen", handle: "Operations Manager, RetailPro", testimonial: "StockFlow reduced our inventory errors by 85% and we now track profit margins in real-time. Game-changing platform!", rating: 5, imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARURmBxrejr64VtuPGs2xIm36h/professional-headshot-of-a-business-mana-1772555115308-082d88d1.png", imageAlt: "Sarah Chen" + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARURmBxrejr64VtuPGs2xIm36h/professional-headshot-of-a-business-mana-1772555115308-082d88d1.png?_wi=1", imageAlt: "Sarah Chen" }, { name: "Michael Rodriguez", handle: "E-commerce Owner, ShopHub", testimonial: "The daily, weekly, and monthly sales reports give us exactly the insights we need to optimize our business.", rating: 5, imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARURmBxrejr64VtuPGs2xIm36h/professional-headshot-of-a-retail-manage-1772555115414-0f7a2ba7.png", imageAlt: "Michael Rodriguez" + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARURmBxrejr64VtuPGs2xIm36h/professional-headshot-of-a-retail-manage-1772555115414-0f7a2ba7.png?_wi=1", imageAlt: "Michael Rodriguez" }, { name: "Emma Watson", handle: "Store Manager, Fashion Forward", testimonial: "Finally, a platform that combines inventory management with profit tracking. Absolutely essential for our business.", rating: 5, imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARURmBxrejr64VtuPGs2xIm36h/professional-headshot-of-an-e-commerce-e-1772555115180-edb2fb06.png", imageAlt: "Emma Watson" + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARURmBxrejr64VtuPGs2xIm36h/professional-headshot-of-an-e-commerce-e-1772555115180-edb2fb06.png?_wi=1", imageAlt: "Emma Watson" }, ]} testimonialRotationInterval={5000} @@ -185,17 +185,17 @@ export default function HomePage() { { id: "1", name: "Sarah Chen", handle: "Operations Manager, RetailPro", testimonial: "StockFlow reduced our inventory errors by 85% and we now track profit margins in real-time. Absolutely game-changing!", imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARURmBxrejr64VtuPGs2xIm36h/professional-headshot-of-a-business-mana-1772555115308-082d88d1.png", imageAlt: "Sarah Chen" + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARURmBxrejr64VtuPGs2xIm36h/professional-headshot-of-a-business-mana-1772555115308-082d88d1.png?_wi=2", imageAlt: "Sarah Chen" }, { id: "2", name: "Michael Rodriguez", handle: "E-commerce Owner, ShopHub", testimonial: "The daily, weekly, monthly sales reports give us exactly the insights we need to optimize our business strategy.", imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARURmBxrejr64VtuPGs2xIm36h/professional-headshot-of-a-retail-manage-1772555115414-0f7a2ba7.png", imageAlt: "Michael Rodriguez" + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARURmBxrejr64VtuPGs2xIm36h/professional-headshot-of-a-retail-manage-1772555115414-0f7a2ba7.png?_wi=2", imageAlt: "Michael Rodriguez" }, { id: "3", name: "Emma Watson", handle: "Store Manager, Fashion Forward", testimonial: "Finally, a platform that combines inventory management with profit tracking. Essential for our retail operations.", imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARURmBxrejr64VtuPGs2xIm36h/professional-headshot-of-an-e-commerce-e-1772555115180-edb2fb06.png", imageAlt: "Emma Watson" + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARURmBxrejr64VtuPGs2xIm36h/professional-headshot-of-an-e-commerce-e-1772555115180-edb2fb06.png?_wi=2", imageAlt: "Emma Watson" }, { id: "4", name: "David Kim", handle: "Supply Chain Director, GlobalTrade", testimonial: @@ -326,7 +326,7 @@ export default function HomePage() {