3 Commits

Author SHA1 Message Date
965ec1e537 Merge version_3 into main
Merge version_3 into main
2026-04-07 16:08:04 +00:00
2d148cd5f2 Update src/app/page.tsx 2026-04-07 16:08:01 +00:00
db91a13a0b Merge version_2 into main
Merge version_2 into main
2026-04-07 16:05:47 +00:00

View File

@@ -7,7 +7,6 @@ import HeroOverlay from "@/components/sections/hero/HeroOverlay";
import MetricSplitMediaAbout from "@/components/sections/about/MetricSplitMediaAbout"; import MetricSplitMediaAbout from "@/components/sections/about/MetricSplitMediaAbout";
import FeatureCardOne from "@/components/sections/feature/FeatureCardOne"; import FeatureCardOne from "@/components/sections/feature/FeatureCardOne";
import FeatureBorderGlow from "@/components/sections/feature/featureBorderGlow/FeatureBorderGlow"; import FeatureBorderGlow from "@/components/sections/feature/featureBorderGlow/FeatureBorderGlow";
import FeatureCardEight from "@/components/sections/feature/FeatureCardEight";
import TestimonialCardThirteen from "@/components/sections/testimonial/TestimonialCardThirteen"; import TestimonialCardThirteen from "@/components/sections/testimonial/TestimonialCardThirteen";
import FaqSplitText from "@/components/sections/faq/FaqSplitText"; import FaqSplitText from "@/components/sections/faq/FaqSplitText";
import ContactCTA from "@/components/sections/contact/ContactCTA"; import ContactCTA from "@/components/sections/contact/ContactCTA";
@@ -31,7 +30,7 @@ export default function HvacPage() {
<ReactLenis root> <ReactLenis root>
<div id="nav" data-section="nav"> <div id="nav" data-section="nav">
<NavbarLayoutFloatingInline <NavbarLayoutFloatingInline
brandName="Universal HVAC Services" brandName="Universal HVAC Services, LLC"
navItems={[ navItems={[
{ name: "Services", id: "services" }, { name: "Services", id: "services" },
{ name: "About", id: "about" }, { name: "About", id: "about" },
@@ -70,21 +69,18 @@ export default function HvacPage() {
title="Your Local Climate Experts" title="Your Local Climate Experts"
description="Serving our community with integrity and technical excellence, Universal HVAC Services, LLC provides professional installation, repair, and preventative maintenance for residential and commercial heating and cooling systems." description="Serving our community with integrity and technical excellence, Universal HVAC Services, LLC provides professional installation, repair, and preventative maintenance for residential and commercial heating and cooling systems."
metrics={[ metrics={[
{ { value: "100%", title: "Commitment to Quality" },
value: "100%", title: "Commitment to Quality"}, { value: "Expert", title: "Certified Technicians" },
{
value: "Expert", title: "Certified Technicians"},
]} ]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-2.jpg" imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-2.jpg"
imageAlt="Technician on rooftop" imageAlt="Technician on rooftop"
mediaBadge={{ mediaBadge={{ text: "Licensed & Insured", className: "bg-primary-cta text-white" }}
text: "Licensed & Insured", className: "bg-primary-cta text-white"
}}
mediaAnimation="slide-up" mediaAnimation="slide-up"
metricsAnimation="slide-up" metricsAnimation="slide-up"
useInvertedBackground={false} useInvertedBackground={false}
/> />
</div> </div>
<div id="services" data-section="services"> <div id="services" data-section="services">
<FeatureCardOne <FeatureCardOne
title="Our Professional Services" title="Our Professional Services"
@@ -92,18 +88,12 @@ export default function HvacPage() {
buttons={[{ text: "Get a Quote", href: "#contact" }]} buttons={[{ text: "Get a Quote", href: "#contact" }]}
buttonAnimation="slide-up" buttonAnimation="slide-up"
features={[ features={[
{ { title: "AC Repair & Install", description: "Efficient climate control solutions for hot summer days.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-4.jpg", imageAlt: "AC installation" },
title: "AC Repair & Install", description: "Efficient climate control solutions for hot summer days.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-4.jpg", imageAlt: "AC installation"}, { title: "Heating Solutions", description: "Reliable furnace and heat pump services for winter warmth.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-5.jpg", imageAlt: "Heating service" },
{ { title: "Preventative Maintenance", description: "Regular checkups to maximize system longevity and efficiency.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-6.jpg", imageAlt: "HVAC maintenance" },
title: "Heating Solutions", description: "Reliable furnace and heat pump services for winter warmth.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-5.jpg", imageAlt: "Heating service"}, { title: "24/7 Emergency Repairs", description: "Fast response times to restore comfort when you need it most.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-7.jpg", imageAlt: "Emergency repair" },
{ { title: "Indoor Air Quality", description: "Professional duct cleaning and air filtration installation.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-8.jpg", imageAlt: "Air quality service" },
title: "Preventative Maintenance", description: "Regular checkups to maximize system longevity and efficiency.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-6.jpg", imageAlt: "HVAC maintenance"}, { title: "System Inspection", description: "Detailed performance evaluations with transparent reporting.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-9.jpg", imageAlt: "System inspection" },
{
title: "24/7 Emergency Repairs", description: "Fast response times to restore comfort when you need it most.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-7.jpg", imageAlt: "Emergency repair"},
{
title: "Indoor Air Quality", description: "Professional duct cleaning and air filtration installation.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-8.jpg", imageAlt: "Air quality service"},
{
title: "System Inspection", description: "Detailed performance evaluations with transparent reporting.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-9.jpg", imageAlt: "System inspection"},
]} ]}
gridVariant="uniform-all-items-equal" gridVariant="uniform-all-items-equal"
animationType="slide-up" animationType="slide-up"
@@ -116,15 +106,9 @@ export default function HvacPage() {
title="Why Universal HVAC?" title="Why Universal HVAC?"
description="Dedicated to keeping your spaces perfectly climate-controlled." description="Dedicated to keeping your spaces perfectly climate-controlled."
features={[ features={[
{ { icon: ShieldCheck, title: "Safety First", description: "Licensed, insured, and background-checked technicians." },
icon: ShieldCheck, { icon: Wrench, title: "Proven Expertise", description: "Years of experience working with all major HVAC systems." },
title: "Safety First", description: "Licensed, insured, and background-checked technicians."}, { icon: DollarSign, title: "Transparent Costs", description: "Fair, honest quotes with no hidden service fees." },
{
icon: Wrench,
title: "Proven Expertise", description: "Years of experience working with all major HVAC systems."},
{
icon: DollarSign,
title: "Transparent Costs", description: "Fair, honest quotes with no hidden service fees."},
]} ]}
textboxLayout="default" textboxLayout="default"
animationType="slide-up" animationType="slide-up"
@@ -136,15 +120,9 @@ export default function HvacPage() {
title="Client Testimonials" title="Client Testimonials"
description="Hear how Universal HVAC Services, LLC keeps our neighbors comfortable." description="Hear how Universal HVAC Services, LLC keeps our neighbors comfortable."
testimonials={[ testimonials={[
{ { id: "1", name: "Sarah T.", handle: "Local Homeowner", testimonial: "Fantastic service. They fixed my AC in just a couple of hours during a heatwave. Truly professional company.", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-1.jpg" },
id: "1", name: "Sarah T.", handle: "Local Homeowner", testimonial: "Fantastic service. They fixed my AC in just a couple of hours during a heatwave. Truly professional company.", rating: 5, { id: "2", name: "Office Manager", handle: "Local Business", testimonial: "Universal HVAC maintains our office systems year-round. Their preventative maintenance has been a game-changer.", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-2.jpg" },
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-1.jpg"}, { id: "3", name: "Mark L.", handle: "Local Homeowner", testimonial: "Knowledgeable, friendly, and honest. They explained exactly what my furnace needed. Highly recommend them.", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-3.jpg" },
{
id: "2", name: "Office Manager", handle: "Local Business", testimonial: "Universal HVAC maintains our office systems year-round. Their preventative maintenance has been a game-changer.", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-2.jpg"},
{
id: "3", name: "Mark L.", handle: "Local Homeowner", testimonial: "Knowledgeable, friendly, and honest. They explained exactly what my furnace needed. Highly recommend them.", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-3.jpg"},
]} ]}
showRating={true} showRating={true}
animationType="slide-up" animationType="slide-up"
@@ -162,12 +140,9 @@ export default function HvacPage() {
textPosition="left" textPosition="left"
useInvertedBackground={false} useInvertedBackground={false}
faqs={[ faqs={[
{ { id: "1", title: "Do you handle emergencies?", content: "Yes, our team is equipped to respond rapidly to emergency HVAC situations." },
id: "1", title: "Do you handle emergencies?", content: "Yes, our team is equipped to respond rapidly to emergency HVAC situations."}, { id: "2", title: "Which brands do you work with?", content: "We are trained and certified to install and repair all major HVAC manufacturers." },
{ { id: "3", title: "How often should I have maintenance?", content: "Regular semi-annual checkups are ideal for optimizing energy efficiency and system longevity." },
id: "2", title: "Which brands do you work with?", content: "We are trained and certified to install and repair all major HVAC manufacturers."},
{
id: "3", title: "How often should I have maintenance?", content: "Regular semi-annual checkups are ideal for optimizing energy efficiency and system longevity."},
]} ]}
/> />
</div> </div>
@@ -180,7 +155,7 @@ export default function HvacPage() {
description="Ready for expert HVAC support? Call us or send a message and we will respond shortly to assist with your request." description="Ready for expert HVAC support? Call us or send a message and we will respond shortly to assist with your request."
buttons={[ buttons={[
{ text: "Request Service", href: "#contact" }, { text: "Request Service", href: "#contact" },
{ text: "(555) 012-3456", href: "tel:5550123456" }, { text: "(917) 547-2721", href: "tel:+19175472721" },
]} ]}
background={{ variant: "plain" }} background={{ variant: "plain" }}
useInvertedBackground={false} useInvertedBackground={false}
@@ -192,25 +167,9 @@ export default function HvacPage() {
logoText="Universal HVAC Services, LLC" logoText="Universal HVAC Services, LLC"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-10.jpg" imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-10.jpg"
columns={[ columns={[
{ { title: "Services", items: [{ label: "AC Repair", href: "#services" }, { label: "Heating", href: "#services" }, { label: "Maintenance", href: "#services" }] },
title: "Services", items: [ { title: "Company", items: [{ label: "About Us", href: "#about" }, { label: "Contact", href: "#contact" }] },
{ label: "AC Repair", href: "#services" }, { title: "Support", items: [{ label: "Emergency Repairs", href: "#services" }, { label: "(917) 547-2721", href: "tel:+19175472721" }] },
{ label: "Heating", href: "#services" },
{ label: "Maintenance", href: "#services" },
],
},
{
title: "Company", items: [
{ label: "About Us", href: "#about" },
{ label: "Contact", href: "#contact" },
],
},
{
title: "Support", items: [
{ label: "Emergency Repairs", href: "#services" },
{ label: "(555) 012-3456", href: "tel:5550123456" },
],
},
]} ]}
copyrightText="© 2025 | Universal HVAC Services, LLC" copyrightText="© 2025 | Universal HVAC Services, LLC"
/> />
@@ -218,4 +177,4 @@ export default function HvacPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }