From b881e8b934d87391e27e735fc1c0e78381eb40ed Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 01:32:34 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6b8e183..52c39f3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -141,12 +141,12 @@ export default function LandingPage() { tagIcon={MessageCircle} tagAnimation="slide-up" testimonials={[ - { id: "1", name: "Jennifer Park", handle: "CEO, TechVenture Inc.", testimonial: "Masson Consulting's strategic guidance transformed our business model and increased our market share by 40%. Their team's expertise and collaborative approach were invaluable.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg", imageAlt: "professional portrait business headshot client testimonial" }, - { id: "2", name: "Thomas Mueller", handle: "COO, Global Manufacturing", testimonial: "We achieved significant operational efficiency gains through their optimization recommendations. The ROI was delivered in the first year of implementation.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg", imageAlt: "executive portrait business professional client testimonial" }, + { id: "1", name: "Jennifer Park", handle: "CEO, TechVenture Inc.", testimonial: "Masson Consulting's strategic guidance transformed our business model and increased our market share by 40%. Their team's expertise and collaborative approach were invaluable.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg?_wi=1", imageAlt: "professional portrait business headshot client testimonial" }, + { id: "2", name: "Thomas Mueller", handle: "COO, Global Manufacturing", testimonial: "We achieved significant operational efficiency gains through their optimization recommendations. The ROI was delivered in the first year of implementation.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg?_wi=1", imageAlt: "executive portrait business professional client testimonial" }, { id: "3", name: "Priya Sharma", handle: "VP Strategy, FinTech Solutions", testimonial: "The digital transformation consulting was exactly what we needed. Their insights helped us modernize our infrastructure and improve customer experience dramatically.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg", imageAlt: "business woman professional headshot client testimonial" }, - { id: "4", name: "Robert Anderson", handle: "President, Healthcare Network", testimonial: "Exceptional team that truly understands the complexities of healthcare operations. They delivered a comprehensive strategic roadmap that exceeded our expectations.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg", imageAlt: "business person professional portrait client testimonial" }, - { id: "5", name: "Maria Gonzalez", handle: "Founder, Sustainable Ventures", testimonial: "Their innovation consulting helped us identify new revenue streams and pivot our business model. Highly professional and results-oriented team.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg", imageAlt: "professional avatar business consultant client testimonial" }, - { id: "6", name: "James Zhou", handle: "CTO, Enterprise Software", testimonial: "Outstanding insights on technology strategy and organizational change management. They made complex challenges manageable and actionable.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg", imageAlt: "executive avatar business professional client testimonial" }, + { id: "4", name: "Robert Anderson", handle: "President, Healthcare Network", testimonial: "Exceptional team that truly understands the complexities of healthcare operations. They delivered a comprehensive strategic roadmap that exceeded our expectations.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg?_wi=2", imageAlt: "business person professional portrait client testimonial" }, + { id: "5", name: "Maria Gonzalez", handle: "Founder, Sustainable Ventures", testimonial: "Their innovation consulting helped us identify new revenue streams and pivot our business model. Highly professional and results-oriented team.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg?_wi=2", imageAlt: "professional avatar business consultant client testimonial" }, + { id: "6", name: "James Zhou", handle: "CTO, Enterprise Software", testimonial: "Outstanding insights on technology strategy and organizational change management. They made complex challenges manageable and actionable.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg?_wi=3", imageAlt: "executive avatar business professional client testimonial" }, ]} animationType="slide-up" textboxLayout="default" -- 2.49.1