diff --git a/src/app/page.tsx b/src/app/page.tsx index 398d3c7..53ad4b9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,19 +52,19 @@ export default function LandingPage() { testimonials={[ { name: "GlovesupLLC", handle: "Business Owner", testimonial: "Daniel is a masterful technician. What stands out even more is his follow-through every time. The entire team makes scheduling and communication painless.", rating: 5, - imageSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=400&h=400&fit=crop" + imageSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=400&h=400&fit=crop&_wi=1" }, { name: "Joel Leano", handle: "Homeowner", testimonial: "Danny was genuinely friendly and knowledgeable both on the phone and in person. Honest with pricing and did a wonderful job.", rating: 5, - imageSrc: "https://images.unsplash.com/photo-1500648767791-00dcc994a43e?w=400&h=400&fit=crop" + imageSrc: "https://images.unsplash.com/photo-1500648767791-00dcc994a43e?w=400&h=400&fit=crop&_wi=1" }, { name: "Sarah Martinez", handle: "Property Manager", testimonial: "Professional, punctual, and thorough. They've saved us countless times with emergency calls. Highly recommend for any property maintenance needs.", rating: 5, - imageSrc: "https://images.unsplash.com/photo-1438761681033-6461ffad8d80?w=400&h=400&fit=crop" + imageSrc: "https://images.unsplash.com/photo-1438761681033-6461ffad8d80?w=400&h=400&fit=crop&_wi=1" }, { name: "Robert Chen", handle: "Homeowner", testimonial: "Best plumbers I've worked with. They explained everything clearly and provided honest recommendations without upselling unnecessary services.", rating: 5, - imageSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=400&h=400&fit=crop" + imageSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=400&h=400&fit=crop&_wi=2" } ]} testimonialRotationInterval={5000} @@ -155,22 +155,22 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "testimonial-1", name: "GlovesupLLC", role: "Business Owner", testimonial: "Daniel is a masterful technician. What stands out even more is his follow-through every time. The entire team makes scheduling and communication painless.", imageSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=400&h=400&fit=crop", imageAlt: "GlovesupLLC review", icon: Star + id: "testimonial-1", name: "GlovesupLLC", role: "Business Owner", testimonial: "Daniel is a masterful technician. What stands out even more is his follow-through every time. The entire team makes scheduling and communication painless.", imageSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=400&h=400&fit=crop&_wi=3", imageAlt: "GlovesupLLC review", icon: Star }, { - id: "testimonial-2", name: "Joel Leano", role: "Homeowner", testimonial: "Danny was genuinely friendly and knowledgeable both on the phone and in person. Honest with pricing and did a wonderful job.", imageSrc: "https://images.unsplash.com/photo-1500648767791-00dcc994a43e?w=400&h=400&fit=crop", imageAlt: "Joel Leano review", icon: Star + id: "testimonial-2", name: "Joel Leano", role: "Homeowner", testimonial: "Danny was genuinely friendly and knowledgeable both on the phone and in person. Honest with pricing and did a wonderful job.", imageSrc: "https://images.unsplash.com/photo-1500648767791-00dcc994a43e?w=400&h=400&fit=crop&_wi=2", imageAlt: "Joel Leano review", icon: Star }, { - id: "testimonial-3", name: "Sarah Martinez", role: "Property Manager", testimonial: "Professional, punctual, and thorough. They've saved us countless times with emergency calls. Highly recommend for any property maintenance needs.", imageSrc: "https://images.unsplash.com/photo-1438761681033-6461ffad8d80?w=400&h=400&fit=crop", imageAlt: "Sarah Martinez review", icon: Star + id: "testimonial-3", name: "Sarah Martinez", role: "Property Manager", testimonial: "Professional, punctual, and thorough. They've saved us countless times with emergency calls. Highly recommend for any property maintenance needs.", imageSrc: "https://images.unsplash.com/photo-1438761681033-6461ffad8d80?w=400&h=400&fit=crop&_wi=2", imageAlt: "Sarah Martinez review", icon: Star }, { - id: "testimonial-4", name: "Robert Chen", role: "Homeowner", testimonial: "Best plumbers I've worked with. They explained everything clearly and provided honest recommendations without upselling unnecessary services.", imageSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=400&h=400&fit=crop", imageAlt: "Robert Chen review", icon: Star + id: "testimonial-4", name: "Robert Chen", role: "Homeowner", testimonial: "Best plumbers I've worked with. They explained everything clearly and provided honest recommendations without upselling unnecessary services.", imageSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=400&h=400&fit=crop&_wi=4", imageAlt: "Robert Chen review", icon: Star }, { id: "testimonial-5", name: "Maria Rodriguez", role: "Homeowner", testimonial: "From the first call to completion, everything was professional and efficient. They even cleaned up after themselves. Worth every penny!", imageSrc: "https://images.unsplash.com/photo-1494790108377-be9c29b29330?w=400&h=400&fit=crop", imageAlt: "Maria Rodriguez review", icon: Star }, { - id: "testimonial-6", name: "David Thompson", role: "Business Owner", testimonial: "Reliable partners for our commercial property. They respond quickly, work efficiently, and stand behind their work. Highly trusted vendor.", imageSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=400&h=400&fit=crop", imageAlt: "David Thompson review", icon: Star + id: "testimonial-6", name: "David Thompson", role: "Business Owner", testimonial: "Reliable partners for our commercial property. They respond quickly, work efficiently, and stand behind their work. Highly trusted vendor.", imageSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=400&h=400&fit=crop&_wi=5", imageAlt: "David Thompson review", icon: Star } ]} />