diff --git a/src/app/page.tsx b/src/app/page.tsx index f60cce7..b8b9929 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,15 +52,15 @@ export default function LandingPage() { testimonials={[ { name: "Maria Johnson", handle: "Local Client", testimonial: "Best massage experience I've had! The therapists are incredibly skilled and the atmosphere is so calming.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-adult-woman-leaning-wall_1262-1759.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-adult-woman-leaning-wall_1262-1759.jpg?_wi=1" }, { name: "David Chen", handle: "Regular Customer", testimonial: "My stress melts away within minutes. Tokyo Massage has become my go-to wellness destination.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=1" }, { name: "Sarah Williams", handle: "Recurring Client", testimonial: "Professional, welcoming, and life-changing. I recommend Tokyo Massage to everyone!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-adult-woman-leaning-wall_1262-1759.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-adult-woman-leaning-wall_1262-1759.jpg?_wi=2" } ]} buttons={[ @@ -137,16 +137,16 @@ export default function LandingPage() { description="See why hundreds of locals trust Tokyo Massage Spa for their wellness and healing journey." testimonials={[ { - id: "1", title: "Life-Changing Wellness Experience", quote: "I've been coming to Tokyo Massage for six months now, and it has completely transformed my relationship with stress management. The therapists genuinely care about your wellbeing.", name: "Maria Johnson", role: "Local Business Owner", imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-adult-woman-leaning-wall_1262-1759.jpg" + id: "1", title: "Life-Changing Wellness Experience", quote: "I've been coming to Tokyo Massage for six months now, and it has completely transformed my relationship with stress management. The therapists genuinely care about your wellbeing.", name: "Maria Johnson", role: "Local Business Owner", imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-adult-woman-leaning-wall_1262-1759.jpg?_wi=3" }, { - id: "2", title: "Professional & Welcoming", quote: "From the moment I walked in, I felt welcome and cared for. The expertise of the therapists is unmatched in Yuma. I recommend them to all my friends.", name: "David Chen", role: "Fitness Enthusiast", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg" + id: "2", title: "Professional & Welcoming", quote: "From the moment I walked in, I felt welcome and cared for. The expertise of the therapists is unmatched in Yuma. I recommend them to all my friends.", name: "David Chen", role: "Fitness Enthusiast", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=2" }, { - id: "3", title: "Finally Found Relief", quote: "Chronic back pain has been my constant companion for years. After my first session at Tokyo Massage, I felt immediate relief. Game changer!", name: "Sarah Williams", role: "Healthcare Professional", imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-adult-woman-leaning-wall_1262-1759.jpg" + id: "3", title: "Finally Found Relief", quote: "Chronic back pain has been my constant companion for years. After my first session at Tokyo Massage, I felt immediate relief. Game changer!", name: "Sarah Williams", role: "Healthcare Professional", imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-adult-woman-leaning-wall_1262-1759.jpg?_wi=4" }, { - id: "4", title: "Worth Every Penny", quote: "Affordable luxury! The quality of service at Tokyo Massage is exceptional. I've tried many spas, and this is genuinely the best experience.", name: "James Rodriguez", role: "Retired Executive", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg" + id: "4", title: "Worth Every Penny", quote: "Affordable luxury! The quality of service at Tokyo Massage is exceptional. I've tried many spas, and this is genuinely the best experience.", name: "James Rodriguez", role: "Retired Executive", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=3" } ]} textboxLayout="default"