Update src/app/page.tsx

This commit is contained in:
2026-03-21 04:16:13 +00:00
parent 32460b3ba7
commit d33a66c7fe

View File

@@ -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"
}
]}
/>