diff --git a/src/app/page.tsx b/src/app/page.tsx index a11f3ff..15488aa 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -57,15 +57,15 @@ export default function LandingPage() { testimonials={[ { name: "Michael Johnson", handle: "@m_johnson", testimonial: "Best barbershop in town. The attention to detail is incredible, and the atmosphere is so welcoming.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-looking-happy-confident-friendly-offering-handshake-close-deal-cooperating_1194-632587.jpg", imageAlt: "Michael Johnson" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-looking-happy-confident-friendly-offering-handshake-close-deal-cooperating_1194-632587.jpg?_wi=1", imageAlt: "Michael Johnson" }, { name: "David Chen", handle: "@davidchen", testimonial: "I've been coming here for years. The barbers are true professionals who take pride in their craft.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-bearded-black-man-with-crossed-arms-wearing-wool-suit_613910-1866.jpg", imageAlt: "David Chen" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-bearded-black-man-with-crossed-arms-wearing-wool-suit_613910-1866.jpg?_wi=1", imageAlt: "David Chen" }, { name: "James Wilson", handle: "@jamesstylist", testimonial: "Finally found a barber who understands exactly what I want. Highly recommended for anyone serious about grooming.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-young-businessman-looking-camera_23-2147839978.jpg", imageAlt: "James Wilson" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-young-businessman-looking-camera_23-2147839978.jpg?_wi=1", imageAlt: "James Wilson" } ]} background={{ variant: "radial-gradient" }} @@ -134,15 +134,15 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Marcus Thompson", role: "Regular Client", company: "Dunamis Member", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-looking-happy-confident-friendly-offering-handshake-close-deal-cooperating_1194-632587.jpg", imageAlt: "Marcus Thompson" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-looking-happy-confident-friendly-offering-handshake-close-deal-cooperating_1194-632587.jpg?_wi=2", imageAlt: "Marcus Thompson" }, { id: "2", name: "Robert Garcia", role: "Loyal Customer", company: "Dunamis Member", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-bearded-black-man-with-crossed-arms-wearing-wool-suit_613910-1866.jpg", imageAlt: "Robert Garcia" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-bearded-black-man-with-crossed-arms-wearing-wool-suit_613910-1866.jpg?_wi=2", imageAlt: "Robert Garcia" }, { id: "3", name: "Christopher Lee", role: "Satisfied Client", company: "Dunamis Member", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-young-businessman-looking-camera_23-2147839978.jpg", imageAlt: "Christopher Lee" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-young-businessman-looking-camera_23-2147839978.jpg?_wi=2", imageAlt: "Christopher Lee" }, { id: "4", name: "Anthony Rodriguez", role: "Returning Customer", company: "Dunamis Member", rating: 5,