diff --git a/src/app/page.tsx b/src/app/page.tsx index 3a185c1..a117e02 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -59,13 +59,13 @@ export default function LandingPage() { testimonials={[ { name: "Sarah Mitchell", handle: "Homeowner, Westside", testimonial: "Hannah's Haven is in a league of its own. The attention to detail and professionalism exceeded anything we've experienced before. Worth every dollar.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg", imageAlt: "professional portrait woman headshot business"}, + imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg?_wi=1", imageAlt: "professional portrait woman headshot business"}, { name: "James Rodriguez", handle: "Business Executive, Downtown", testimonial: "We've tried many cleaning services. Hannah's Haven set a new standard for reliability, trust, and exceptional results.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "professional portrait man headshot executive"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "professional portrait man headshot executive"}, { name: "Emily Patterson", handle: "Professional, Financial District", testimonial: "The precision and care they bring to every visit is remarkable. Our home feels genuinely cared for, not just cleaned.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg", imageAlt: "professional portrait woman headshot manager"}, + imageSrc: "http://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg?_wi=1", imageAlt: "professional portrait woman headshot manager"}, ]} testimonialRotationInterval={5000} useInvertedBackground={false} @@ -137,11 +137,11 @@ export default function LandingPage() { description="Real reviews from real clients who expect and receive nothing but excellence." testimonials={[ { - id: "1", name: "Sarah Mitchell", role: "Business Owner", testimonial: "Hannah's Haven is in a league of its own. The attention to detail and professionalism exceeded anything we've experienced before. Worth every dollar.", imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg", imageAlt: "Portrait of Sarah Mitchell"}, + id: "1", name: "Sarah Mitchell", role: "Business Owner", testimonial: "Hannah's Haven is in a league of its own. The attention to detail and professionalism exceeded anything we've experienced before. Worth every dollar.", imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg?_wi=2", imageAlt: "Portrait of Sarah Mitchell"}, { - id: "2", name: "James Rodriguez", role: "Financial Executive", testimonial: "We've tried many cleaning services over the years. Hannah's Haven set a new standard for reliability, trust, and exceptional results. They're the gold standard.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Portrait of James Rodriguez"}, + id: "2", name: "James Rodriguez", role: "Financial Executive", testimonial: "We've tried many cleaning services over the years. Hannah's Haven set a new standard for reliability, trust, and exceptional results. They're the gold standard.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Portrait of James Rodriguez"}, { - id: "3", name: "Emily Patterson", role: "Healthcare Professional", testimonial: "The precision and care they bring to every visit is remarkable. Our home feels genuinely cared for, not just cleaned. Highly recommend.", imageSrc: "http://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg", imageAlt: "Portrait of Emily Patterson"}, + id: "3", name: "Emily Patterson", role: "Healthcare Professional", testimonial: "The precision and care they bring to every visit is remarkable. Our home feels genuinely cared for, not just cleaned. Highly recommend.", imageSrc: "http://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg?_wi=2", imageAlt: "Portrait of Emily Patterson"}, { id: "4", name: "Michael Chen", role: "Software Engineer", testimonial: "Professional, reliable, and trustworthy. Hannah's Haven delivers exceptional service every single time. This is what premium cleaning looks like.", imageSrc: "http://img.b2bpic.net/free-photo/confident-entrepreneur-satisfied-with-own-success_1163-5474.jpg", imageAlt: "Portrait of Michael Chen"}, ]}