Merge version_1 into main #4
@@ -5,7 +5,7 @@ import Link from "next/link";
|
||||
import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered";
|
||||
import FeatureCardTwentySix from "@/components/sections/feature/FeatureCardTwentySix";
|
||||
import FooterMedia from "@/components/sections/footer/FooterMedia";
|
||||
import { Zap, Droplets, Flame, AlertCircle, Wrench, Pipe } from "lucide-react";
|
||||
import { Zap, Droplets, Flame, AlertCircle, Wrench, Zap as PipeIcon } from "lucide-react";
|
||||
|
||||
const navItems = [
|
||||
{ name: "Home", id: "home" },
|
||||
@@ -82,7 +82,7 @@ export default function ServicesPage() {
|
||||
title: "Furnace & Heating Repair", description: "Expert heating system repair and maintenance to keep your home warm.", imageSrc: "http://img.b2bpic.net/free-photo/engineer-assembling-hvac-unit-manometers_482257-92713.jpg", imageAlt: "Heating system", buttonIcon: Flame,
|
||||
},
|
||||
{
|
||||
title: "Drain & Pipe Issues", description: "Professional drain cleaning and pipe repair using modern equipment.", imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721547.jpg", imageAlt: "Drain service", buttonIcon: Pipe,
|
||||
title: "Drain & Pipe Issues", description: "Professional drain cleaning and pipe repair using modern equipment.", imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721547.jpg", imageAlt: "Drain service", buttonIcon: PipeIcon,
|
||||
},
|
||||
{
|
||||
title: "Gas Line Inspections", description: "Safety inspections and maintenance of residential gas lines and appliances.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-carpenter-working-with-experienced-man_329181-15627.jpg", imageAlt: "Gas inspection", buttonIcon: AlertCircle,
|
||||
|
||||
Reference in New Issue
Block a user