Update src/app/page.tsx

This commit is contained in:
2026-03-02 19:32:38 +00:00
parent 6006d059dd
commit 8ba8ab545a

View File

@@ -10,7 +10,7 @@ import MetricCardOne from "@/components/sections/metrics/MetricCardOne";
import ContactFaq from "@/components/sections/contact/ContactFaq";
import SocialProofOne from "@/components/sections/socialProof/SocialProofOne";
import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal";
import { Droplets, Pipe, AlertTriangle, Wrench, Users, Clock, CheckCircle, Award, Phone } from "lucide-react";
import { Droplets, AlertTriangle, Wrench, Users, Clock, CheckCircle, Award, Phone } from "lucide-react";
export default function LandingPage() {
return (
@@ -79,7 +79,7 @@ export default function LandingPage() {
],
},
{
title: "Drain & Sewer Cleaning", description: "Professional drain clearing using advanced equipment. We handle clogs, slow drains, and sewer line issues with minimal disruption to your home.", icon: Pipe,
title: "Drain & Sewer Cleaning", description: "Professional drain clearing using advanced equipment. We handle clogs, slow drains, and sewer line issues with minimal disruption to your home.", icon: AlertTriangle,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-asian-plumber-sitting-floor-repairing-kitchen-sink_1098-17780.jpg", imageAlt: "Professional drain cleaning"},
@@ -190,7 +190,7 @@ export default function LandingPage() {
{
id: "4", title: "What's your pricing policy?", content: "We provide upfront pricing with no hidden fees. We'll give you a detailed estimate before starting any work, and we offer competitive rates for quality service."},
{
id: "5", title: "Do you offer maintenance plans?", content: "Yes, we offer preventative maintenance plans to keep your plumbing system running smoothly and help avoid costly repairs. Contact us to discuss a plan that fits your needs."},
id: "5", title: "Do you offer maintenance plans?", content: "Yes, we offer preventative maintenance plans to keep your plumbing system running smoothly and help avoid costly repairs. Contact us to discuss a plan that fits your needs."}
]}
animationType="slide-up"
useInvertedBackground={false}