From 906cc18575e28435ffccb5e9bfad72722016e604 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 21:12:08 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 33 +++++++++++++++++++++------------ 1 file changed, 21 insertions(+), 12 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index dcd46e5..b11cccf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -63,7 +63,8 @@ export default function LandingPage() { @@ -122,17 +125,23 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", name: "Sarah Johnson", handle: "CEO, TechCorp", testimonial: "Iceberackercalls has revolutionized how we manage customer communications. The platform is intuitive, reliable, and has increased our efficiency by 40%.", imageSrc: "http://img.b2bpic.net/free-photo/business-woman-banner-concept-with-copy-space_23-2149601533.jpg", imageAlt: "Sarah Johnson"}, + id: "1", name: "Sarah Johnson", handle: "CEO, TechCorp", testimonial: "Iceberackercalls has revolutionized how we manage customer communications. The platform is intuitive, reliable, and has increased our efficiency by 40%.", imageSrc: "http://img.b2bpic.net/free-photo/business-woman-banner-concept-with-copy-space_23-2149601533.jpg", imageAlt: "Sarah Johnson" + }, { - id: "2", name: "Michael Chen", handle: "Operations Director, Global Solutions", testimonial: "The analytics features are phenomenal. We can now track every call metric and optimize our team performance with data-driven insights.", imageSrc: "http://img.b2bpic.net/free-photo/content-senior-businessman-with-arms-crossed_1262-1790.jpg", imageAlt: "Michael Chen"}, + id: "2", name: "Michael Chen", handle: "Operations Director, Global Solutions", testimonial: "The analytics features are phenomenal. We can now track every call metric and optimize our team performance with data-driven insights.", imageSrc: "http://img.b2bpic.net/free-photo/content-senior-businessman-with-arms-crossed_1262-1790.jpg", imageAlt: "Michael Chen" + }, { - id: "3", name: "Emily Rodriguez", handle: "Customer Success Lead, StartupXYZ", testimonial: "The 24/7 support team went above and beyond to help us implement the system. Exceptional service and product.", imageSrc: "http://img.b2bpic.net/free-photo/modern-businesswoman_23-2148012912.jpg", imageAlt: "Emily Rodriguez"}, + id: "3", name: "Emily Rodriguez", handle: "Customer Success Lead, StartupXYZ", testimonial: "The 24/7 support team went above and beyond to help us implement the system. Exceptional service and product.", imageSrc: "http://img.b2bpic.net/free-photo/modern-businesswoman_23-2148012912.jpg", imageAlt: "Emily Rodriguez" + }, { - id: "4", name: "David Kim", handle: "VP Sales, Enterprise Inc", testimonial: "Integration with our existing CRM was seamless. Iceberackercalls fits perfectly into our workflow without any disruption.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-gay-official-suit-looking-camera-front-view-bearded-caucasian-man-smiling-camera-getting-dressed-wedding-ceremony-with-lover-lgbt-love-marriage-concept_74855-22937.jpg", imageAlt: "David Kim"}, + id: "4", name: "David Kim", handle: "VP Sales, Enterprise Inc", testimonial: "Integration with our existing CRM was seamless. Iceberackercalls fits perfectly into our workflow without any disruption.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-gay-official-suit-looking-camera-front-view-bearded-caucasian-man-smiling-camera-getting-dressed-wedding-ceremony-with-lover-lgbt-love-marriage-concept_74855-22937.jpg", imageAlt: "David Kim" + }, { - id: "5", name: "Jessica Martinez", handle: "Business Development, Growth Co", testimonial: "Outstanding platform with excellent ROI. Our team loves it, and our customers benefit from faster, smarter call handling.", imageSrc: "http://img.b2bpic.net/free-photo/modern-businesswoman_23-2148012909.jpg", imageAlt: "Jessica Martinez"}, + id: "5", name: "Jessica Martinez", handle: "Business Development, Growth Co", testimonial: "Outstanding platform with excellent ROI. Our team loves it, and our customers benefit from faster, smarter call handling.", imageSrc: "http://img.b2bpic.net/free-photo/modern-businesswoman_23-2148012909.jpg", imageAlt: "Jessica Martinez" + }, { - id: "6", name: "Robert Thompson", handle: "Director of IT, Innovation Labs", testimonial: "The security features and compliance standards are top-notch. We trust Iceberackercalls with our critical communications.", imageSrc: "http://img.b2bpic.net/free-photo/serious-face-young-businessman-looking-up_1262-5526.jpg", imageAlt: "Robert Thompson"}, + id: "6", name: "Robert Thompson", handle: "Director of IT, Innovation Labs", testimonial: "The security features and compliance standards are top-notch. We trust Iceberackercalls with our critical communications.", imageSrc: "http://img.b2bpic.net/free-photo/serious-face-young-businessman-looking-up_1262-5526.jpg", imageAlt: "Robert Thompson" + }, ]} animationType="slide-up" speed={40} -- 2.49.1