From 925ac79ceb687a7dcd375d018b9e2fe67064cae3 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 13:40:00 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a07762f..6291ee2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -58,11 +58,11 @@ export default function LandingPage() { testimonials={[ { name: "Sarah Mitchell", handle: "Coffee Enthusiast", testimonial: "These cups have transformed my morning routine. The quality is unmatched!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/woman-student-greeting-her-professor-laptop-web-video-call_482257-131843.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/woman-student-greeting-her-professor-laptop-web-video-call_482257-131843.jpg?_wi=1" }, { name: "James Chen", handle: "Design Professional", testimonial: "Beautiful craftsmanship. I buy them as gifts for everyone I know.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-afro-american-woman_23-2148332136.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-afro-american-woman_23-2148332136.jpg?_wi=1" } ]} testimonialRotationInterval={5000} @@ -177,11 +177,11 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Emma Richardson", handle: "@emma_lifestyle", testimonial: "I've tried many cup brands, but Marmelad stands out. The quality is exceptional and they look beautiful on my shelf.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/woman-student-greeting-her-professor-laptop-web-video-call_482257-131843.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/woman-student-greeting-her-professor-laptop-web-video-call_482257-131843.jpg?_wi=2" }, { id: "2", name: "David Lopez", handle: "@davidcoffee", testimonial: "Perfect for my morning coffee ritual. These cups have become part of my daily joy. Highly recommend!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-afro-american-woman_23-2148332136.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-afro-american-woman_23-2148332136.jpg?_wi=2" }, { id: "3", name: "Lisa Wong", handle: "@lisadesigns", testimonial: "As a designer, I appreciate the attention to detail. These cups are art you can use every day.", rating: 5, @@ -193,11 +193,11 @@ export default function LandingPage() { }, { id: "5", name: "Sophie Martin", handle: "@sophiestyle", testimonial: "These make the perfect gift. Everyone who receives one absolutely loves it. Worth every penny.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/woman-student-greeting-her-professor-laptop-web-video-call_482257-131843.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/woman-student-greeting-her-professor-laptop-web-video-call_482257-131843.jpg?_wi=3" }, { id: "6", name: "Alex Kumar", handle: "@alexvibes", testimonial: "The craftsmanship is incredible. I feel like I'm holding art with every sip of tea. Simply wonderful.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-afro-american-woman_23-2148332136.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-afro-american-woman_23-2148332136.jpg?_wi=3" } ]} showRating={true} -- 2.49.1