Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-03-06 23:47:04 +00:00

View File

@@ -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, PipeLock } from "lucide-react";
import { Zap, Droplets, Flame, AlertCircle, Wrench, Pipe } from "lucide-react";
const navItems = [
{ name: "Home", id: "home" },
@@ -60,7 +60,8 @@ export default function ServicesPage() {
<NavbarStyleCentered
navItems={navItems}
button={{
text: "Request Service", href: "#contact"}}
text: "Request Service", href: "#contact"
}}
brandName="Schneider Plumbing & Heating"
/>
</div>
@@ -81,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: PipeLock,
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: "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,