diff --git a/src/app/page.tsx b/src/app/page.tsx index bec8ce6..b548130 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,19 +53,19 @@ export default function LandingPage() { testimonials={[ { name: "Sarah Mitchell", handle: "Homeowner, Winter Park", testimonial: "ANCHOR Air came within an hour on a sweltering Saturday. Professional, courteous, and fixed our system perfectly. Highly recommend!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-vector/call-center-avatar-sample-flat-style_23-2147941257.jpg" + imageSrc: "http://img.b2bpic.net/free-vector/call-center-avatar-sample-flat-style_23-2147941257.jpg?_wi=1" }, { name: "Michael Rodriguez", handle: "Business Owner, Orlando", testimonial: "Their preventative maintenance plan has saved us thousands. Best HVAC contractor in the area.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-vector/call-center-avatar-sample-flat-style_23-2147941257.jpg" + imageSrc: "http://img.b2bpic.net/free-vector/call-center-avatar-sample-flat-style_23-2147941257.jpg?_wi=2" }, { name: "Jennifer Lee", handle: "Homeowner, Kissimmee", testimonial: "Friendly staff, transparent pricing, and they got my AC working before the heat wave hit. Worth every penny.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-vector/call-center-avatar-sample-flat-style_23-2147941257.jpg" + imageSrc: "http://img.b2bpic.net/free-vector/call-center-avatar-sample-flat-style_23-2147941257.jpg?_wi=3" }, { name: "Robert Thompson", handle: "Property Manager, Downtown Orlando", testimonial: "ANCHOR Air handles all our commercial units. Reliable, professional, and always on time.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-vector/call-center-avatar-sample-flat-style_23-2147941257.jpg" + imageSrc: "http://img.b2bpic.net/free-vector/call-center-avatar-sample-flat-style_23-2147941257.jpg?_wi=4" } ]} testimonialRotationInterval={5000} @@ -151,16 +151,16 @@ export default function LandingPage() { tagAnimation="slide-up" testimonials={[ { - id: "1", name: "Sarah Mitchell", role: "Homeowner, Winter Park", testimonial: "ANCHOR Air came within an hour on a sweltering Saturday. Professional, courteous, and fixed our system perfectly. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-vector/call-center-avatar-sample-flat-style_23-2147941257.jpg", imageAlt: "Sarah Mitchell" + id: "1", name: "Sarah Mitchell", role: "Homeowner, Winter Park", testimonial: "ANCHOR Air came within an hour on a sweltering Saturday. Professional, courteous, and fixed our system perfectly. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-vector/call-center-avatar-sample-flat-style_23-2147941257.jpg?_wi=5", imageAlt: "Sarah Mitchell" }, { - id: "2", name: "Michael Rodriguez", role: "Business Owner, Orlando", testimonial: "Their preventative maintenance plan has saved us thousands. Best HVAC contractor in the area.", imageSrc: "http://img.b2bpic.net/free-vector/call-center-avatar-sample-flat-style_23-2147941257.jpg", imageAlt: "Michael Rodriguez" + id: "2", name: "Michael Rodriguez", role: "Business Owner, Orlando", testimonial: "Their preventative maintenance plan has saved us thousands. Best HVAC contractor in the area.", imageSrc: "http://img.b2bpic.net/free-vector/call-center-avatar-sample-flat-style_23-2147941257.jpg?_wi=6", imageAlt: "Michael Rodriguez" }, { - id: "3", name: "Jennifer Lee", role: "Homeowner, Kissimmee", testimonial: "Friendly staff, transparent pricing, and they got my AC working before the heat wave hit. Worth every penny.", imageSrc: "http://img.b2bpic.net/free-vector/call-center-avatar-sample-flat-style_23-2147941257.jpg", imageAlt: "Jennifer Lee" + id: "3", name: "Jennifer Lee", role: "Homeowner, Kissimmee", testimonial: "Friendly staff, transparent pricing, and they got my AC working before the heat wave hit. Worth every penny.", imageSrc: "http://img.b2bpic.net/free-vector/call-center-avatar-sample-flat-style_23-2147941257.jpg?_wi=7", imageAlt: "Jennifer Lee" }, { - id: "4", name: "Robert Thompson", role: "Property Manager, Downtown Orlando", testimonial: "ANCHOR Air handles all our commercial units. Reliable, professional, and always on time.", imageSrc: "http://img.b2bpic.net/free-vector/call-center-avatar-sample-flat-style_23-2147941257.jpg", imageAlt: "Robert Thompson" + id: "4", name: "Robert Thompson", role: "Property Manager, Downtown Orlando", testimonial: "ANCHOR Air handles all our commercial units. Reliable, professional, and always on time.", imageSrc: "http://img.b2bpic.net/free-vector/call-center-avatar-sample-flat-style_23-2147941257.jpg?_wi=8", imageAlt: "Robert Thompson" } ]} animationType="slide-up"