From 60e580c157757d150d627b3588bf601137bbe2b4 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 07:04:33 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c6bdf02..e6e374c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -135,17 +135,17 @@ export default function LandingPage() { animationType="slide-up" testimonials={[ { - id: "1", name: "Sarah Johnson", handle: "CEO, TechVenture Inc", testimonial: "Emnion completely transformed our marketing strategy. Their insights and execution elevated our brand visibility and doubled our leads within six months.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Sarah Johnson"}, + id: "1", name: "Sarah Johnson", handle: "CEO, TechVenture Inc", testimonial: "Emnion completely transformed our marketing strategy. Their insights and execution elevated our brand visibility and doubled our leads within six months.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Sarah Johnson"}, { - id: "2", name: "Michael Chen", handle: "Marketing Director, GrowthCo", testimonial: "Working with Emnion was a game-changer. Their team's strategic thinking and creative execution delivered exceptional results that exceeded our expectations.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Michael Chen"}, + id: "2", name: "Michael Chen", handle: "Marketing Director, GrowthCo", testimonial: "Working with Emnion was a game-changer. Their team's strategic thinking and creative execution delivered exceptional results that exceeded our expectations.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Michael Chen"}, { - id: "3", name: "Emily Rodriguez", handle: "Founder, Digital Ventures", testimonial: "The team at Emnion brings expertise, professionalism, and genuine partnership. They don't just execute campaigns—they become part of your success story.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Emily Rodriguez"}, + id: "3", name: "Emily Rodriguez", handle: "Founder, Digital Ventures", testimonial: "The team at Emnion brings expertise, professionalism, and genuine partnership. They don't just execute campaigns—they become part of your success story.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Emily Rodriguez"}, { - id: "4", name: "David Kim", handle: "COO, InnovateLab", testimonial: "Emnion's data-driven approach and creative excellence helped us achieve a 300% increase in customer acquisition. Highly recommended.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "David Kim"}, + id: "4", name: "David Kim", handle: "COO, InnovateLab", testimonial: "Emnion's data-driven approach and creative excellence helped us achieve a 300% increase in customer acquisition. Highly recommended.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "David Kim"}, { - id: "5", name: "Jessica Martinez", handle: "VP Marketing, StartupXYZ", testimonial: "Their strategic insights transformed how we approach marketing. The ROI speaks for itself—best investment we made this year.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Jessica Martinez"}, + id: "5", name: "Jessica Martinez", handle: "VP Marketing, StartupXYZ", testimonial: "Their strategic insights transformed how we approach marketing. The ROI speaks for itself—best investment we made this year.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=5", imageAlt: "Jessica Martinez"}, { - id: "6", name: "James Wilson", handle: "CEO, Enterprise Solutions", testimonial: "Emnion delivered a comprehensive strategy that positioned us as market leaders. Their team's dedication and expertise are unmatched.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "James Wilson"}, + id: "6", name: "James Wilson", handle: "CEO, Enterprise Solutions", testimonial: "Emnion delivered a comprehensive strategy that positioned us as market leaders. Their team's dedication and expertise are unmatched.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=6", imageAlt: "James Wilson"}, ]} speed={40} /> @@ -194,7 +194,7 @@ export default function LandingPage() { { id: "6", title: "How often should I expect communication?", content: "We provide weekly check-ins during active campaigns, monthly performance reports, and quarterly strategy reviews. You'll have direct access to your account manager for ongoing communication."}, ]} - imageSrc="http://img.b2bpic.net/free-photo/happy-young-businesswoman-talking-mobile-phone-cafe_1262-20247.jpg" + imageSrc="http://img.b2bpic.net/free-photo/happy-young-businesswoman-talking-mobile-phone-cafe_1262-20247.jpg?_wi=1" imageAlt="Team collaboration and support" mediaPosition="left" /> @@ -212,7 +212,7 @@ export default function LandingPage() { ]} textarea={{ name: "message", placeholder: "Tell us about your marketing goals and challenges...", rows: 5, required: true }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/happy-young-businesswoman-talking-mobile-phone-cafe_1262-20247.jpg" + imageSrc="http://img.b2bpic.net/free-photo/happy-young-businesswoman-talking-mobile-phone-cafe_1262-20247.jpg?_wi=2" imageAlt="Professional consultation" mediaAnimation="slide-up" mediaPosition="right" -- 2.49.1