diff --git a/src/app/page.tsx b/src/app/page.tsx index d306fce..621796c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -134,17 +134,17 @@ export default function LandingPage() { tag="Testimonials" testimonials={[ { - id: "1", name: "James Mitchell", role: "Homeowner", testimonial: "Pelican Pest Control solved our termite problem quickly and professionally. The team was thorough, courteous, and the results exceeded expectations. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/young-cute-female-posing-indoor_344912-969.jpg", imageAlt: "James Mitchell testimonial"}, + id: "1", name: "James Mitchell", role: "Homeowner", testimonial: "Pelican Pest Control solved our termite problem quickly and professionally. The team was thorough, courteous, and the results exceeded expectations. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/young-cute-female-posing-indoor_344912-969.jpg?_wi=1", imageAlt: "James Mitchell testimonial"}, { - id: "2", name: "Sarah Johnson", role: "Property Manager", testimonial: "We've been using their services for 3 years. Their preventative treatments keep our multi-unit complex pest-free. Professional and reliable every time.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Sarah Johnson testimonial"}, + id: "2", name: "Sarah Johnson", role: "Property Manager", testimonial: "We've been using their services for 3 years. Their preventative treatments keep our multi-unit complex pest-free. Professional and reliable every time.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Sarah Johnson testimonial"}, { id: "3", name: "Michael Chen", role: "Business Owner", testimonial: "Emergency bed bug treatment saved our vacation rental business. Fast response, discrete service, and guaranteed results. They're our trusted partner.", imageSrc: "http://img.b2bpic.net/free-photo/family-with-little-son-autumn-park_1157-22273.jpg", imageAlt: "Michael Chen testimonial"}, { id: "4", name: "Linda Rodriguez", role: "Homeowner", testimonial: "Professional service from start to finish. They explained everything clearly, used eco-friendly methods, and eliminated our pest problem completely. Worth every penny!", imageSrc: "http://img.b2bpic.net/free-photo/cute-young-woman-student-business-lady-showing-thumbs-up-well-done-sitting-outdoor-cafe-terrace-with-laptop-wearing-pink-smart-clothes_197531-3122.jpg", imageAlt: "Linda Rodriguez testimonial"}, { - id: "5", name: "David Thompson", role: "Restaurant Manager", testimonial: "Regular maintenance prevents the pest issues that plague other restaurants. Their attention to detail and compliance expertise is unmatched. Highly professional.", imageSrc: "http://img.b2bpic.net/free-photo/young-cute-female-posing-indoor_344912-969.jpg", imageAlt: "David Thompson testimonial"}, + id: "5", name: "David Thompson", role: "Restaurant Manager", testimonial: "Regular maintenance prevents the pest issues that plague other restaurants. Their attention to detail and compliance expertise is unmatched. Highly professional.", imageSrc: "http://img.b2bpic.net/free-photo/young-cute-female-posing-indoor_344912-969.jpg?_wi=2", imageAlt: "David Thompson testimonial"}, { - id: "6", name: "Emily Watson", role: "Real Estate Agent", testimonial: "I refer Pelican to all my clients. They're always prompt, professional, and provide the documentation needed for property transactions. Excellent service!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Emily Watson testimonial"}, + id: "6", name: "Emily Watson", role: "Real Estate Agent", testimonial: "I refer Pelican to all my clients. They're always prompt, professional, and provide the documentation needed for property transactions. Excellent service!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Emily Watson testimonial"}, ]} carouselMode="buttons" animationType="slide-up"