From f1afa09512f2b2becaa8201e01e510027b8078ee Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 14:25:31 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 11566df..c695d23 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -166,6 +166,14 @@ export default function LandingPage() { { id: "4", name: "David Kim", handle: "@dkim", testimonial: "Customer service went above and beyond to help me. They truly care about their customers' satisfaction.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/authentic-book-club-scene_23-2150104578.jpg", imageAlt: "David Kim" + }, + { + id: "5", name: "Jessica Williams", handle: "@jessicaw", testimonial: "The quality of these products is unmatched. I've tried several competitors, but nothing compares. Highly recommended!", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/headshot-cute-emotional-caucasian-girl-with-hair-knot-having-rest-cafe_273609-9038.jpg", imageAlt: "Jessica Williams" + }, + { + id: "6", name: "Robert Martinez", handle: "@rmartinez", testimonial: "Excellent service and reasonable prices. I saved so much with your free shipping offer. Will definitely shop here again!", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-joyful-bearded-guy-posing-indoors_74855-2696.jpg", imageAlt: "Robert Martinez" } ]} showRating={true} @@ -218,4 +226,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1