diff --git a/src/app/page.tsx b/src/app/page.tsx index af46d4c..45238df 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import TestimonialCardTen from "@/components/sections/testimonial/TestimonialCar import ContactText from "@/components/sections/contact/ContactText"; import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal"; import Link from "next/link"; -import { Clock, Star, Pipe, Users, HardHat, MapPin } from "lucide-react"; +import { Clock, Star, Wrench, Users, HardHat, MapPin } from "lucide-react"; export default function HomePage() { const navItems = [ @@ -63,7 +63,6 @@ export default function HomePage() { mediaAnimation="slide-up" tagAnimation="slide-up" buttonAnimation="slide-up" - useInvertedBackground={false} /> @@ -104,7 +103,7 @@ export default function HomePage() { ], }, { - title: "Expert Repairs", description: "Specialized experience in complex water line and sewer line diagnosis and repair.", icon: Pipe, + title: "Expert Repairs", description: "Specialized experience in complex water line and sewer line diagnosis and repair.", icon: Wrench, mediaItems: [ { imageSrc: "http://img.b2bpic.net/free-photo/wrench-connectors-with-clear-paper_23-2147772281.jpg", imageAlt: "Pipe icon"}, @@ -197,7 +196,6 @@ export default function HomePage() { logoText="Stott Plumbing & Excavating" leftLink={{ text: "Privacy Policy", href: "#" }} rightLink={{ text: "Terms of Service", href: "#" }} - useInvertedBackground={true} /> diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index abaa8e7..e185359 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -48,16 +48,16 @@ export default function ServicesPage() { reviewCount: "Local Expert", imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721539.jpg", imageAlt: "Main water line repair"}, { id: "service-2", name: "Sewer Line Repair", brand: "Excavation", price: "Get a Quote", rating: 5, - reviewCount: "Reliable", imageSrc: "http://img.b2bpic.net/free-photo/cable-nails_23-2147773468.jpg?_wi=1", imageAlt: "Sewer line repair"}, + reviewCount: "Reliable", imageSrc: "http://img.b2bpic.net/free-photo/cable-nails_23-2147773468.jpg", imageAlt: "Sewer line repair"}, { id: "service-3", name: "Drain Cleaning", brand: "Plumbing", price: "Get a Quote", rating: 5, - reviewCount: "Fast & Efficient", imageSrc: "http://img.b2bpic.net/free-photo/water-background-with-kiwi_23-2147608402.jpg?_wi=1", imageAlt: "Drain cleaning"}, + reviewCount: "Fast & Efficient", imageSrc: "http://img.b2bpic.net/free-photo/water-background-with-kiwi_23-2147608402.jpg", imageAlt: "Drain cleaning"}, { id: "service-4", name: "Water Heater Replacement", brand: "Plumbing", price: "Get a Quote", rating: 5, - reviewCount: "New Installations", imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990696.jpg?_wi=1", imageAlt: "Water heater replacement"}, + reviewCount: "New Installations", imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990696.jpg", imageAlt: "Water heater replacement"}, { id: "service-5", name: "Pipe Repair", brand: "Plumbing", price: "Get a Quote", rating: 5, - reviewCount: "Leak Detection", imageSrc: "http://img.b2bpic.net/free-photo/technician-checking-heating-system-boiler-room_169016-55519.jpg?_wi=1", imageAlt: "Pipe repair"}, + reviewCount: "Leak Detection", imageSrc: "http://img.b2bpic.net/free-photo/technician-checking-heating-system-boiler-room_169016-55519.jpg", imageAlt: "Pipe repair"}, { id: "service-6", name: "Excavation Services", brand: "Excavation", price: "Get a Quote", rating: 5, reviewCount: "Site Work", imageSrc: "http://img.b2bpic.net/free-photo/tractor-operator-sand-pit_1398-1271.jpg", imageAlt: "Excavation services"}, @@ -118,7 +118,6 @@ export default function ServicesPage() { logoText="Stott Plumbing & Excavating" leftLink={{ text: "Privacy Policy", href: "#" }} rightLink={{ text: "Terms of Service", href: "#" }} - useInvertedBackground={true} /> diff --git a/src/app/services/sewer-line-repair/page.tsx b/src/app/services/sewer-line-repair/page.tsx index 1afd357..b03bbf3 100644 --- a/src/app/services/sewer-line-repair/page.tsx +++ b/src/app/services/sewer-line-repair/page.tsx @@ -14,7 +14,6 @@ import { Hammer, HardHat, MapPin, - Pipe, Search, ShieldCheck, Star, @@ -127,7 +126,6 @@ export default function SewerLineRepairPage() { text: "Privacy Policy", href: "/privacy-policy"}} rightLink={{ text: "Terms of Service", href: "/terms-of-service"}} - useInvertedBackground={true} /> diff --git a/src/app/services/water-line-repair/page.tsx b/src/app/services/water-line-repair/page.tsx index 0c9ed41..f357b3a 100644 --- a/src/app/services/water-line-repair/page.tsx +++ b/src/app/services/water-line-repair/page.tsx @@ -14,7 +14,6 @@ import { Hammer, HardHat, MapPin, - Pipe, Search, ShieldCheck, Star, @@ -127,7 +126,6 @@ export default function WaterLineRepairPage() { text: "Privacy Policy", href: "/privacy-policy"}} rightLink={{ text: "Terms of Service", href: "/terms-of-service"}} - useInvertedBackground={true} />