Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-04 03:56:40 +00:00

View File

@@ -54,7 +54,7 @@ export default function LandingPage() {
testimonials={[
{
name: "Sarah Johnson", handle: "CEO, TechCorp", testimonial: "EventPro orchestrated our annual conference flawlessly. Exceptional attention to detail and professional execution.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg", imageAlt: "Sarah Johnson"
imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg?_wi=1", imageAlt: "Sarah Johnson"
},
{
name: "Michael Chen", handle: "Director, Global Events", testimonial: "Their expertise in government advocacy events is unmatched. Highly recommended for corporate clients.", rating: 5,
@@ -62,7 +62,7 @@ export default function LandingPage() {
},
{
name: "Emily Rodriguez", handle: "Marketing Director, BrandCo", testimonial: "Innovative brand activation campaigns that drove real engagement and results. True professionals.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg", imageAlt: "Emily Rodriguez"
imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg?_wi=2", imageAlt: "Emily Rodriguez"
}
]}
testimonialRotationInterval={5000}