From 45ea7d831257af1ea1b5500ab697c87baa149533 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 5 Jun 2026 22:23:37 +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 80792ca..6b23fb5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -65,7 +65,7 @@ export default function SitePage() { { name: "Michael T.", handle: "@MichaelT", testimonial: "I've tried many, but Nurano's blends are consistently the best. Highly recommend their subscription!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-posing_23-2148497205.jpg", imageAlt: "Michael T." }, { name: "Emily R.", handle: "@EmilyR", testimonial: "Their single-origin selections are a delight. You can truly taste the care in every bean.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-elder-woman-window_329181-14796.jpg", imageAlt: "Emily R." }, { name: "David K.", handle: "@DavidK", testimonial: "Nurano has become my go-to for quality coffee. The freshness is unbeatable!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-with-white-headphones-smoothie-table_1157-2110.jpg", imageAlt: "David K." }, - { name: "Jessica L.", handle: "@JessicaL", testimonial: "The rich, smooth taste of Nurano Coffee is exactly what I look for. Pure perfection!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-girl-holding-coffee-cup-hands_23-2147906459.jpg", imageAlt: "Eve L." } + { name: "Jessica L.", handle: "@JessicaL", testimonial: "The rich, smooth taste of Nurano Coffee is exactly what I look for. Pure perfection!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-girl-holding-coffee-cup-hands_23-2147906459.jpg?_wi=1", imageAlt: "Eve L." } ]} /> @@ -143,7 +143,7 @@ export default function SitePage() { { id: "2", name: "Ben C.", role: "Engineer", company: "Tech Solutions", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/boy-having-beer-restaurant_23-2148172694.jpg", imageAlt: "Ben C." }, { id: "3", name: "Chloe M.", role: "Writer", company: "Wordcraft", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-treat-attractive-fairhaired-female-tasty-strawberr_197531-30921.jpg", imageAlt: "Chloe M." }, { id: "4", name: "Daniel S.", role: "Manager", company: "Growth Inc.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/headshot-pleased-cheerful-african-american-woman-touches-cheeks-closes-eyes-enjoys-pleasant-moment-wears-yellow-raincoat-isolated-blue-background_273609-33937.jpg", imageAlt: "Daniel S." }, - { id: "5", name: "Eve L.", role: "Artist", company: "Art Studio", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-girl-holding-coffee-cup-hands_23-2147906459.jpg", imageAlt: "Eve L." } + { id: "5", name: "Eve L.", role: "Artist", company: "Art Studio", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-girl-holding-coffee-cup-hands_23-2147906459.jpg?_wi=2", imageAlt: "Eve L." } ]} /> -- 2.49.1