diff --git a/src/app/page.tsx b/src/app/page.tsx index 1318149..cd2f3f6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -262,15 +262,15 @@ export default function HomePage() { animationType="slide-up" testimonials={[ { - id: "1", name: "Sarah Mitchell", handle: "Marketing Manager, TechCorp NZ", testimonial: "TLC LIVE goes way beyond a supplier—they're strategic partners. Turned our merchandise programme from transactional to truly impactful.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-content-pretty-businesswoman-glasses_1262-1740.jpg", imageAlt: "Sarah Mitchell"}, + id: "1", name: "Emma Rodriguez", handle: "HR Director, CloudSync Solutions", testimonial: "The employee rewards programme TLC LIVE designed has boosted morale and engagement measurably. Best decision we made.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-holding-bottle-beer-after-work-office-fun-activity-with-colleagues-cheerful-person-drinking-alcoholic-beverage-while-celebrating-with-friends-after-hours_482257-27455.jpg", imageAlt: "Emma Rodriguez"}, { - id: "2", name: "James Chen", handle: "Operations Director, Innovate Group", testimonial: "Their attention to quality and detail is exceptional. Every product feels premium, and their turnaround times are unbeatable.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-business-leader-window_1262-5674.jpg", imageAlt: "James Chen"}, + id: "2", name: "Lisa Thompson", handle: "Sales & Marketing, Meridian Group", testimonial: "The custom e-store platform they built for our franchise network has transformed how our partners order and engage.", imageSrc: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081912.jpg", imageAlt: "Lisa Thompson"}, { - id: "3", name: "Emma Rodriguez", handle: "HR Director, CloudSync Solutions", testimonial: "The employee rewards programme TLC LIVE designed has boosted morale and engagement measurably. Best decision we made.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-holding-bottle-beer-after-work-office-fun-activity-with-colleagues-cheerful-person-drinking-alcoholic-beverage-while-celebrating-with-friends-after-hours_482257-27455.jpg", imageAlt: "Emma Rodriguez"}, + id: "3", name: "Sarah Mitchell", handle: "Marketing Manager, TechCorp NZ", testimonial: "TLC LIVE goes way beyond a supplier—they're strategic partners. Turned our merchandise programme from transactional to truly impactful.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-content-pretty-businesswoman-glasses_1262-1740.jpg", imageAlt: "Sarah Mitchell"}, { - id: "4", name: "Michael Park", handle: "Brand Manager, Velocity Capital", testimonial: "From concept to delivery—seamless. Their team understood our brand values instantly and delivered exactly what we needed.", imageSrc: "http://img.b2bpic.net/free-photo/solar-panels-industry-technician-high-tech-factory-inspection-quality-control-production_482257-132256.jpg", imageAlt: "Michael Park"}, + id: "4", name: "James Chen", handle: "Operations Director, Innovate Group", testimonial: "Their attention to quality and detail is exceptional. Every product feels premium, and their turnaround times are unbeatable.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-business-leader-window_1262-5674.jpg", imageAlt: "James Chen"}, { - id: "5", name: "Lisa Thompson", handle: "Sales & Marketing, Meridian Group", testimonial: "The custom e-store platform they built for our franchise network has transformed how our partners order and engage.", imageSrc: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081912.jpg", imageAlt: "Lisa Thompson"}, + id: "5", name: "Michael Park", handle: "Brand Manager, Velocity Capital", testimonial: "From concept to delivery—seamless. Their team understood our brand values instantly and delivered exactly what we needed.", imageSrc: "http://img.b2bpic.net/free-photo/solar-panels-industry-technician-high-tech-factory-inspection-quality-control-production_482257-132256.jpg", imageAlt: "Michael Park"}, { id: "6", name: "David Foster", handle: "Procurement Manager, Ascent Ventures", testimonial: "Professional, friendly, efficient. TLC LIVE makes procurement feel elevated rather than bureaucratic. Highly recommended.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-cozy-office_23-2149739353.jpg", imageAlt: "David Foster"}, ]} @@ -296,4 +296,4 @@ export default function HomePage() { ); -} \ No newline at end of file +}