|
|
|
|
@@ -13,7 +13,7 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating
|
|
|
|
|
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
|
|
|
|
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
|
|
|
|
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
|
|
|
|
|
import { CalendarDays, Users, Wrench } from "lucide-react";
|
|
|
|
|
import { CalendarDays, Car, ShieldCheck, Users, Wrench } from "lucide-react";
|
|
|
|
|
|
|
|
|
|
export default function LandingPage() {
|
|
|
|
|
return (
|
|
|
|
|
@@ -46,9 +46,9 @@ export default function LandingPage() {
|
|
|
|
|
{
|
|
|
|
|
name: "Contact", id: "#contact"},
|
|
|
|
|
]}
|
|
|
|
|
brandName="Lenny's Plumbing"
|
|
|
|
|
brandName="Automotive Expert"
|
|
|
|
|
button={{
|
|
|
|
|
text: "Call Now", href: "tel:+15633913300"}}
|
|
|
|
|
text: "Call Now", href: "tel:+13097865992"}}
|
|
|
|
|
animateOnLoad={true}
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
@@ -57,27 +57,27 @@ export default function LandingPage() {
|
|
|
|
|
<HeroBillboardGallery
|
|
|
|
|
background={{
|
|
|
|
|
variant: "downward-rays-static-grid"}}
|
|
|
|
|
title="Lenny's Plumbing & Drain Cleaning"
|
|
|
|
|
description="Your Trusted Local Plumbers in Davenport, IA. Fast, Reliable, and Professional Service for All Your Plumbing Needs."
|
|
|
|
|
title="Automotive Expert - Your Premier Auto Service"
|
|
|
|
|
description="Your Premier Auto Service Provider. Fast, Reliable, and Professional for All Your Vehicle Needs."
|
|
|
|
|
buttons={[
|
|
|
|
|
{
|
|
|
|
|
text: "Get a Free Estimate", href: "#contact"},
|
|
|
|
|
{
|
|
|
|
|
text: "Call Us Today", href: "tel:+15633913300"},
|
|
|
|
|
text: "Call Us Today", href: "tel:+13097865992"},
|
|
|
|
|
]}
|
|
|
|
|
mediaItems={[
|
|
|
|
|
{
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/water-tap-prevention-concentrated-man-leaning-water-faucet-touching-spout-pipe_259150-58276.jpg", imageAlt: "Plumber working on a pipe"},
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-repairing-car-engine_1303-24103.jpg", imageAlt: "Mechanic working on car engine"},
|
|
|
|
|
{
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/wrench-flexible-connector-dark-table_23-2147772298.jpg", imageAlt: "Drain cleaning equipment"},
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/car-repair_23-2147770857.jpg", imageAlt: "Tools for auto repair"},
|
|
|
|
|
{
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/woman-calling-plumber-fox-bathroom-problems_23-2150990699.jpg", imageAlt: "Water heater installation"},
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/man-working-car-repair-shop_1150-14981.jpg", imageAlt: "Car on a lift in a garage"},
|
|
|
|
|
{
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/mature-woman-posing-while-touching-her-face-skin-blue-t-shirt_176474-32790.jpg", imageAlt: "Plumber talking to a customer"},
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/female-customer-talking-car-mechanic-repair-shop_23-2148293967.jpg", imageAlt: "Mechanic talking to a customer"},
|
|
|
|
|
{
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/top-view-international-worker-s-day-with-engineer-tools_23-2150269664.jpg", imageAlt: "Organized plumbing tools"},
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-s-tools_1303-22879.jpg", imageAlt: "Organized auto tools"},
|
|
|
|
|
{
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990735.jpg", imageAlt: "Plumber fixing pipes under a sink"},
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/car-maintenance-repair-service_23-2148679469.jpg", imageAlt: "Mechanic working under a car"},
|
|
|
|
|
]}
|
|
|
|
|
mediaAnimation="opacity"
|
|
|
|
|
/>
|
|
|
|
|
@@ -86,17 +86,17 @@ export default function LandingPage() {
|
|
|
|
|
<div id="about" data-section="about">
|
|
|
|
|
<AboutMetric
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
title="Serving Davenport with Trust and Expertise"
|
|
|
|
|
title="Your Trusted Partner in Automotive Care"
|
|
|
|
|
metrics={[
|
|
|
|
|
{
|
|
|
|
|
icon: CalendarDays,
|
|
|
|
|
label: "Years in Service", value: "20+"},
|
|
|
|
|
label: "Years in Service", value: "15+"},
|
|
|
|
|
{
|
|
|
|
|
icon: Users,
|
|
|
|
|
label: "Happy Customers", value: "1000+"},
|
|
|
|
|
label: "Happy Customers", value: "500+"},
|
|
|
|
|
{
|
|
|
|
|
icon: Wrench,
|
|
|
|
|
label: "Expert Technicians", value: "Certified"},
|
|
|
|
|
icon: ShieldCheck,
|
|
|
|
|
label: "Certified Technicians", value: "ASE Certified"},
|
|
|
|
|
]}
|
|
|
|
|
metricsAnimation="slide-up"
|
|
|
|
|
/>
|
|
|
|
|
@@ -109,20 +109,20 @@ export default function LandingPage() {
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
features={[
|
|
|
|
|
{
|
|
|
|
|
title: "Emergency Plumbing", description: "24/7 rapid response for burst pipes, major leaks, and urgent plumbing crises. We're here when you need us most.", imageSrc: "http://img.b2bpic.net/free-photo/woman-calling-plumber-solve-kitchen-problems_23-2150990674.jpg", imageAlt: "Plumber fixing a burst pipe"},
|
|
|
|
|
title: "Oil Changes & Fluid Checks", description: "Routine oil changes, filter replacements, and fluid top-offs to keep your engine running smoothly and efficiently.", imageSrc: "http://img.b2bpic.net/free-photo/oil-filter-old-car_23-2148117769.jpg", imageAlt: "Oil filter and wrench"},
|
|
|
|
|
{
|
|
|
|
|
title: "Drain Cleaning & Repair", description: "Expert drain cleaning for clogged sinks, toilets, showers, and main sewer lines. Say goodbye to slow drains.", imageSrc: "http://img.b2bpic.net/free-photo/carpenter-working-sawmill-wood-manufacture_1303-22901.jpg", imageAlt: "Plumber cleaning a clogged drain"},
|
|
|
|
|
title: "Brake Service & Repair", description: "Comprehensive brake inspections, pad replacement, rotor resurfacing, and full system repairs for your safety.", imageSrc: "http://img.b2bpic.net/free-photo/cropped-view-male-auto-mechanic-changing-car-wheel-auto-repair-shop_1303-17688.jpg", imageAlt: "Mechanic replacing brake pads"},
|
|
|
|
|
{
|
|
|
|
|
title: "Water Heater Services", description: "Installation, repair, and maintenance for all types of water heaters, including tankless systems. Enjoy consistent hot water.", imageSrc: "http://img.b2bpic.net/free-photo/man-installs-heating-system-house-checks-pipes-with-wrench_169016-55595.jpg", imageAlt: "Technician installing a water heater"},
|
|
|
|
|
title: "Engine Diagnostics & Repair", description: "Advanced diagnostic tools to identify check engine light issues, perform tune-ups, and execute complex engine repairs.", imageSrc: "http://img.b2bpic.net/free-photo/car-mechanic-workshop-auto-repair_1303-16278.jpg", imageAlt: "Mechanic performing engine diagnostics"},
|
|
|
|
|
{
|
|
|
|
|
title: "Pipe Repair & Installation", description: "From minor pipe repairs to complete repiping, we ensure your water lines are secure, efficient, and up to code.", imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721548.jpg", imageAlt: "Plumber working on new pipe installation"},
|
|
|
|
|
title: "Tire Sales & Service", description: "New tire sales, rotation, balancing, alignment, and flat tire repair to maximize tire life and vehicle performance.", imageSrc: "http://img.b2bpic.net/free-photo/man-car-wheel_23-2147770853.jpg", imageAlt: "Mechanic changing a tire"},
|
|
|
|
|
{
|
|
|
|
|
title: "Leak Detection", description: "Using advanced technology to accurately locate and repair hidden leaks, preventing further damage and saving you money.", imageSrc: "http://img.b2bpic.net/free-photo/man-drying-glass-with-kitchen-towel-by-black-faucet-drying-dishes_169016-69554.jpg", imageAlt: "Leak detection equipment"},
|
|
|
|
|
title: "A/C & Heating Repair", description: "Keep your cabin comfortable with our expert air conditioning and heating system inspections, repairs, and recharges.", imageSrc: "http://img.b2bpic.net/free-photo/air-conditioning-duct_23-2147783965.jpg", imageAlt: "Car A/C system components"},
|
|
|
|
|
{
|
|
|
|
|
title: "Fixture Installation", description: "Professional installation of new faucets, sinks, toilets, showers, and other plumbing fixtures. Upgrade your home with ease.", imageSrc: "http://img.b2bpic.net/free-photo/white-toilet-bowl-seat_74190-7769.jpg", imageAlt: "Plumber installing a kitchen faucet"},
|
|
|
|
|
title: "Battery & Electrical Service", description: "Battery testing, replacement, and full electrical system diagnosis and repair for reliable starting and operation.", imageSrc: "http://img.b2bpic.net/free-photo/male-hand-holding-cable-car-battery_23-2147784039.jpg", imageAlt: "Car battery with jumper cables"},
|
|
|
|
|
]}
|
|
|
|
|
title="Our Comprehensive Plumbing Services"
|
|
|
|
|
description="From leaky faucets to complex drain issues, Lenny's Plumbing provides fast, reliable, and professional solutions for your home or business."
|
|
|
|
|
title="Our Comprehensive Automotive Expert Services"
|
|
|
|
|
description="From routine maintenance to complex engine repairs, Automotive Expert provides fast, reliable, and professional solutions for your vehicle."
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
@@ -135,20 +135,20 @@ export default function LandingPage() {
|
|
|
|
|
carouselMode="buttons"
|
|
|
|
|
products={[
|
|
|
|
|
{
|
|
|
|
|
id: "product-1", name: "Advanced Drain Snaking", price: "Starting at $99", imageSrc: "http://img.b2bpic.net/free-photo/white-kitchen-sink-faucet_58702-1832.jpg", imageAlt: "Drain snaking tool"},
|
|
|
|
|
id: "product-1", name: "Synthetic Oil Change Package", price: "Starting at $79", imageSrc: "http://img.b2bpic.net/free-photo/various-tools-arranged-garage_23-2147770860.jpg", imageAlt: "Synthetic oil change kit"},
|
|
|
|
|
{
|
|
|
|
|
id: "product-2", name: "Hydro Jetting Service", price: "Starting at $250", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-closeup-shot-water-pouring-water-drain_181624-18353.jpg", imageAlt: "Hydro jetting hose"},
|
|
|
|
|
id: "product-2", name: "Advanced Diagnostic Scan", price: "Starting at $120", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-using-tablet-diagnose-car_23-2147770836.jpg", imageAlt: "Mechanic with diagnostic tablet"},
|
|
|
|
|
{
|
|
|
|
|
id: "product-3", name: "Water Filtration Systems", price: "Custom Quote", imageSrc: "http://img.b2bpic.net/free-photo/man-recording-making-coffee_23-2148551560.jpg", imageAlt: "Whole house water filter"},
|
|
|
|
|
id: "product-3", name: "Premium Tire Rotation & Balance", price: "Starting at $50", imageSrc: "http://img.b2bpic.net/free-photo/car-tire-shop_23-2147770845.jpg", imageAlt: "Car tires in a shop"},
|
|
|
|
|
{
|
|
|
|
|
id: "product-4", name: "Sump Pump Installation", price: "Starting at $400", imageSrc: "http://img.b2bpic.net/free-photo/sanitary-equipment_93675-131936.jpg", imageAlt: "Sump pump in a basement"},
|
|
|
|
|
id: "product-4", name: "Brake System Flush & Fill", price: "Starting at $150", imageSrc: "http://img.b2bpic.net/free-photo/car-brake-disc_23-2147770847.jpg", imageAlt: "Car brake system"},
|
|
|
|
|
{
|
|
|
|
|
id: "product-5", name: "Toilet Repair & Replacement", price: "Starting at $120", imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746312.jpg", imageAlt: "Toilet repair components"},
|
|
|
|
|
id: "product-5", name: "Wheel Alignment Service", price: "Starting at $90", imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-part_23-2147770856.jpg", imageAlt: "Wheel alignment machine"},
|
|
|
|
|
{
|
|
|
|
|
id: "product-6", name: "Faucet & Fixture Upgrade", price: "Starting at $80", imageSrc: "http://img.b2bpic.net/free-photo/person-washing-hands-stream-from-spring-kitchen-faucet-clean-hands-now_169016-69561.jpg", imageAlt: "Modern kitchen faucet"},
|
|
|
|
|
id: "product-6", name: "Coolant System Maintenance", price: "Starting at $110", imageSrc: "http://img.b2bpic.net/free-photo/motor-oil-change-concept_23-2147770859.jpg", imageAlt: "Car radiator and coolant"},
|
|
|
|
|
]}
|
|
|
|
|
title="Specialized Plumbing Solutions"
|
|
|
|
|
description="Beyond our core services, we offer specialized solutions to tackle unique plumbing challenges and enhance your home's water systems."
|
|
|
|
|
title="Specialized Automotive Expert Solutions"
|
|
|
|
|
description="Beyond our core services, we offer specialized solutions to tackle unique vehicle challenges and enhance your car's performance."
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
@@ -159,16 +159,16 @@ export default function LandingPage() {
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
metrics={[
|
|
|
|
|
{
|
|
|
|
|
id: "m1", value: "4.4 / 5", title: "Average Rating", description: "Consistently high customer satisfaction across all our services.", imageSrc: "http://img.b2bpic.net/free-photo/architectural-blueprints_1359-498.jpg", imageAlt: "Star rating icon"},
|
|
|
|
|
id: "m1", value: "4.9 / 5", title: "Average Rating", description: "Consistently high customer satisfaction across all our auto services.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-diagram-car_23-2147770851.jpg", imageAlt: "Car diagram"},
|
|
|
|
|
{
|
|
|
|
|
id: "m2", value: "111+", title: "Positive Reviews", description: "See what our happy customers in Davenport are saying about us.", imageSrc: "http://img.b2bpic.net/free-photo/set-empty-pop-art-speech-bubbles_23-2147910087.jpg", imageAlt: "Customer review icon"},
|
|
|
|
|
id: "m2", value: "300+", title: "Positive Reviews", description: "See what our happy customers are saying about us.", imageSrc: "http://img.b2bpic.net/free-photo/feedback-rate-customer-service-satisfaction_23-2149466856.jpg", imageAlt: "Customer review icon"},
|
|
|
|
|
{
|
|
|
|
|
id: "m3", value: "20+ Years", title: "Industry Experience", description: "A long-standing history of reliable and expert plumbing work.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-with-iron_23-2149916303.jpg", imageAlt: "Plumber's tools icon"},
|
|
|
|
|
id: "m3", value: "15+ Years", title: "Industry Experience", description: "A long-standing history of reliable and expert auto repair work.", imageSrc: "http://img.b2bpic.net/free-photo/auto-repair-workshop_23-2147770854.jpg", imageAlt: "Auto repair workshop"},
|
|
|
|
|
{
|
|
|
|
|
id: "m4", value: "Same Day", title: "Emergency Response", description: "Quick dispatch for urgent plumbing issues to minimize damage.", imageSrc: "http://img.b2bpic.net/free-photo/delivery-man-holding-alarm-clock-green-t-shirt-cap-looking-worried_176474-11063.jpg", imageAlt: "Fast clock icon"},
|
|
|
|
|
id: "m4", value: "Same Day", title: "Service Available", description: "Quick turnaround for many common auto services to get you back on the road.", imageSrc: "http://img.b2bpic.net/free-photo/delivery-man-holding-alarm-clock-green-t-shirt-cap-looking-worried_176474-11063.jpg", imageAlt: "Fast clock icon"},
|
|
|
|
|
]}
|
|
|
|
|
title="Why Choose Lenny's Plumbing?"
|
|
|
|
|
description="Our commitment to quality, speed, and customer satisfaction sets us apart as Davenport's premier plumbing service."
|
|
|
|
|
title="Why Choose Automotive Expert?"
|
|
|
|
|
description="Our commitment to quality, speed, and customer satisfaction sets us apart as a premier auto service center."
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
@@ -187,8 +187,8 @@ export default function LandingPage() {
|
|
|
|
|
{
|
|
|
|
|
id: "5", name: "Jessica L.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-as-plumber_23-2150746293.jpg", imageAlt: "Jessica L."},
|
|
|
|
|
]}
|
|
|
|
|
cardTitle="What Our Customers Say"
|
|
|
|
|
cardTag="Trusted Service"
|
|
|
|
|
cardTitle="Hear From Our Happy Customers"
|
|
|
|
|
cardTag="Reliable Auto Care"
|
|
|
|
|
cardAnimation="slide-up"
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
@@ -198,9 +198,9 @@ export default function LandingPage() {
|
|
|
|
|
textboxLayout="default"
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
names={[
|
|
|
|
|
"Local Home Builders Association", "Licensed & Insured", "Master Plumbers Guild", "Davenport Business Alliance", "Eco-Friendly Certified", "BBB Accredited", "Local Chamber of Commerce"]}
|
|
|
|
|
title="Recognized & Certified for Excellence"
|
|
|
|
|
description="We adhere to the highest standards of professionalism and quality, backed by industry associations and local partnerships."
|
|
|
|
|
"ASE Certified", "NAPA AutoCare Center", "Bosch Car Service", "BBB Accredited", "Trusted Technicians", "Customer Recommended"]}
|
|
|
|
|
title="Recognized & Certified for Automotive Excellence"
|
|
|
|
|
description="We adhere to the highest standards of automotive repair and quality, backed by industry certifications and trusted partnerships."
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
@@ -210,20 +210,29 @@ export default function LandingPage() {
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
faqs={[
|
|
|
|
|
{
|
|
|
|
|
id: "faq-1", title: "What areas do you serve?", content: "We proudly serve Davenport, IA, and the surrounding Quad Cities metropolitan area. Contact us to confirm service availability in your specific location."},
|
|
|
|
|
id: "faq-1", title: "What types of auto repair services do you offer?", content: "We offer a full range of services including oil changes, brake repair, engine diagnostics, tire sales and service, AC and heating repair, and battery/electrical service. Visit our services section for a complete list."
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "faq-2", title: "Do you offer emergency plumbing services?", content: "Yes, we provide 24/7 emergency plumbing services for urgent issues like burst pipes, severe leaks, and drain backups. Call us anytime for immediate assistance."},
|
|
|
|
|
id: "faq-2", title: "How often should I have my oil changed?", content: "Generally, we recommend an oil change every 3,000 to 5,000 miles for conventional oil, or as specified by your vehicle's manufacturer for synthetic oils, depending on your driving habits."
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "faq-3", title: "How much does a plumbing service cost?", content: "The cost varies depending on the service. We offer transparent pricing and provide a detailed estimate before any work begins. Free estimates are available for non-emergency services."},
|
|
|
|
|
id: "faq-3", title: "Do you provide estimates before starting repairs?", content: "Yes, transparency is key. We provide a detailed, no-obligation estimate for all major repairs before any work begins, ensuring you understand the costs involved."
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "faq-4", title: "Are your plumbers licensed and insured?", content: "Absolutely. All our technicians are fully licensed, insured, and highly trained to ensure professional and reliable service every time."},
|
|
|
|
|
id: "faq-4", title: "Are your auto technicians certified?", content: "Absolutely. Our team consists of highly trained and ASE Certified technicians dedicated to providing expert and reliable service for your vehicle."
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "faq-5", title: "What types of water heaters do you service?", content: "We service, repair, and install all major types of water heaters, including conventional tank water heaters and modern tankless water heaters."},
|
|
|
|
|
id: "faq-5", title: "What vehicles do you service?", content: "We proudly service most makes and models of cars, trucks, and SUVs, both foreign and domestic. Please contact us with your vehicle details if you have specific questions."
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "faq-6", title: "How often should I have my drains cleaned?", content: "We recommend professional drain cleaning at least once every 1-2 years to prevent buildup and clogs, especially if you experience slow drains frequently."},
|
|
|
|
|
id: "faq-6", title: "Do you offer a warranty on your repairs?", content: "Yes, we stand behind our work. Most of our repairs come with a warranty to give you peace of mind. Please ask our service advisors for specific warranty details."
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "faq-7", title: "Can I schedule an appointment online?", content: "Currently, we recommend calling us directly at (309) 786-5992 to schedule your service appointment. We're working on an online booking option for the future!"
|
|
|
|
|
}
|
|
|
|
|
]}
|
|
|
|
|
title="Frequently Asked Questions"
|
|
|
|
|
description="Find quick answers to common questions about our plumbing services, pricing, and operational details."
|
|
|
|
|
title="Common Questions About Our Auto Repair Services"
|
|
|
|
|
description="Find quick answers to common questions about our auto repair services, pricing, and operational details."
|
|
|
|
|
faqsAnimation="slide-up"
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
@@ -233,31 +242,35 @@ export default function LandingPage() {
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
background={{
|
|
|
|
|
variant: "downward-rays-static"}}
|
|
|
|
|
tag="Contact Us"
|
|
|
|
|
title="Get Your Plumbing Fixed Today!"
|
|
|
|
|
description="Reach out for emergency services or schedule a free estimate. We're here to help with all your plumbing and drain cleaning needs."
|
|
|
|
|
inputPlaceholder="Your Name / Email / Phone"
|
|
|
|
|
buttonText="Request Service"
|
|
|
|
|
termsText="By clicking Request Service, you agree to be contacted by Lenny's Plumbing."
|
|
|
|
|
tag="Connect With Us"
|
|
|
|
|
title="Schedule Your Auto Service or Get a Free Quote"
|
|
|
|
|
description="Ready to get your car serviced? Contact us today for an appointment or a no-obligation estimate. We're committed to providing top-notch auto repair."
|
|
|
|
|
inputPlaceholder="Enter your name, email, or phone for service"
|
|
|
|
|
buttonText="Request a Quote"
|
|
|
|
|
termsText="By clicking Request a Quote, you agree to be contacted by Automotive Expert regarding your service inquiry."
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="footer" data-section="footer">
|
|
|
|
|
<FooterMedia
|
|
|
|
|
videoSrc="http://img.b2bpic.net/free-photo/brutal-beard-worker-man-suit-construction-worker-safety-orange-helmet-near-steel-pipes-with-tape-measure-hand_627829-11415.jpg"
|
|
|
|
|
videoAriaLabel="Plumber working on pipes"
|
|
|
|
|
logoText="Lenny's Plumbing"
|
|
|
|
|
videoSrc="http://img.b2bpic.net/free-photo/mechanic-working-car-service_23-2147770858.jpg"
|
|
|
|
|
videoAriaLabel="Mechanic working on car"
|
|
|
|
|
logoText="Automotive Expert"
|
|
|
|
|
columns={[
|
|
|
|
|
{
|
|
|
|
|
title: "Services", items: [
|
|
|
|
|
{
|
|
|
|
|
label: "Emergency Plumbing", href: "#services"},
|
|
|
|
|
label: "Oil Change & Filters", href: "#services"},
|
|
|
|
|
{
|
|
|
|
|
label: "Drain Cleaning", href: "#services"},
|
|
|
|
|
label: "Brake & ABS Repair", href: "#services"},
|
|
|
|
|
{
|
|
|
|
|
label: "Water Heaters", href: "#services"},
|
|
|
|
|
label: "Engine Diagnostics", href: "#services"},
|
|
|
|
|
{
|
|
|
|
|
label: "Pipe Repair", href: "#services"},
|
|
|
|
|
label: "Tire Sales & Service", href: "#services"},
|
|
|
|
|
{
|
|
|
|
|
label: "AC & Heating", href: "#services"},
|
|
|
|
|
{
|
|
|
|
|
label: "Battery & Electrical", href: "#services"},
|
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
@@ -265,26 +278,28 @@ export default function LandingPage() {
|
|
|
|
|
{
|
|
|
|
|
label: "About Us", href: "#about"},
|
|
|
|
|
{
|
|
|
|
|
label: "Reviews", href: "#reviews"},
|
|
|
|
|
label: "Customer Reviews", href: "#reviews"},
|
|
|
|
|
{
|
|
|
|
|
label: "FAQ", href: "#faq"},
|
|
|
|
|
{
|
|
|
|
|
label: "Our Team", href: "#about"},
|
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: "Contact", items: [
|
|
|
|
|
{
|
|
|
|
|
label: "Get a Quote", href: "#contact"},
|
|
|
|
|
label: "Schedule Service", href: "#contact"},
|
|
|
|
|
{
|
|
|
|
|
label: "Call Us: (563) 391-3300", href: "tel:+15633913300"},
|
|
|
|
|
label: "Call Us: (309) 786-5992", href: "tel:+13097865992"},
|
|
|
|
|
{
|
|
|
|
|
label: "613 W 6th St, Davenport, IA", href: "https://www.google.com/maps/search/613+W+6th+St+Apt+3,+Davenport,+IA+52803"},
|
|
|
|
|
label: "Contact Us", href: "#contact"}
|
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
]}
|
|
|
|
|
copyrightText="© 2024 Lenny's Plumbing & Drain Cleaning. All rights reserved."
|
|
|
|
|
copyrightText="© 2024 Automotive Expert. All Rights Reserved."
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
</ReactLenis>
|
|
|
|
|
</ThemeProvider>
|
|
|
|
|
);
|
|
|
|
|
}
|
|
|
|
|
}
|