diff --git a/src/app/page.tsx b/src/app/page.tsx index 58534d9..017326c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -23,39 +23,6 @@ export default function HomePage() { { name: "Contact", id: "#contact" }, ]; - const footerColumns = [ - { - title: "Services", items: [ - { label: "Plumbing", href: "/services/plumbing" }, - { label: "Electrical", href: "/services/electrical" }, - { label: "Painting", href: "/services/painting" }, - { label: "Flooring", href: "/services/flooring" }, - { label: "Wall Mounting", href: "#services" }, - ], - }, - { - title: "Company", items: [ - { label: "About Us", href: "#about" }, - { label: "Our Team", href: "#team" }, - { label: "Reviews", href: "#testimonials" }, - { label: "Contact", href: "#contact" }, - ], - }, - { - title: "Contact", items: [ - { label: "Call: 804-938-0669", href: "tel:804-938-0669" }, - { label: "Richmond, VA", href: "#" }, - { label: "Request Service", href: "#contact" }, - ], - }, - { - title: "Legal", items: [ - { label: "Privacy Policy", href: "#" }, - { label: "Terms of Service", href: "#" }, - ], - }, - ]; - return ( diff --git a/src/app/services/electrical/page.tsx b/src/app/services/electrical/page.tsx index 6d6af73..148a34d 100644 --- a/src/app/services/electrical/page.tsx +++ b/src/app/services/electrical/page.tsx @@ -7,7 +7,7 @@ import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGaller import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree'; import ContactCTA from '@/components/sections/contact/ContactCTA'; import FooterSimple from '@/components/sections/footer/FooterSimple'; -import { Hammer, Star, Zap, Phone } from 'lucide-react'; +import { Star, Zap, Phone } from 'lucide-react'; export default function ElectricalServicesPage() { const navItems = [ @@ -18,39 +18,6 @@ export default function ElectricalServicesPage() { { name: "Contact", id: "#contact" }, ]; - const footerColumns = [ - { - title: "Services", items: [ - { label: "Plumbing", href: "/services/plumbing" }, - { label: "Electrical", href: "/services/electrical" }, - { label: "Painting", href: "/services/painting" }, - { label: "Flooring", href: "/services/flooring" }, - { label: "Wall Mounting", href: "#services" }, - ], - }, - { - title: "Company", items: [ - { label: "About Us", href: "#about" }, - { label: "Our Team", href: "#team" }, - { label: "Reviews", href: "#testimonials" }, - { label: "Contact", href: "#contact" }, - ], - }, - { - title: "Contact", items: [ - { label: "Call: 804-938-0669", href: "tel:804-938-0669" }, - { label: "Richmond, VA", href: "#" }, - { label: "Request Service", href: "#contact" }, - ], - }, - { - title: "Legal", items: [ - { label: "Privacy Policy", href: "#" }, - { label: "Terms of Service", href: "#" }, - ], - }, - ]; - return ( diff --git a/src/app/services/painting/page.tsx b/src/app/services/painting/page.tsx index c761024..b3e36d9 100644 --- a/src/app/services/painting/page.tsx +++ b/src/app/services/painting/page.tsx @@ -7,7 +7,7 @@ import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGaller import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree'; import ContactCTA from '@/components/sections/contact/ContactCTA'; import FooterSimple from '@/components/sections/footer/FooterSimple'; -import { Hammer, Star, Brush, Phone } from 'lucide-react'; +import { Star, Palette, Phone } from 'lucide-react'; export default function PaintingServicesPage() { const navItems = [ @@ -18,39 +18,6 @@ export default function PaintingServicesPage() { { name: "Contact", id: "#contact" }, ]; - const footerColumns = [ - { - title: "Services", items: [ - { label: "Plumbing", href: "/services/plumbing" }, - { label: "Electrical", href: "/services/electrical" }, - { label: "Painting", href: "/services/painting" }, - { label: "Flooring", href: "/services/flooring" }, - { label: "Wall Mounting", href: "#services" }, - ], - }, - { - title: "Company", items: [ - { label: "About Us", href: "#about" }, - { label: "Our Team", href: "#team" }, - { label: "Reviews", href: "#testimonials" }, - { label: "Contact", href: "#contact" }, - ], - }, - { - title: "Contact", items: [ - { label: "Call: 804-938-0669", href: "tel:804-938-0669" }, - { label: "Richmond, VA", href: "#" }, - { label: "Request Service", href: "#contact" }, - ], - }, - { - title: "Legal", items: [ - { label: "Privacy Policy", href: "#" }, - { label: "Terms of Service", href: "#" }, - ], - }, - ]; - return ( diff --git a/src/app/services/plumbing/page.tsx b/src/app/services/plumbing/page.tsx index 642f2dc..8dc7666 100644 --- a/src/app/services/plumbing/page.tsx +++ b/src/app/services/plumbing/page.tsx @@ -7,7 +7,7 @@ import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGaller import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree'; import ContactCTA from '@/components/sections/contact/ContactCTA'; import FooterSimple from '@/components/sections/footer/FooterSimple'; -import { Hammer, Star, Wrench, Phone } from "lucide-react"; +import { Wrench, Star, Phone } from "lucide-react"; export default function PlumbingPage() { const navItems = [ @@ -18,39 +18,6 @@ export default function PlumbingPage() { { name: "Contact", id: "#contact" }, ]; - const footerColumns = [ - { - title: "Services", items: [ - { label: "Plumbing", href: "/services/plumbing" }, - { label: "Electrical", href: "/services/electrical" }, - { label: "Painting", href: "/services/painting" }, - { label: "Flooring", href: "/services/flooring" }, - { label: "Wall Mounting", href: "#services" }, - ], - }, - { - title: "Company", items: [ - { label: "About Us", href: "#about" }, - { label: "Our Team", href: "#team" }, - { label: "Reviews", href: "#testimonials" }, - { label: "Contact", href: "#contact" }, - ], - }, - { - title: "Contact", items: [ - { label: "Call: 804-938-0669", href: "tel:804-938-0669" }, - { label: "Richmond, VA", href: "#" }, - { label: "Request Service", href: "#contact" }, - ], - }, - { - title: "Legal", items: [ - { label: "Privacy Policy", href: "#" }, - { label: "Terms of Service", href: "#" }, - ], - }, - ]; - return (