From 499742557b2cbd408fbe549a9f00d97fdfb5d77c Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 04:06:25 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a09d4b5..d7650d2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -143,16 +143,16 @@ export default function LandingPage() { animationType="slide-up" testimonials={[ { - id: "1", name: "Sarah Johnson", role: "Event Director", testimonial: "Nexpert transformed how we manage conferences. From registration to analytics, everything is streamlined. We've reduced event setup time by 70% and attendee satisfaction is at an all-time high.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "Sarah Johnson" + id: "1", name: "Sarah Johnson", role: "Event Director", testimonial: "Nexpert transformed how we manage conferences. From registration to analytics, everything is streamlined. We've reduced event setup time by 70% and attendee satisfaction is at an all-time high.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=1", imageAlt: "Sarah Johnson" }, { - id: "2", name: "Michael Chen", role: "Community Manager", testimonial: "The dual-dashboard approach is brilliant. Our organizers love the simplicity, and attendees consistently mention how easy it is to discover and register for events. Best investment we've made.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "Michael Chen" + id: "2", name: "Michael Chen", role: "Community Manager", testimonial: "The dual-dashboard approach is brilliant. Our organizers love the simplicity, and attendees consistently mention how easy it is to discover and register for events. Best investment we've made.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=2", imageAlt: "Michael Chen" }, { - id: "3", name: "Emily Rodriguez", role: "Marketing Lead", testimonial: "Nexpert's analytics gave us insights we never had before. We can now track attendee behavior, optimize event timing, and prove ROI to stakeholders. The platform pays for itself.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "Emily Rodriguez" + id: "3", name: "Emily Rodriguez", role: "Marketing Lead", testimonial: "Nexpert's analytics gave us insights we never had before. We can now track attendee behavior, optimize event timing, and prove ROI to stakeholders. The platform pays for itself.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=3", imageAlt: "Emily Rodriguez" }, { - id: "4", name: "David Kim", role: "Founder", testimonial: "I've tried six different event platforms. Nexpert is the only one that truly understands both sides of the equation. My organizers and attendees are happier, and that's what matters most.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "David Kim" + id: "4", name: "David Kim", role: "Founder", testimonial: "I've tried six different event platforms. Nexpert is the only one that truly understands both sides of the equation. My organizers and attendees are happier, and that's what matters most.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=4", imageAlt: "David Kim" } ]} /> -- 2.49.1