3 Commits

Author SHA1 Message Date
e129a1fa8d Update src/app/page.tsx 2026-03-10 20:50:53 +00:00
b58f3b31cd Merge version_2 into main
Merge version_2 into main
2026-03-10 20:47:00 +00:00
1757e56183 Merge version_2 into main
Merge version_2 into main
2026-03-10 20:45:56 +00:00

View File

@@ -262,15 +262,15 @@ export default function HomePage() {
animationType="slide-up" animationType="slide-up"
testimonials={[ 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"}, 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() {
</div> </div>
</ThemeProvider> </ThemeProvider>
); );
} }