From 93dcf55b43f39ca5104dcb8cef71f81a3f28a5bf Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 15:39:15 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 80373f4..7677a0c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -60,13 +60,13 @@ export default function LandingPage() { testimonials={[ { name: "James Mitchell", handle: "Fashion Enthusiast", testimonial: "Brend Wear changed my wardrobe. The quality and style are unmatched.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1"}, { name: "David Chen", handle: "Tech Professional", testimonial: "Finally, clothing that works for both office and casual settings.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-conference-room-thinking-about-future_482257-25787.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-conference-room-thinking-about-future_482257-25787.jpg?_wi=1"}, { name: "Marcus Johnson", handle: "Creative Director", testimonial: "Exceptional attention to detail. Every piece feels premium.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-cheerful-student-guy-standing-pale-outdoor-wall_74855-4289.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/happy-cheerful-student-guy-standing-pale-outdoor-wall_74855-4289.jpg?_wi=1"}, ]} testimonialRotationInterval={5000} /> @@ -158,13 +158,13 @@ export default function LandingPage() { animationType="slide-up" testimonials={[ { - id: "1", name: "James Mitchell", role: "Fashion Enthusiast", testimonial: "Brend Wear has completely transformed my wardrobe. The quality is exceptional and the style is exactly what I've been looking for.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "James Mitchell"}, + id: "1", name: "James Mitchell", role: "Fashion Enthusiast", testimonial: "Brend Wear has completely transformed my wardrobe. The quality is exceptional and the style is exactly what I've been looking for.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "James Mitchell"}, { - id: "2", name: "David Chen", role: "Tech Professional", testimonial: "Finally found clothing that works for both my office meetings and casual weekends. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-conference-room-thinking-about-future_482257-25787.jpg", imageAlt: "David Chen"}, + id: "2", name: "David Chen", role: "Tech Professional", testimonial: "Finally found clothing that works for both my office meetings and casual weekends. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-conference-room-thinking-about-future_482257-25787.jpg?_wi=2", imageAlt: "David Chen"}, { - id: "3", name: "Marcus Johnson", role: "Creative Director", testimonial: "The attention to detail is remarkable. Every piece feels premium and fits perfectly.", imageSrc: "http://img.b2bpic.net/free-photo/happy-cheerful-student-guy-standing-pale-outdoor-wall_74855-4289.jpg", imageAlt: "Marcus Johnson"}, + id: "3", name: "Marcus Johnson", role: "Creative Director", testimonial: "The attention to detail is remarkable. Every piece feels premium and fits perfectly.", imageSrc: "http://img.b2bpic.net/free-photo/happy-cheerful-student-guy-standing-pale-outdoor-wall_74855-4289.jpg?_wi=2", imageAlt: "Marcus Johnson"}, { - id: "4", name: "Alex Rodriguez", role: "Fitness Coach", testimonial: "Great fit, comfortable all day, and looks sharp. Brend Wear is my go-to brand now.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Alex Rodriguez"}, + id: "4", name: "Alex Rodriguez", role: "Fitness Coach", testimonial: "Great fit, comfortable all day, and looks sharp. Brend Wear is my go-to brand now.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Alex Rodriguez"}, { id: "5", name: "Ryan Thompson", role: "Entrepreneur", testimonial: "Best investment in my wardrobe. Quality that lasts, style that never goes out of fashion.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-man_1268-21877.jpg", imageAlt: "Ryan Thompson"}, { -- 2.49.1