From 03148775e5a1fff0f96cf412f6a56265b1db0832 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 17:23:55 +0000 Subject: [PATCH 1/4] Update src/app/dashboard/page.tsx --- src/app/dashboard/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/dashboard/page.tsx b/src/app/dashboard/page.tsx index 9f8a2d2..3583a21 100644 --- a/src/app/dashboard/page.tsx +++ b/src/app/dashboard/page.tsx @@ -66,19 +66,19 @@ export default function DashboardPage() { name: "Michael Johnson", handle: "Retail Director, MegaStore", testimonial: "The real-time dashboard gives us immediate visibility into every aspect of our business. Critical for daily operations.", 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: "Michael Johnson" + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARURmBxrejr64VtuPGs2xIm36h/professional-headshot-of-a-business-mana-1772555115308-082d88d1.png?_wi=3", imageAlt: "Michael Johnson" }, { name: "Jennifer Lee", handle: "Operations Manager, FastShip", testimonial: "The dashboard alerts help us catch inventory issues before they become problems. Saves us thousands daily.", 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: "Jennifer Lee" + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARURmBxrejr64VtuPGs2xIm36h/professional-headshot-of-a-retail-manage-1772555115414-0f7a2ba7.png?_wi=3", imageAlt: "Jennifer Lee" }, { name: "Robert Chen", handle: "Store Manager, TechHub", testimonial: "Customizable widgets and filters make it easy to focus on metrics that matter most to 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: "Robert Chen" + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARURmBxrejr64VtuPGs2xIm36h/professional-headshot-of-an-e-commerce-e-1772555115180-edb2fb06.png?_wi=3", imageAlt: "Robert Chen" }, ]} testimonialRotationInterval={5000} @@ -158,7 +158,7 @@ export default function DashboardPage() {