From a7c69d604010b50814857fb8f2a57d8409ce7007 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 21:02:26 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a03e09d..2bf66fc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -154,16 +154,16 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Sarah Johnson", handle: "@sarahartsketches", testimonial: "I went from stick figures to realistic portraits in just 3 weeks. The step-by-step approach is incredibly clear and the exercises really work. Best investment I've made for my art!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Sarah Johnson"}, + imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=1", imageAlt: "Sarah Johnson"}, { id: "2", name: "Michael Chen", handle: "@michaeldraws", testimonial: "As someone with zero drawing experience, I was nervous. But the ebook breaks everything down so well that I actually understand facial anatomy now. Highly recommended!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-conference-room-thinking-about-future_482257-25787.jpg", imageAlt: "Michael Chen"}, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-conference-room-thinking-about-future_482257-25787.jpg?_wi=1", imageAlt: "Michael Chen"}, { id: "3", name: "Emma Rodriguez", handle: "@emmaartist", testimonial: "The video tutorials combined with the ebook are perfect. I love being able to reference the book while also seeing the techniques in action. Worth every penny!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Emma Rodriguez"}, + imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=2", imageAlt: "Emma Rodriguez"}, { id: "4", name: "David Kim", handle: "@davidsketchart", testimonial: "Finally a resource that explains shading in a way I actually understand! The practice exercises have genuinely improved my work. Can't wait to start the advanced lessons.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-conference-room-thinking-about-future_482257-25787.jpg", imageAlt: "David Kim"}, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-conference-room-thinking-about-future_482257-25787.jpg?_wi=2", imageAlt: "David Kim"}, ]} animationType="slide-up" textboxLayout="default" -- 2.49.1