diff --git a/src/app/page.tsx b/src/app/page.tsx index 986d65b..aedad1d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,19 +51,19 @@ export default function LandingPage() { testimonials={[ { name: "Peter Rhett", handle: "@Google", testimonial: "Excellent service and very transparent pricing. Highly recommended.", rating: 5, - imageSrc: "https://images.unsplash.com/photo-1621905251189-08b45d6a268e?q=80&w=600&h=600&auto=format&fit=crop", imageAlt: "Next Plumbing & Heating service professional"}, + imageSrc: "https://images.unsplash.com/photo-1621905251189-08b45d6a268e?q=80&w=600&h=600&auto=format&fit=crop&_wi=1", imageAlt: "Next Plumbing & Heating service professional"}, { name: "Kathy Brent", handle: "@Google", testimonial: "Very professional and arrived right on time. Great job.", rating: 5, - imageSrc: "https://images.unsplash.com/photo-1581578731548-c64695cc6952?q=80&w=600&h=600&auto=format&fit=crop", imageAlt: "Next Plumbing & Heating service professional"}, + imageSrc: "https://images.unsplash.com/photo-1581578731548-c64695cc6952?q=80&w=600&h=600&auto=format&fit=crop&_wi=1", imageAlt: "Next Plumbing & Heating service professional"}, { name: "Tom Carlson", handle: "@Google", testimonial: "Saved the day during our January cold snap. Absolute professionals.", rating: 5, - imageSrc: "https://images.unsplash.com/photo-1621905251189-08b45d6a268e?q=80&w=600&h=600&auto=format&fit=crop", imageAlt: "Next Plumbing & Heating service professional"}, + imageSrc: "https://images.unsplash.com/photo-1621905251189-08b45d6a268e?q=80&w=600&h=600&auto=format&fit=crop&_wi=2", imageAlt: "Next Plumbing & Heating service professional"}, { name: "Sara Delgado", handle: "@Google", testimonial: "Clean, quick, and very friendly service. Fixed my leak fast.", rating: 5, - imageSrc: "https://images.unsplash.com/photo-1581578731548-c64695cc6952?q=80&w=600&h=600&auto=format&fit=crop", imageAlt: "Next Plumbing & Heating service professional"}, + imageSrc: "https://images.unsplash.com/photo-1581578731548-c64695cc6952?q=80&w=600&h=600&auto=format&fit=crop&_wi=2", imageAlt: "Next Plumbing & Heating service professional"}, { name: "Jamie Mitchell", handle: "@Google", testimonial: "Best plumbing experience I've had in St. Louis Park.", rating: 5, - imageSrc: "https://images.unsplash.com/photo-1621905251189-08b45d6a268e?q=80&w=600&h=600&auto=format&fit=crop", imageAlt: "Next Plumbing & Heating service professional"}, + imageSrc: "https://images.unsplash.com/photo-1621905251189-08b45d6a268e?q=80&w=600&h=600&auto=format&fit=crop&_wi=3", imageAlt: "Next Plumbing & Heating service professional"}, ]} buttons={[ { @@ -104,17 +104,17 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Drain Cleaning", description: "High-pressure hydro-jetting to clear stubborn clogs.", imageSrc: "https://images.unsplash.com/photo-1621905251189-08b45d6a268e?q=80&w=800&h=600&auto=format&fit=crop"}, + title: "Drain Cleaning", description: "High-pressure hydro-jetting to clear stubborn clogs.", imageSrc: "https://images.unsplash.com/photo-1621905251189-08b45d6a268e?q=80&w=800&h=600&auto=format&fit=crop&_wi=1"}, { - title: "Kitchen Plumbing", description: "Expert installations for sinks, faucets, and disposals.", imageSrc: "https://images.unsplash.com/photo-1581578731548-c64695cc6952?q=80&w=800&h=600&auto=format&fit=crop"}, + title: "Kitchen Plumbing", description: "Expert installations for sinks, faucets, and disposals.", imageSrc: "https://images.unsplash.com/photo-1581578731548-c64695cc6952?q=80&w=800&h=600&auto=format&fit=crop&_wi=1"}, { - title: "Heating Systems", description: "Boiler and furnace repairs to keep you warm.", imageSrc: "https://images.unsplash.com/photo-1621905251189-08b45d6a268e?q=80&w=800&h=600&auto=format&fit=crop"}, + title: "Heating Systems", description: "Boiler and furnace repairs to keep you warm.", imageSrc: "https://images.unsplash.com/photo-1621905251189-08b45d6a268e?q=80&w=800&h=600&auto=format&fit=crop&_wi=2"}, { - title: "Water Heaters", description: "Tank and tankless water heater maintenance.", imageSrc: "https://images.unsplash.com/photo-1581578731548-c64695cc6952?q=80&w=800&h=600&auto=format&fit=crop"}, + title: "Water Heaters", description: "Tank and tankless water heater maintenance.", imageSrc: "https://images.unsplash.com/photo-1581578731548-c64695cc6952?q=80&w=800&h=600&auto=format&fit=crop&_wi=2"}, { - title: "Leak Detection", description: "Protect your home with advanced leak detection.", imageSrc: "https://images.unsplash.com/photo-1621905251189-08b45d6a268e?q=80&w=800&h=600&auto=format&fit=crop"}, + title: "Leak Detection", description: "Protect your home with advanced leak detection.", imageSrc: "https://images.unsplash.com/photo-1621905251189-08b45d6a268e?q=80&w=800&h=600&auto=format&fit=crop&_wi=3"}, { - title: "Pipe Repair", description: "Old pipe replacement and full repiping services.", imageSrc: "https://images.unsplash.com/photo-1581578731548-c64695cc6952?q=80&w=800&h=600&auto=format&fit=crop"}, + title: "Pipe Repair", description: "Old pipe replacement and full repiping services.", imageSrc: "https://images.unsplash.com/photo-1581578731548-c64695cc6952?q=80&w=800&h=600&auto=format&fit=crop&_wi=3"}, ]} title="Complete Plumbing & Heating Services" description="Professional solutions for your home maintenance and repair needs." @@ -166,22 +166,22 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Peter Rhett", handle: "Google", testimonial: "Excellent service and very transparent pricing. Highly recommended.", rating: 5, - imageSrc: "https://images.unsplash.com/photo-1621905251189-08b45d6a268e?q=80&w=600&h=600&auto=format&fit=crop"}, + imageSrc: "https://images.unsplash.com/photo-1621905251189-08b45d6a268e?q=80&w=600&h=600&auto=format&fit=crop&_wi=4"}, { id: "2", name: "Kathy Brent", handle: "Google", testimonial: "Very professional and arrived right on time. Great job.", rating: 5, - imageSrc: "https://images.unsplash.com/photo-1581578731548-c64695cc6952?q=80&w=600&h=600&auto=format&fit=crop"}, + imageSrc: "https://images.unsplash.com/photo-1581578731548-c64695cc6952?q=80&w=600&h=600&auto=format&fit=crop&_wi=3"}, { id: "3", name: "Khalil Reagan", handle: "Google", testimonial: "The installation was handled with utmost care. Professional.", rating: 5, - imageSrc: "https://images.unsplash.com/photo-1621905251189-08b45d6a268e?q=80&w=600&h=600&auto=format&fit=crop"}, + imageSrc: "https://images.unsplash.com/photo-1621905251189-08b45d6a268e?q=80&w=600&h=600&auto=format&fit=crop&_wi=5"}, { id: "4", name: "Jamie Mitchell", handle: "Google", testimonial: "Fair pricing and no hidden fees. Called on Tuesday, serviced Wednesday.", rating: 5, - imageSrc: "https://images.unsplash.com/photo-1581578731548-c64695cc6952?q=80&w=600&h=600&auto=format&fit=crop"}, + imageSrc: "https://images.unsplash.com/photo-1581578731548-c64695cc6952?q=80&w=600&h=600&auto=format&fit=crop&_wi=4"}, { id: "5", name: "Sara Delgado", handle: "Google", testimonial: "Polite crew, spotless cleanup, and everything fixed perfectly.", rating: 5, - imageSrc: "https://images.unsplash.com/photo-1621905251189-08b45d6a268e?q=80&w=600&h=600&auto=format&fit=crop"}, + imageSrc: "https://images.unsplash.com/photo-1621905251189-08b45d6a268e?q=80&w=600&h=600&auto=format&fit=crop&_wi=6"}, { id: "6", name: "Tom Carlson", handle: "Google", testimonial: "Exceptional response time during an emergency heat failure.", rating: 5, - imageSrc: "https://images.unsplash.com/photo-1581578731548-c64695cc6952?q=80&w=600&h=600&auto=format&fit=crop"}, + imageSrc: "https://images.unsplash.com/photo-1581578731548-c64695cc6952?q=80&w=600&h=600&auto=format&fit=crop&_wi=5"}, ]} showRating={true} title="What Our Clients Say"