From d20dedf87750ae9c8f164996d0cb216f0b3ed26f Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 15:52:36 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2141d2b..062ed44 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -57,11 +57,11 @@ export default function LandingPage() { testimonials={[ { name: "Emma Wilson", handle: "Piano Student", testimonial: "I went from complete beginner to playing full pieces in just a few months!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/dreamy-cute-smiling-woman-glasses-exhange-student-walking-along-campus-holding-totebag-looking-camera-carefree-joyful-concept-youth-modern-generation-career_197531-30538.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/dreamy-cute-smiling-woman-glasses-exhange-student-walking-along-campus-holding-totebag-looking-camera-carefree-joyful-concept-youth-modern-generation-career_197531-30538.jpg?_wi=1" }, { name: "Marcus Chen", handle: "Guitar Learner", testimonial: "The personalized approach made all the difference in my learning journey.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/headshot-smiling-dark-skinned-woman-with-perfect-teeth-has-rest-outdoor-enjoys-rural-calm-atmosphere-looks-directly-dressed-casually-people_273609-18067.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/headshot-smiling-dark-skinned-woman-with-perfect-teeth-has-rest-outdoor-enjoys-rural-calm-atmosphere-looks-directly-dressed-casually-people_273609-18067.jpg?_wi=1" } ]} /> @@ -128,10 +128,10 @@ export default function LandingPage() { useInvertedBackground={true} testimonials={[ { - id: "1", name: "Sarah Johnson", role: "Adult Piano Student", testimonial: "I always wanted to learn piano but thought it was too late. The patient and encouraging instruction proved me wrong!", imageSrc: "http://img.b2bpic.net/free-photo/dreamy-cute-smiling-woman-glasses-exhange-student-walking-along-campus-holding-totebag-looking-camera-carefree-joyful-concept-youth-modern-generation-career_197531-30538.jpg", icon: Music + id: "1", name: "Sarah Johnson", role: "Adult Piano Student", testimonial: "I always wanted to learn piano but thought it was too late. The patient and encouraging instruction proved me wrong!", imageSrc: "http://img.b2bpic.net/free-photo/dreamy-cute-smiling-woman-glasses-exhange-student-walking-along-campus-holding-totebag-looking-camera-carefree-joyful-concept-youth-modern-generation-career_197531-30538.jpg?_wi=2", icon: Music }, { - id: "2", name: "Michael Torres", role: "Teen Guitar Student", testimonial: "The structured lessons combined with freedom to explore genres I love kept me motivated and excited to practice.", imageSrc: "http://img.b2bpic.net/free-photo/headshot-smiling-dark-skinned-woman-with-perfect-teeth-has-rest-outdoor-enjoys-rural-calm-atmosphere-looks-directly-dressed-casually-people_273609-18067.jpg", icon: Guitar + id: "2", name: "Michael Torres", role: "Teen Guitar Student", testimonial: "The structured lessons combined with freedom to explore genres I love kept me motivated and excited to practice.", imageSrc: "http://img.b2bpic.net/free-photo/headshot-smiling-dark-skinned-woman-with-perfect-teeth-has-rest-outdoor-enjoys-rural-calm-atmosphere-looks-directly-dressed-casually-people_273609-18067.jpg?_wi=2", icon: Guitar }, { id: "3", name: "Jessica Liu", role: "Voice Student", testimonial: "Working with a professional who understands vocal technique has transformed my confidence and range dramatically.", imageSrc: "http://img.b2bpic.net/free-photo/woman-playing-her-guitar_23-2147782196.jpg", icon: Mic2 @@ -140,10 +140,10 @@ export default function LandingPage() { id: "4", name: "David Anderson", role: "Parent of Student", testimonial: "Not only did our daughter learn music, but she also gained confidence and discipline that improved her in school.", imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-hispanic-business-person_23-2151098593.jpg", icon: Award }, { - id: "5", name: "Rachel Kim", role: "Advanced Piano Student", testimonial: "The personalized curriculum met me exactly where I was and pushed me to achieve goals I thought were impossible.", imageSrc: "http://img.b2bpic.net/free-photo/dreamy-cute-smiling-woman-glasses-exhange-student-walking-along-campus-holding-totebag-looking-camera-carefree-joyful-concept-youth-modern-generation-career_197531-30538.jpg", icon: Music + id: "5", name: "Rachel Kim", role: "Advanced Piano Student", testimonial: "The personalized curriculum met me exactly where I was and pushed me to achieve goals I thought were impossible.", imageSrc: "http://img.b2bpic.net/free-photo/dreamy-cute-smiling-woman-glasses-exhange-student-walking-along-campus-holding-totebag-looking-camera-carefree-joyful-concept-youth-modern-generation-career_197531-30538.jpg?_wi=3", icon: Music }, { - id: "6", name: "James Wilson", role: "Beginner Guitar Student", testimonial: "Every lesson builds perfectly on the last. The structured yet flexible approach is exactly what I needed.", imageSrc: "http://img.b2bpic.net/free-photo/headshot-smiling-dark-skinned-woman-with-perfect-teeth-has-rest-outdoor-enjoys-rural-calm-atmosphere-looks-directly-dressed-casually-people_273609-18067.jpg", icon: Guitar + id: "6", name: "James Wilson", role: "Beginner Guitar Student", testimonial: "Every lesson builds perfectly on the last. The structured yet flexible approach is exactly what I needed.", imageSrc: "http://img.b2bpic.net/free-photo/headshot-smiling-dark-skinned-woman-with-perfect-teeth-has-rest-outdoor-enjoys-rural-calm-atmosphere-looks-directly-dressed-casually-people_273609-18067.jpg?_wi=3", icon: Guitar } ]} /> -- 2.49.1