From d33a66c7fedd2b1122f1b453e7e80ebfaba2b078 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Mar 2026 04:16:13 +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 24384f4..e69a770 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -45,7 +45,7 @@ export default function LandingPage() { testimonials={[ { name: "Sarah M.", handle: "@local_wellness", testimonial: "I drove from Oregon City, passing two chain coffee shops just to get my juice here. I always feel better after.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-caucasian-woman-holding-coffee-drink-beach-with-foam-drinking-straw-with-hills_1268-16577.jpg", imageAlt: "Sarah M." + imageSrc: "http://img.b2bpic.net/free-photo/smiling-caucasian-woman-holding-coffee-drink-beach-with-foam-drinking-straw-with-hills_1268-16577.jpg?_wi=1", imageAlt: "Sarah M." } ]} buttons={[ @@ -134,7 +134,7 @@ export default function LandingPage() { }, { id: 3, - title: "Feel the Difference", description: "Customers don't just taste it — they feel it. Better energy, clearer mind, stronger body. That's the River Blend ritual.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-caucasian-woman-holding-coffee-drink-beach-with-foam-drinking-straw-with-hills_1268-16577.jpg", imageAlt: "Hands holding juice glass in morning light" + title: "Feel the Difference", description: "Customers don't just taste it — they feel it. Better energy, clearer mind, stronger body. That's the River Blend ritual.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-caucasian-woman-holding-coffee-drink-beach-with-foam-drinking-straw-with-hills_1268-16577.jpg?_wi=2", imageAlt: "Hands holding juice glass in morning light" } ]} />