From 85e0747a23a0551476d42d4d8dfe68a5145048d9 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 14:42:41 +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 2b7857a..8c3dee3 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/portrait-teenager-home_23-2149332929.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-teenager-home_23-2149332929.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/portrait-beautiful-redhead-lady_23-2148339146.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-redhead-lady_23-2148339146.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/portrait-teenager-home_23-2149332929.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/portrait-teenager-home_23-2149332929.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/portrait-beautiful-redhead-lady_23-2148339146.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/portrait-beautiful-redhead-lady_23-2148339146.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/medium-shot-man-playing-guitar-home_23-2148912445.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/smiling-family-christmas_1098-834.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/portrait-teenager-home_23-2149332929.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/portrait-teenager-home_23-2149332929.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/portrait-beautiful-redhead-lady_23-2148339146.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/portrait-beautiful-redhead-lady_23-2148339146.jpg?_wi=3", icon: Guitar } ]} /> -- 2.49.1