diff --git a/src/app/page.tsx b/src/app/page.tsx index 6d5324d..9d7da85 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,7 +8,7 @@ import SplitAbout from "@/components/sections/about/SplitAbout"; import TestimonialCardOne from "@/components/sections/testimonial/TestimonialCardOne"; import ContactCTA from "@/components/sections/contact/ContactCTA"; import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal"; -import { CheckCircle, DollarSign, Droplets, Phone, Pipe, Shield, Wrench, Zap } from "lucide-react"; +import { CheckCircle, DollarSign, Droplets, Phone, Shield, Wrench, Zap } from "lucide-react"; export default function LandingPage() { return ( @@ -63,19 +63,24 @@ export default function LandingPage() { features={[ { icon: Wrench, - title: "Emergency Repairs", description: "Available 24/7 for urgent plumbing emergencies. Fast response times and reliable solutions."}, + title: "Emergency Repairs", description: "Available 24/7 for urgent plumbing emergencies. Fast response times and reliable solutions." + }, { - icon: Pipe, - title: "Pipe Installation", description: "Professional installation of new plumbing systems and pipe replacements with quality materials."}, + icon: Wrench, + title: "Pipe Installation", description: "Professional installation of new plumbing systems and pipe replacements with quality materials." + }, { icon: Droplets, - title: "Water Heater Service", description: "Installation, maintenance, and repair of all water heater types and brands."}, + title: "Water Heater Service", description: "Installation, maintenance, and repair of all water heater types and brands." + }, { icon: Zap, - title: "Drain Cleaning", description: "Advanced drain cleaning services to eliminate clogs and keep your plumbing flowing smoothly."}, + title: "Drain Cleaning", description: "Advanced drain cleaning services to eliminate clogs and keep your plumbing flowing smoothly." + }, { icon: Shield, - title: "Preventive Maintenance", description: "Regular inspections and maintenance to prevent costly plumbing problems before they occur."}, + title: "Preventive Maintenance", description: "Regular inspections and maintenance to prevent costly plumbing problems before they occur." + }, ]} animationType="slide-up" textboxLayout="default" @@ -119,16 +124,20 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Sarah Mitchell", role: "Homeowner", company: "Downtown Resident", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "Sarah Mitchell"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "Sarah Mitchell" + }, { id: "2", name: "James Rodriguez", role: "Business Manager", company: "Commercial Building", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg", imageAlt: "James Rodriguez"}, + imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg", imageAlt: "James Rodriguez" + }, { id: "3", name: "Emily Chen", role: "Homeowner", company: "Suburban Area", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg", imageAlt: "Emily Chen"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg", imageAlt: "Emily Chen" + }, { id: "4", name: "Michael Thompson", role: "Restaurant Owner", company: "Local Restaurant", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Michael Thompson"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Michael Thompson" + }, ]} gridVariant="uniform-all-items-equal" animationType="slide-up"