From 0f9a64314f6b7dc14f03d3145aa9e37d08bbab43 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 16 Mar 2026 05:54:57 +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 64a4efd..7e4fdb2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,15 +49,15 @@ export default function LandingPage() { testimonials={[ { name: "Coffee Enthusiast", handle: "@coffeelover", testimonial: "The quality and consistency are unmatched. This is what true specialty coffee tastes like.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/executive-blue-suit-arms-crossed_1139-200.jpg", imageAlt: "professional portrait business person happy" + imageSrc: "http://img.b2bpic.net/free-photo/executive-blue-suit-arms-crossed_1139-200.jpg?_wi=1", imageAlt: "professional portrait business person happy" }, { name: "Daily Regular", handle: "@mezzofan", testimonial: "My morning ritual wouldn't be complete without Mezzo. Exceptional every single time.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-cozy-office_23-2149739353.jpg", imageAlt: "professional portrait woman business confident" + imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-cozy-office_23-2149739353.jpg?_wi=1", imageAlt: "professional portrait woman business confident" }, { name: "Local Supporter", handle: "@baristapro", testimonial: "The craftsmanship behind each cup is evident. Supporting excellence, one coffee at a time.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3797.jpg", imageAlt: "professional portrait man business executive" + imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3797.jpg?_wi=1", imageAlt: "professional portrait man business executive" } ]} tag="Premium Coffee Experience" @@ -148,13 +148,13 @@ export default function LandingPage() { cardAnimation="slide-up" testimonials={[ { - id: "1", name: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/executive-blue-suit-arms-crossed_1139-200.jpg", imageAlt: "professional portrait business person happy" + id: "1", name: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/executive-blue-suit-arms-crossed_1139-200.jpg?_wi=2", imageAlt: "professional portrait business person happy" }, { - id: "2", name: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-cozy-office_23-2149739353.jpg", imageAlt: "professional portrait woman business confident" + id: "2", name: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-cozy-office_23-2149739353.jpg?_wi=2", imageAlt: "professional portrait woman business confident" }, { - id: "3", name: "Emily Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3797.jpg", imageAlt: "professional portrait man business executive" + id: "3", name: "Emily Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3797.jpg?_wi=2", imageAlt: "professional portrait man business executive" }, { id: "4", name: "David Kim", imageSrc: "http://img.b2bpic.net/free-photo/happy-businesswoman-with-hand-chin_1262-20885.jpg", imageAlt: "professional portrait diverse business person" -- 2.49.1