From 0ade8c20a35216666f8ab8414ab25cc7a9506d1b Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 19:11:23 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1437a1f..b319f24 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -80,7 +80,7 @@ export default function LandingPage() { }, { id: "3", name: "Jessica T.", role: "Barista Regular", company: "Detroit Local", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/cafe-interior-with-orange-sofa-three-tables-three-black-chairs_181624-8624.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/cafe-interior-with-orange-sofa-three-tables-three-black-chairs_181624-8624.jpg?_wi=1" }, { id: "4", name: "David K.", role: "Espresso Connoisseur", company: "Detroit Local", rating: 5, @@ -147,7 +147,7 @@ export default function LandingPage() { tag="Our Story" tagIcon={Heart} tagAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/cafe-interior-with-orange-sofa-three-tables-three-black-chairs_181624-8624.jpg" + imageSrc="http://img.b2bpic.net/free-photo/cafe-interior-with-orange-sofa-three-tables-three-black-chairs_181624-8624.jpg?_wi=2" imageAlt="Cozy café interior with warm lighting" useInvertedBackground={false} ariaLabel="About Decent Detroit section" -- 2.49.1