diff --git a/src/app/page.tsx b/src/app/page.tsx index ab78939..1808151 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import MetricCardOne from "@/components/sections/metrics/MetricCardOne"; import FaqBase from "@/components/sections/faq/FaqBase"; import ContactFaq from "@/components/sections/contact/ContactFaq"; import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal"; -import { Shield, Award, Droplet, Pipe, Zap, Wind, Search, Lightbulb, Calendar, Star, Clock, HelpCircle, Phone } from "lucide-react"; +import { Shield, Award, Droplet, Zap, Wind, Search, Lightbulb, Calendar, Star, Clock, HelpCircle, Phone, Wrench } from "lucide-react"; export default function LandingPage() { return ( @@ -68,6 +68,7 @@ export default function LandingPage() { imageAlt="AA Drain Medic professional plumbing team" useInvertedBackground={false} mediaAnimation="slide-up" + metricsAnimation="slide-up" /> @@ -83,22 +84,28 @@ export default function LandingPage() { features={[ { icon: Droplet, - title: "Drain Cleaning", description: "Professional drain cleaning and clogged drain removal using advanced hydro-jet technology"}, + title: "Drain Cleaning", description: "Professional drain cleaning and clogged drain removal using advanced hydro-jet technology" + }, { - icon: Pipe, - title: "Sewer Services", description: "Sewer line inspection, repair, and maintenance with trenchless pipe repair technology"}, + icon: Wrench, + title: "Sewer Services", description: "Sewer line inspection, repair, and maintenance with trenchless pipe repair technology" + }, { icon: Zap, - title: "Emergency Plumbing", description: "24/7 emergency plumbing services with fast response times when you need us most"}, + title: "Emergency Plumbing", description: "24/7 emergency plumbing services with fast response times when you need us most" + }, { icon: Wind, - title: "HVAC Services", description: "Professional HVAC and duct cleaning services for optimal system performance"}, + title: "HVAC Services", description: "Professional HVAC and duct cleaning services for optimal system performance" + }, { icon: Search, - title: "Water Leak Detection", description: "Advanced leak detection technology to identify and fix water leaks before they cause damage"}, + title: "Water Leak Detection", description: "Advanced leak detection technology to identify and fix water leaks before they cause damage" + }, { icon: Lightbulb, - title: "Expert Consultation", description: "Professional assessment and upfront pricing for all your plumbing and HVAC needs"}, + title: "Expert Consultation", description: "Professional assessment and upfront pricing for all your plumbing and HVAC needs" + }, ]} /> @@ -139,15 +146,20 @@ export default function LandingPage() { faqsAnimation="slide-up" faqs={[ { - id: "1", title: "What areas do you serve?", content: "We proudly serve Ottawa, Kansas and the surrounding communities. We provide both residential and commercial plumbing services. Contact us to confirm service availability for your location."}, + id: "1", title: "What areas do you serve?", content: "We proudly serve Ottawa, Kansas and the surrounding communities. We provide both residential and commercial plumbing services. Contact us to confirm service availability for your location." + }, { - id: "2", title: "Do you offer emergency plumbing services?", content: "Yes! We offer 24/7 emergency plumbing services. Simply call (785) 242-2444 to reach our emergency line. We prioritize urgent calls and work to get a technician to your location quickly."}, + id: "2", title: "Do you offer emergency plumbing services?", content: "Yes! We offer 24/7 emergency plumbing services. Simply call (785) 242-2444 to reach our emergency line. We prioritize urgent calls and work to get a technician to your location quickly." + }, { - id: "3", title: "What is your pricing structure?", content: "We believe in upfront, honest pricing. We'll provide you with a detailed estimate before work begins so there are no surprises. Our competitive rates reflect our 30+ years of expertise and commitment to quality service."}, + id: "3", title: "What is your pricing structure?", content: "We believe in upfront, honest pricing. We'll provide you with a detailed estimate before work begins so there are no surprises. Our competitive rates reflect our 30+ years of expertise and commitment to quality service." + }, { - id: "4", title: "What technology do you use for drain cleaning?", content: "We use advanced hydro-jet cleaning equipment for effective drain cleaning. For sewer line inspections, we use camera technology to identify issues accurately. These modern methods are efficient and minimize disruption to your property."}, + id: "4", title: "What technology do you use for drain cleaning?", content: "We use advanced hydro-jet cleaning equipment for effective drain cleaning. For sewer line inspections, we use camera technology to identify issues accurately. These modern methods are efficient and minimize disruption to your property." + }, { - id: "5", title: "How quickly can you respond to a service call?", content: "Our team aims for fast response times on all service requests. During business hours, we typically schedule appointments within 1-2 days. For emergency calls, we prioritize urgent situations and dispatch technicians as quickly as possible."}, + id: "5", title: "How quickly can you respond to a service call?", content: "Our team aims for fast response times on all service requests. During business hours, we typically schedule appointments within 1-2 days. For emergency calls, we prioritize urgent situations and dispatch technicians as quickly as possible." + }, ]} /> @@ -162,11 +174,14 @@ export default function LandingPage() { animationType="slide-up" faqs={[ { - id: "1", title: "What should I do if I have a burst pipe?", content: "Turn off the main water supply immediately to prevent further damage. Call us right away at (785) 242-2444. We offer emergency service 24/7. Try to locate the burst area and contain any water if possible. Document the damage with photos for insurance purposes."}, + id: "1", title: "What should I do if I have a burst pipe?", content: "Turn off the main water supply immediately to prevent further damage. Call us right away at (785) 242-2444. We offer emergency service 24/7. Try to locate the burst area and contain any water if possible. Document the damage with photos for insurance purposes." + }, { - id: "2", title: "How can I prevent drain clogs?", content: "Use drain screens to catch debris, avoid pouring grease down drains, don't flush non-flushable items, and periodically flush drains with hot water. Regular professional maintenance can also help prevent major clogs. Contact us for preventative drain cleaning services."}, + id: "2", title: "How can I prevent drain clogs?", content: "Use drain screens to catch debris, avoid pouring grease down drains, don't flush non-flushable items, and periodically flush drains with hot water. Regular professional maintenance can also help prevent major clogs. Contact us for preventative drain cleaning services." + }, { - id: "3", title: "What's the difference between trenchless and traditional sewer repair?", content: "Trenchless repair doesn't require excavation, saving time and money while minimizing disruption to your yard. Traditional repair involves digging trenches. We use trenchless technology when possible for a less invasive solution to sewer line problems."}, + id: "3", title: "What's the difference between trenchless and traditional sewer repair?", content: "Trenchless repair doesn't require excavation, saving time and money while minimizing disruption to your yard. Traditional repair involves digging trenches. We use trenchless technology when possible for a less invasive solution to sewer line problems." + }, ]} />