9 Commits

Author SHA1 Message Date
c30c908369 Merge version_2 into main
Merge version_2 into main
2026-03-10 20:42:02 +00:00
d319a02274 Update src/app/testimonials/page.tsx 2026-03-10 20:41:58 +00:00
e1579af271 Update src/app/services/page.tsx 2026-03-10 20:41:58 +00:00
81fa4109d9 Update src/app/page.tsx 2026-03-10 20:41:57 +00:00
f26348725c Update src/app/contact/page.tsx 2026-03-10 20:41:57 +00:00
40991b922e Update src/app/about/page.tsx 2026-03-10 20:41:57 +00:00
c3d0ee435d Merge version_1 into main
Merge version_1 into main
2026-03-10 20:35:58 +00:00
c04ac344cb Merge version_1 into main
Merge version_1 into main
2026-03-10 20:35:33 +00:00
65b0847a54 Merge version_1 into main
Merge version_1 into main
2026-03-10 20:34:35 +00:00
5 changed files with 41 additions and 90 deletions

View File

@@ -48,7 +48,7 @@ export default function AboutPage() {
<div id="why-choose-us" data-section="why-choose-us">
<SplitAbout
title="Why Choose Tra Preventative Maintenance"
description="We're committed to providing honest service, clean installations, customer education, and dependable HVAC solutions that exceed expectations."
description="We're committed to providing honest service, clean installations, customer education, and dependable HVAC solutions that exceed expectations. Call +1 410-455-5200 to learn more."
tag="Our Commitment"
tagIcon={Shield}
tagAnimation="slide-up"
@@ -56,24 +56,16 @@ export default function AboutPage() {
useInvertedBackground={false}
bulletPoints={[
{
title: "Professional Technicians",
description: "Our team of highly trained experts brings years of industry experience to every installation and repair.",
icon: Users,
title: "Professional Technicians", description: "Our team of highly trained experts brings years of industry experience to every installation and repair.", icon: Users,
},
{
title: "Extremely Clean Work",
description: "We maintain the highest standards of cleanliness while working in your home, protecting your space and peace of mind.",
icon: Sparkles,
title: "Extremely Clean Work", description: "We maintain the highest standards of cleanliness while working in your home, protecting your space and peace of mind.", icon: Sparkles,
},
{
title: "Excellent Customer Service",
description: "From the first call to project completion, we prioritize your satisfaction and address every concern.",
icon: Heart,
title: "Excellent Customer Service", description: "From the first call to project completion, we prioritize your satisfaction and address every concern.", icon: Heart,
},
{
title: "Expert Education",
description: "We take time to explain new systems, help with smart thermostat setup, and ensure you understand how everything works.",
icon: BookOpen,
title: "Expert Education", description: "We take time to explain new systems, help with smart thermostat setup, and ensure you understand how everything works.", icon: BookOpen,
},
]}
imageSrc="http://img.b2bpic.net/free-photo/person-taking-care-office-cleaning_23-2149374430.jpg?_wi=2"
@@ -92,7 +84,7 @@ export default function AboutPage() {
{ id: "4", value: "24/7", description: "Emergency Service" },
]}
title="Proven Track Record"
description="Trusted by homeowners across the region for reliable service and professional expertise."
description="Trusted by homeowners across the region for reliable service and professional expertise. Contact us at +1 410-455-5200."
tag="By The Numbers"
tagIcon={Linkedin}
tagAnimation="slide-up"
@@ -106,7 +98,7 @@ export default function AboutPage() {
<div id="footer" data-section="footer">
<FooterCard
logoText="Tra Maintenance"
copyrightText="© 2025 Tra Preventative Maintenance, LLC. All rights reserved."
copyrightText="© 2025 Tra Preventative Maintenance, LLC. All rights reserved. Phone: +1 410-455-5200"
socialLinks={[
{ icon: Facebook, href: "https://facebook.com", ariaLabel: "Facebook" },
{ icon: Twitter, href: "https://twitter.com", ariaLabel: "Twitter" },

View File

@@ -49,7 +49,7 @@ export default function ContactPage() {
<div id="hero" data-section="hero">
<HeroSplitDoubleCarousel
title="Get Professional HVAC Service Today"
description="Schedule your installation, maintenance, or replacement service with Tra Preventative Maintenance. Our expert technicians are ready to help you achieve optimal home comfort."
description="Schedule your installation, maintenance, or replacement service with Tra Preventative Maintenance. Our expert technicians are ready to help you achieve optimal home comfort. Call +1 410-455-5200."
tag="Expert HVAC Solutions"
tagIcon={Zap}
tagAnimation="slide-up"
@@ -88,7 +88,7 @@ export default function ContactPage() {
<div id="contact-cta" data-section="contact-cta">
<ContactFaq
ctaTitle="Ready to Improve Your Home's Comfort?"
ctaDescription="Schedule a service appointment or request a free quote today. Our team is ready to help."
ctaDescription="Schedule a service appointment or request a free quote today. Our team is ready to help. Call +1 410-455-5200 or fill out our contact form."
ctaButton={{
text: "Schedule Service Now", href: "#contact-form"}}
ctaIcon={Phone}
@@ -96,7 +96,7 @@ export default function ContactPage() {
animationType="slide-up"
faqs={[
{
id: "1", title: "What areas do you service?", content: "We serve the greater metropolitan area and surrounding regions. Contact us to confirm service availability for your location."},
id: "1", title: "What areas do you service?", content: "We serve the greater metropolitan area and surrounding regions. Call +1 410-455-5200 to confirm service availability for your location."},
{
id: "2", title: "Do you offer financing options?", content: "Yes, we work with several financing partners to help make HVAC upgrades affordable. Ask about available payment plans during your consultation."},
{
@@ -110,7 +110,7 @@ export default function ContactPage() {
<div id="footer" data-section="footer">
<FooterCard
logoText="Tra Maintenance"
copyrightText="© 2025 Tra Preventative Maintenance, LLC. All rights reserved."
copyrightText="© 2025 Tra Preventative Maintenance, LLC. All rights reserved. Phone: +1 410-455-5200"
socialLinks={[
{
icon: Facebook,

View File

@@ -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() {
<div id="hero" data-section="hero">
<HeroSplitDoubleCarousel
title="Reliable HVAC Service You Can Trust."
description="Professional installation, preventative maintenance, and expert HVAC solutions for your home."
description="Professional installation, preventative maintenance, and expert HVAC solutions for your home. Call +1 410-455-5200 to schedule your service."
tag="Expert HVAC Solutions"
tagIcon={Zap}
tagAnimation="slide-up"
@@ -90,7 +90,7 @@ export default function HomePage() {
<div id="why-choose-us" data-section="why-choose-us">
<SplitAbout
title="Why Choose Tra Preventative Maintenance"
description="We're committed to providing honest service, clean installations, customer education, and dependable HVAC solutions that exceed expectations."
description="We're committed to providing honest service, clean installations, customer education, and dependable HVAC solutions that exceed expectations. Contact us at +1 410-455-5200 today."
tag="Our Commitment"
tagIcon={Shield}
tagAnimation="slide-up"
@@ -120,7 +120,7 @@ export default function HomePage() {
<div id="services" data-section="services">
<FeatureCardSeven
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"
@@ -151,7 +151,7 @@ export default function HomePage() {
<div id="metrics" data-section="metrics">
<MetricCardTwo
title="Proven Track Record"
description="Trusted by homeowners across the region for reliable service and professional expertise."
description="Trusted by homeowners across the region for reliable service and professional expertise. Call +1 410-455-5200 to join our satisfied customers."
tag="By The Numbers"
tagIcon={TrendingUp}
tagAnimation="slide-up"
@@ -224,7 +224,7 @@ export default function HomePage() {
}
]}
sideTitle="Frequently Asked Questions About HVAC Services"
sideDescription="Find answers to common questions about our HVAC installation, maintenance, and replacement services."
sideDescription="Find answers to common questions about our HVAC installation, maintenance, and replacement services. For immediate assistance, call +1 410-455-5200."
textPosition="left"
faqsAnimation="slide-up"
useInvertedBackground={false}
@@ -235,7 +235,7 @@ export default function HomePage() {
<div id="footer" data-section="footer">
<FooterCard
logoText="Tra Maintenance"
copyrightText="© 2025 Tra Preventative Maintenance, LLC. All rights reserved."
copyrightText="© 2025 Tra Preventative Maintenance, LLC. All rights reserved. Phone: +1 410-455-5200"
socialLinks={[
{
icon: Facebook,

View File

@@ -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() {
<div id="contact-cta" data-section="contact-cta">
<ContactFaq
ctaTitle="Ready to Improve Your Home's Comfort?"
ctaDescription="Schedule a service appointment or request a free quote today. Our team is ready to help."
ctaButton={{ text: "Schedule Service Now", href: "#contact-form" }}
ctaDescription="Schedule a service appointment or request a free quote today. Our team is ready to help. Call +1 410-455-5200."
ctaButton={{ text: "Schedule Service Now", href: "/contact" }}
ctaIcon={Phone}
useInvertedBackground={false}
animationType="slide-up"
faqs={[
{
id: "1",
title: "What areas do you service?",
content: "We serve the greater metropolitan area and surrounding regions. Contact us to confirm service availability for your location."
id: "1", title: "What areas do you service?", content: "We serve the greater metropolitan area and surrounding regions. Contact us at +1 410-455-5200 to confirm service availability for your location."
},
{
id: "2",
title: "Do you offer financing options?",
content: "Yes, we work with several financing partners to help make HVAC upgrades affordable. Ask about available payment plans during your consultation."
id: "2", title: "Do you offer financing options?", content: "Yes, we work with several financing partners to help make HVAC upgrades affordable. Ask about available payment plans during your consultation."
},
{
id: "3",
title: "Are your technicians licensed and insured?",
content: "All our technicians are fully licensed, certified, and insured. You can trust us to work professionally and safely in your home."
id: "3", title: "Are your technicians licensed and insured?", content: "All our technicians are fully licensed, certified, and insured. You can trust us to work professionally and safely in your home."
},
{
id: "4",
title: "How long does an HVAC installation take?",
content: "Most installations take 4-8 hours depending on system complexity. We'll provide a timeline estimate before work begins."
id: "4", title: "How long does an HVAC installation take?", content: "Most installations take 4-8 hours depending on system complexity. We'll provide a timeline estimate before work begins."
}
]}
/>
@@ -117,22 +97,19 @@ export default function ServicesPage() {
<div id="footer" data-section="footer">
<FooterCard
logoText="Tra Maintenance"
copyrightText="© 2025 Tra Preventative Maintenance, LLC. All rights reserved."
copyrightText="© 2025 Tra Preventative Maintenance, LLC. All rights reserved. Phone: +1 410-455-5200"
socialLinks={[
{
icon: Facebook,
href: "https://facebook.com",
ariaLabel: "Facebook"
href: "https://facebook.com", ariaLabel: "Facebook"
},
{
icon: Twitter,
href: "https://twitter.com",
ariaLabel: "Twitter"
href: "https://twitter.com", ariaLabel: "Twitter"
},
{
icon: Linkedin,
href: "https://linkedin.com",
ariaLabel: "LinkedIn"
href: "https://linkedin.com", ariaLabel: "LinkedIn"
}
]}
/>

View File

@@ -65,38 +65,20 @@ export default function TestimonialsPage() {
<FaqSplitText
faqs={[
{
id: "1",
title: "How often should I have my HVAC system serviced?",
content: "We recommend professional maintenance twice a year - once before the heating season and once before the cooling season. Regular maintenance helps prevent breakdowns, improves efficiency, and extends system life.",
},
id: "1", title: "How often should I have my HVAC system serviced?", content: "We recommend professional maintenance twice a year - once before the heating season and once before the cooling season. Regular maintenance helps prevent breakdowns, improves efficiency, and extends system life."},
{
id: "2",
title: "What signs indicate I need a new AC unit?",
content: "Consider replacement if your unit is over 10-15 years old, requires frequent repairs, has refrigerant leaks, or isn't cooling effectively. New systems are more efficient and can significantly reduce energy costs.",
},
id: "2", title: "What signs indicate I need a new AC unit?", content: "Consider replacement if your unit is over 10-15 years old, requires frequent repairs, has refrigerant leaks, or isn't cooling effectively. New systems are more efficient and can significantly reduce energy costs."},
{
id: "3",
title: "Can you help me set up my smart thermostat?",
content: "Absolutely! We provide complete smart thermostat installation and Wi-Fi setup. Our technicians will ensure it's properly configured and teach you how to use all its features for maximum comfort and savings.",
},
id: "3", title: "Can you help me set up my smart thermostat?", content: "Absolutely! We provide complete smart thermostat installation and Wi-Fi setup. Our technicians will ensure it's properly configured and teach you how to use all its features for maximum comfort and savings."},
{
id: "4",
title: "Do you offer emergency HVAC services?",
content: "Yes, we provide 24/7 emergency HVAC services. Whether it's a sudden breakdown in winter or a cooling failure in summer, we're here to get your system back up and running quickly.",
},
id: "4", title: "Do you offer emergency HVAC services?", content: "Yes, we provide 24/7 emergency HVAC services. Whether it's a sudden breakdown in winter or a cooling failure in summer, we're here to get your system back up and running quickly."},
{
id: "5",
title: "How can I improve my HVAC system's efficiency?",
content: "Regular maintenance, changing air filters monthly, upgrading to a smart thermostat, sealing air leaks, and ensuring proper insulation are all excellent ways to improve efficiency and reduce energy costs.",
},
id: "5", title: "How can I improve my HVAC system's efficiency?", content: "Regular maintenance, changing air filters monthly, upgrading to a smart thermostat, sealing air leaks, and ensuring proper insulation are all excellent ways to improve efficiency and reduce energy costs."},
{
id: "6",
title: "What's included in your preventative maintenance program?",
content: "Our maintenance includes system inspection, filter replacement, refrigerant checks, coil cleaning, electrical connection inspection, and performance testing to ensure optimal operation.",
},
id: "6", title: "What's included in your preventative maintenance program?", content: "Our maintenance includes system inspection, filter replacement, refrigerant checks, coil cleaning, electrical connection inspection, and performance testing to ensure optimal operation. Call +1 410-455-5200 for details."},
]}
sideTitle="Frequently Asked Questions About HVAC Services"
sideDescription="Find answers to common questions about our HVAC installation, maintenance, and replacement services."
sideDescription="Find answers to common questions about our HVAC installation, maintenance, and replacement services. For immediate assistance, call +1 410-455-5200."
textPosition="left"
faqsAnimation="slide-up"
useInvertedBackground={false}
@@ -107,7 +89,7 @@ export default function TestimonialsPage() {
<div id="footer" data-section="footer">
<FooterCard
logoText="Tra Maintenance"
copyrightText="© 2025 Tra Preventative Maintenance, LLC. All rights reserved."
copyrightText="© 2025 Tra Preventative Maintenance, LLC. All rights reserved. Phone: +1 410-455-5200"
socialLinks={[
{ icon: Facebook, href: "https://facebook.com", ariaLabel: "Facebook" },
{ icon: Twitter, href: "https://twitter.com", ariaLabel: "Twitter" },