Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #3.
This commit is contained in:
@@ -24,36 +24,16 @@ export default function LandingPage() {
|
|||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarStyleFullscreen
|
<NavbarStyleFullscreen
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{ name: "Services", id: "/services" },
|
||||||
name: "Services",
|
{ name: "Products", id: "/products" },
|
||||||
id: "/services",
|
{ name: "Comfort Contract", id: "/comfort-contract" },
|
||||||
},
|
{ name: "Reviews", id: "/reviews" },
|
||||||
{
|
{ name: "About", id: "/about" },
|
||||||
name: "Products",
|
{ name: "Contact", id: "/contact" },
|
||||||
id: "/products",
|
{ name: "Employment", id: "/employment" }
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "Comfort Contract",
|
|
||||||
id: "/comfort-contract",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "Reviews",
|
|
||||||
id: "/reviews",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "About",
|
|
||||||
id: "/about",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "Contact",
|
|
||||||
id: "/contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
brandName="McCoy Heating and Air Conditioning"
|
brandName="McCoy Heating and Air Conditioning"
|
||||||
button={{
|
button={{ text: "Request Service", href: "/request-service" }}
|
||||||
text: "Request Service",
|
|
||||||
href: "/request-service",
|
|
||||||
}}
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -63,6 +43,7 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
title="About McCoy Heating and Air Conditioning"
|
title="About McCoy Heating and Air Conditioning"
|
||||||
description="McCoy Heating and Air Conditioning is a locally owned and family-operated HVAC company based in Plain City, Ohio, proudly serving homeowners and businesses across Central Ohio. For over 15 years, we've built our reputation on honest work, fair pricing, and treating every customer like a neighbor — because most of them are. As a BBB A-Rated, Accredited Business and an Authorized Lennox Dealer, we hold ourselves to a high standard on every job, big or small. When something goes wrong with your heating or cooling, you want a team that shows up, does it right, and stands behind the work. That's why we say we're The Right Choice."
|
description="McCoy Heating and Air Conditioning is a locally owned and family-operated HVAC company based in Plain City, Ohio, proudly serving homeowners and businesses across Central Ohio. For over 15 years, we've built our reputation on honest work, fair pricing, and treating every customer like a neighbor — because most of them are. As a BBB A-Rated, Accredited Business and an Authorized Lennox Dealer, we hold ourselves to a high standard on every job, big or small. When something goes wrong with your heating or cooling, you want a team that shows up, does it right, and stands behind the work. That's why we say we're The Right Choice."
|
||||||
|
bulletPoints={[]}
|
||||||
imageSrc="http://img.b2bpic.net/free-vector/flat-design-free-trial-labels-stamps-design_23-2149354101.jpg"
|
imageSrc="http://img.b2bpic.net/free-vector/flat-design-free-trial-labels-stamps-design_23-2149354101.jpg"
|
||||||
imageAlt="Trust badges for McCoy Heating and Air Conditioning"
|
imageAlt="Trust badges for McCoy Heating and Air Conditioning"
|
||||||
mediaAnimation="opacity"
|
mediaAnimation="opacity"
|
||||||
@@ -71,93 +52,39 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterMedia
|
<FooterMedia
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/cityscape-through-window_23-2151975111.jpg?_wi=6"
|
imageSrc="http://img.b2bpic.net/free-photo/cityscape-through-window_23-2151975111.jpg"
|
||||||
imageAlt="Modern city skyline with HVAC elements"
|
imageAlt="Modern city skyline with HVAC elements"
|
||||||
logoText="McCoy Heating and Air Conditioning"
|
logoText="McCoy Heating and Air Conditioning"
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Quick Links",
|
title: "Quick Links", items: [
|
||||||
items: [
|
{ label: "Home", href: "/" },
|
||||||
{
|
{ label: "Services", href: "/services" },
|
||||||
label: "Home",
|
{ label: "Products", href: "/products" },
|
||||||
href: "/",
|
{ label: "Comfort Contract", href: "/comfort-contract" },
|
||||||
|
{ label: "Reviews", href: "/reviews" },
|
||||||
|
{ label: "About", href: "/about" },
|
||||||
|
{ label: "Contact", href: "/contact" },
|
||||||
|
{ label: "Employment", href: "/employment" }
|
||||||
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: "Services",
|
title: "Contact", items: [
|
||||||
href: "/services",
|
{ label: "231 Friend St, Plain City, OH", href: "https://www.google.com/maps/search/231+Friend+St,+Plain+City,+OH" },
|
||||||
|
{ label: "Tel: 614-504-5911", href: "tel:6145045911" },
|
||||||
|
{ label: "office@mccoyheatingandair.com", href: "mailto:office@mccoyheatingandair.com" },
|
||||||
|
{ label: "Hours: Mon–Fri 8AM–5PM", href: "#" }
|
||||||
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: "Products",
|
title: "Trust", items: [
|
||||||
href: "/products",
|
{ label: "BBB A-Rated & Accredited Business", href: "#" },
|
||||||
},
|
{ label: "Authorized Lennox Dealer", href: "#" },
|
||||||
{
|
{ label: "Financing Available", href: "#" },
|
||||||
label: "Comfort Contract",
|
{ label: "Cash · Check · American Express", href: "#" },
|
||||||
href: "/comfort-contract",
|
{ label: "Facebook", href: "https://facebook.com/McCoyHeatingandAir" }
|
||||||
},
|
]
|
||||||
{
|
}
|
||||||
label: "Reviews",
|
|
||||||
href: "/reviews",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: "About",
|
|
||||||
href: "/about",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: "Contact",
|
|
||||||
href: "/contact",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: "Employment",
|
|
||||||
href: "/employment",
|
|
||||||
},
|
|
||||||
],
|
|
||||||
},
|
|
||||||
{
|
|
||||||
title: "Contact",
|
|
||||||
items: [
|
|
||||||
{
|
|
||||||
label: "231 Friend St, Plain City, OH",
|
|
||||||
href: "https://www.google.com/maps/search/231+Friend+St,+Plain+City,+OH",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: "Tel: 614-504-5911",
|
|
||||||
href: "tel:6145045911",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: "office@mccoyheatingandair.com",
|
|
||||||
href: "mailto:office@mccoyheatingandair.com",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: "Hours: Mon–Fri 8AM–5PM",
|
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
|
||||||
},
|
|
||||||
{
|
|
||||||
title: "Trust",
|
|
||||||
items: [
|
|
||||||
{
|
|
||||||
label: "BBB A-Rated & Accredited Business",
|
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: "Authorized Lennox Dealer",
|
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: "Financing Available",
|
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: "Cash · Check · American Express",
|
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: "Facebook",
|
|
||||||
href: "https://facebook.com/McCoyHeatingandAir",
|
|
||||||
},
|
|
||||||
],
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
copyrightText="© 2026 McCoy Heating and Air Conditioning. All rights reserved."
|
copyrightText="© 2026 McCoy Heating and Air Conditioning. All rights reserved."
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user