From 40991b922ea526e8cf4439881414709d52fec328 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 20:41:57 +0000 Subject: [PATCH 1/5] Update src/app/about/page.tsx --- src/app/about/page.tsx | 22 +++++++--------------- 1 file changed, 7 insertions(+), 15 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index a4679bd..cac6640 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -48,7 +48,7 @@ export default function AboutPage() {
Date: Tue, 10 Mar 2026 20:41:57 +0000 Subject: [PATCH 2/5] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 34b6e97..23c50e7 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -49,7 +49,7 @@ export default function ContactPage() {
Date: Tue, 10 Mar 2026 20:41:57 +0000 Subject: [PATCH 3/5] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index dbc0073..b573934 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; import FaqSplitText from '@/components/sections/faq/FaqSplitText'; import FooterCard from '@/components/sections/footer/FooterCard'; -import { Zap, Shield, Users, Sparkles, Heart, BookOpen, Wrench, TrendingUp, Facebook, Twitter, Linkedin } from 'lucide-react'; +import { Zap, Shield, Users, Sparkles, Heart, BookOpen, Wrench, TrendingUp, Facebook, Twitter, Linkedin, Phone } from 'lucide-react'; import Link from 'next/link'; export default function HomePage() { @@ -45,7 +45,7 @@ export default function HomePage() {
Date: Tue, 10 Mar 2026 20:41:58 +0000 Subject: [PATCH 4/5] Update src/app/services/page.tsx --- src/app/services/page.tsx | 53 +++++++++++---------------------------- 1 file changed, 15 insertions(+), 38 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index b740deb..a22c825 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -43,35 +43,23 @@ export default function ServicesPage() { features={[ { id: 1, - title: "Air Conditioner Installation", - description: "Professional AC system installation with expert setup, proper sizing, and optimal performance. We ensure your new unit is installed correctly for maximum efficiency and comfort.", - imageSrc: "http://img.b2bpic.net/free-photo/repairman-reconditioning-hvac-system_482257-80009.jpg?_wi=3", - imageAlt: "AC installation service" + title: "Air Conditioner Installation", description: "Professional AC system installation with expert setup, proper sizing, and optimal performance. We ensure your new unit is installed correctly for maximum efficiency and comfort.", imageSrc: "http://img.b2bpic.net/free-photo/repairman-reconditioning-hvac-system_482257-80009.jpg?_wi=3", imageAlt: "AC installation service" }, { id: 2, - title: "HVAC System Replacement", - description: "Upgrade old heating and cooling systems to efficient new units. We handle the entire process from removal to installation, ensuring a smooth transition to better performance.", - imageSrc: "http://img.b2bpic.net/free-photo/professional-looking-freon-levels_482257-90904.jpg?_wi=3", - imageAlt: "HVAC system replacement" + title: "HVAC System Replacement", description: "Upgrade old heating and cooling systems to efficient new units. We handle the entire process from removal to installation, ensuring a smooth transition to better performance.", imageSrc: "http://img.b2bpic.net/free-photo/professional-looking-freon-levels_482257-90904.jpg?_wi=3", imageAlt: "HVAC system replacement" }, { id: 3, - title: "Smart Thermostat Installation", - description: "Installation and Wi-Fi setup for smart thermostats. We configure your device and ensure you're comfortable controlling your home's temperature from anywhere.", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-holding-smartphone_23-2150652840.jpg?_wi=2", - imageAlt: "Smart thermostat installation" + title: "Smart Thermostat Installation", description: "Installation and Wi-Fi setup for smart thermostats. We configure your device and ensure you're comfortable controlling your home's temperature from anywhere.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-holding-smartphone_23-2150652840.jpg?_wi=2", imageAlt: "Smart thermostat installation" }, { id: 4, - title: "Preventative Maintenance", - description: "Regular maintenance to keep systems running efficiently and prevent costly breakdowns. Scheduled service ensures your HVAC operates at peak performance year-round.", - imageSrc: "http://img.b2bpic.net/free-photo/repairman-installing-condenser-close-up_482257-78541.jpg?_wi=2", - imageAlt: "Preventative maintenance service" + title: "Preventative Maintenance", description: "Regular maintenance to keep systems running efficiently and prevent costly breakdowns. Scheduled service ensures your HVAC operates at peak performance year-round.", imageSrc: "http://img.b2bpic.net/free-photo/repairman-installing-condenser-close-up_482257-78541.jpg?_wi=2", imageAlt: "Preventative maintenance service" } ]} title="Our HVAC Services" - description="Comprehensive heating and cooling solutions tailored to your home's needs." + description="Comprehensive heating and cooling solutions tailored to your home's needs. Call +1 410-455-5200 for professional service." tag="Services" tagIcon={Wrench} tagAnimation="slide-up" @@ -84,31 +72,23 @@ export default function ServicesPage() {
@@ -117,22 +97,19 @@ export default function ServicesPage() {