From 9c83de680dd6e9092d3d360b0b57090c6e4b38db Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Mar 2026 12:59:16 +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 5761fb8..f96e459 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -210,27 +210,27 @@ export default function LandingPage() { testimonials={[ { id: "testimonial-1", name: "James Wilson", role: "Executive", company: "Tech Startup", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3633.jpg", imageAlt: "James Wilson testimonial" + imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3633.jpg", imageAlt: "James Wilson - Best barber shop in the city!" }, { id: "testimonial-2", name: "David Rodriguez", role: "Marketing Director", company: "Brand Agency", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-young-elegant-man-smiling_23-2148332976.jpg", imageAlt: "David Rodriguez testimonial" + imageSrc: "http://img.b2bpic.net/free-photo/happy-young-elegant-man-smiling_23-2148332976.jpg", imageAlt: "David Rodriguez - Exceptional service every time!" }, { id: "testimonial-3", name: "Marcus Thompson", role: "Entrepreneur", company: "Creative Studio", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1614.jpg", imageAlt: "Marcus Thompson testimonial" + imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1614.jpg", imageAlt: "Marcus Thompson - Transformed my entire look!" }, { id: "testimonial-4", name: "Alex Kim", role: "Designer", company: "Design Firm", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/contemplated-serious-young-man-looking-camera_23-2148130297.jpg", imageAlt: "Alex Kim testimonial" + imageSrc: "http://img.b2bpic.net/free-photo/contemplated-serious-young-man-looking-camera_23-2148130297.jpg", imageAlt: "Alex Kim - 5-star precision and professionalism!" }, { id: "testimonial-5", name: "Ryan Patterson", role: "Consultant", company: "Business Solutions", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3796.jpg", imageAlt: "Ryan Patterson testimonial" + imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3796.jpg", imageAlt: "Ryan Patterson - Worth every penny!" }, { id: "testimonial-6", name: "Chris Anderson", role: "Real Estate Agent", company: "Prime Properties", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-businessman-wearing-glasses_329181-745.jpg", imageAlt: "Chris Anderson testimonial" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-businessman-wearing-glasses_329181-745.jpg", imageAlt: "Chris Anderson - My go-to spot for premium cuts!" } ]} kpiItems={[ -- 2.49.1