diff --git a/src/app/page.tsx b/src/app/page.tsx index d016cf0..f1deb76 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -135,27 +135,27 @@ export default function CraftCoffeeLanding() { testimonials={[ { id: "1", name: "Sarah Chen", handle: "@sarahlovescoffee", testimonial: "The best latte in town! The baristas really care about their craft. I'm here almost every morning.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-woman_23-2148603029.jpg", imageAlt: "Sarah Chen" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-woman_23-2148603029.jpg?_wi=1", imageAlt: "Sarah Chen" }, { id: "2", name: "James Wilson", handle: "@jamesworks", testimonial: "Perfect spot for remote work with amazing wifi and the most welcoming atmosphere. Coffee's excellent too!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-woman_23-2148603029.jpg", imageAlt: "James Wilson" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-woman_23-2148603029.jpg?_wi=2", imageAlt: "James Wilson" }, { id: "3", name: "Maria Rodriguez", handle: "@mariacooks", testimonial: "The ethically sourced beans really make a difference. You can taste the quality and care in every cup.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-woman_23-2148603029.jpg", imageAlt: "Maria Rodriguez" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-woman_23-2148603029.jpg?_wi=3", imageAlt: "Maria Rodriguez" }, { id: "4", name: "David Kim", handle: "@davidphoto", testimonial: "Great aesthetic, great coffee, great people. This is where I get my creative energy for the day.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-woman_23-2148603029.jpg", imageAlt: "David Kim" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-woman_23-2148603029.jpg?_wi=4", imageAlt: "David Kim" }, { id: "5", name: "Emma Thompson", handle: "@emmabakes", testimonial: "The pastry selection pairs perfectly with their espresso. Supporting local has never tasted this good!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-woman_23-2148603029.jpg", imageAlt: "Emma Thompson" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-woman_23-2148603029.jpg?_wi=5", imageAlt: "Emma Thompson" }, { id: "6", name: "Lucas Patel", handle: "@lucasmeets", testimonial: "My go-to spot for catching up with friends. Cozy vibe, exceptional coffee, and genuinely friendly staff.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-woman_23-2148603029.jpg", imageAlt: "Lucas Patel" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-woman_23-2148603029.jpg?_wi=6", imageAlt: "Lucas Patel" } ]} />