diff --git a/src/app/page.tsx b/src/app/page.tsx index 487ef5b..986d65b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,25 +51,25 @@ export default function LandingPage() { testimonials={[ { name: "Peter Rhett", handle: "@Google", testimonial: "Excellent service and very transparent pricing. Highly recommended.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/low-angle-man-working-as-plumber_23-2150746301.jpg?_wi=1", imageAlt: "professional plumbing repair service team"}, + imageSrc: "https://images.unsplash.com/photo-1621905251189-08b45d6a268e?q=80&w=600&h=600&auto=format&fit=crop", imageAlt: "Next Plumbing & Heating service professional"}, { name: "Kathy Brent", handle: "@Google", testimonial: "Very professional and arrived right on time. Great job.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/profile-man-touching-socket-wall-with-screwdriver_259150-58245.jpg?_wi=1", imageAlt: "professional plumbing repair service team"}, + imageSrc: "https://images.unsplash.com/photo-1581578731548-c64695cc6952?q=80&w=600&h=600&auto=format&fit=crop", 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: "http://img.b2bpic.net/free-photo/white-kitchen-sink-faucet-close-up_58702-1744.jpg?_wi=1", imageAlt: "professional plumbing repair service team"}, + imageSrc: "https://images.unsplash.com/photo-1621905251189-08b45d6a268e?q=80&w=600&h=600&auto=format&fit=crop", 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: "http://img.b2bpic.net/free-photo/technician-looking-refrigerant-leaks_482257-85108.jpg?_wi=1", imageAlt: "professional plumbing repair service team"}, + imageSrc: "https://images.unsplash.com/photo-1581578731548-c64695cc6952?q=80&w=600&h=600&auto=format&fit=crop", 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: "http://img.b2bpic.net/free-photo/electrical-technician-looking-focused-while-working-switchboard-with-fuses_169016-23486.jpg?_wi=1", imageAlt: "professional plumbing repair service team"}, + imageSrc: "https://images.unsplash.com/photo-1621905251189-08b45d6a268e?q=80&w=600&h=600&auto=format&fit=crop", imageAlt: "Next Plumbing & Heating service professional"}, ]} buttons={[ { text: "Call Now", href: "tel:+19525222178"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/low-angle-man-working-as-plumber_23-2150746301.jpg?_wi=2" + imageSrc="https://images.unsplash.com/photo-1621905251189-08b45d6a268e?q=80&w=1200&h=800&auto=format&fit=crop" imageAlt="Plumbing service truck" avatars={[ { @@ -104,17 +104,17 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Drain Cleaning", description: "High-pressure hydro-jetting to clear stubborn clogs.", imageSrc: "http://img.b2bpic.net/free-photo/profile-man-touching-socket-wall-with-screwdriver_259150-58245.jpg?_wi=2"}, + 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: "Kitchen Plumbing", description: "Expert installations for sinks, faucets, and disposals.", imageSrc: "http://img.b2bpic.net/free-photo/white-kitchen-sink-faucet-close-up_58702-1744.jpg?_wi=2"}, + 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: "Heating Systems", description: "Boiler and furnace repairs to keep you warm.", imageSrc: "http://img.b2bpic.net/free-photo/technician-looking-refrigerant-leaks_482257-85108.jpg?_wi=2"}, + 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: "Water Heaters", description: "Tank and tankless water heater maintenance.", imageSrc: "http://img.b2bpic.net/free-photo/electrical-technician-looking-focused-while-working-switchboard-with-fuses_169016-23486.jpg?_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: "Leak Detection", description: "Protect your home with advanced leak detection.", imageSrc: "http://img.b2bpic.net/free-photo/sanitary-equipment_93675-131936.jpg"}, + 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: "Pipe Repair", description: "Old pipe replacement and full repiping services.", imageSrc: "http://img.b2bpic.net/free-photo/prosthetist-man-making-prosthetic-leg-while-working-laboratory_627829-7187.jpg"}, + 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="Complete Plumbing & Heating Services" description="Professional solutions for your home maintenance and repair needs." @@ -128,7 +128,7 @@ export default function LandingPage() { title="The Standard Others Struggle to Match" description="We built Next Plumbing & Heating on a simple principle: do the job right, charge what's fair, and leave every home better than we found it." subdescription="Our team of licensed, background-checked professionals takes pride in every repair and installation." - imageSrc="http://img.b2bpic.net/free-photo/pleased-young-male-builder-wearing-uniform-gloves-holding-safety-helmet-putting-hands-hip-isolated-purple_141793-74031.jpg" + imageSrc="https://images.unsplash.com/photo-1621905251189-08b45d6a268e?q=80&w=800&h=1000&auto=format&fit=crop" mediaAnimation="slide-up" icon={ShieldCheck} /> @@ -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: "http://img.b2bpic.net/free-photo/expressive-senior-female-posing-indoor_344912-358.jpg"}, + imageSrc: "https://images.unsplash.com/photo-1621905251189-08b45d6a268e?q=80&w=600&h=600&auto=format&fit=crop"}, { id: "2", name: "Kathy Brent", handle: "Google", testimonial: "Very professional and arrived right on time. Great job.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-businesswoman_23-2149153830.jpg"}, + imageSrc: "https://images.unsplash.com/photo-1581578731548-c64695cc6952?q=80&w=600&h=600&auto=format&fit=crop"}, { id: "3", name: "Khalil Reagan", handle: "Google", testimonial: "The installation was handled with utmost care. Professional.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/man-with-headset-having-video-call_23-2148854858.jpg"}, + imageSrc: "https://images.unsplash.com/photo-1621905251189-08b45d6a268e?q=80&w=600&h=600&auto=format&fit=crop"}, { id: "4", name: "Jamie Mitchell", handle: "Google", testimonial: "Fair pricing and no hidden fees. Called on Tuesday, serviced Wednesday.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990692.jpg"}, + imageSrc: "https://images.unsplash.com/photo-1581578731548-c64695cc6952?q=80&w=600&h=600&auto=format&fit=crop"}, { id: "5", name: "Sara Delgado", handle: "Google", testimonial: "Polite crew, spotless cleanup, and everything fixed perfectly.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/two-happy-male-female-business-people-showing-thumbs-up-outdoors_1262-12567.jpg"}, + imageSrc: "https://images.unsplash.com/photo-1621905251189-08b45d6a268e?q=80&w=600&h=600&auto=format&fit=crop"}, { id: "6", name: "Tom Carlson", handle: "Google", testimonial: "Exceptional response time during an emergency heat failure.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990691.jpg"}, + imageSrc: "https://images.unsplash.com/photo-1581578731548-c64695cc6952?q=80&w=600&h=600&auto=format&fit=crop"}, ]} showRating={true} title="What Our Clients Say" @@ -208,7 +208,7 @@ export default function LandingPage() { textarea={{ name: "message", placeholder: "Describe your plumbing or heating needs...", rows: 4, }} - imageSrc="http://img.b2bpic.net/free-photo/close-up-person-overalls-with-tools_23-2148428310.jpg" + imageSrc="https://images.unsplash.com/photo-1621905251189-08b45d6a268e?q=80&w=800&h=800&auto=format&fit=crop" />