Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
@@ -27,35 +27,21 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Services",
|
||||
id: "/services",
|
||||
},
|
||||
name: "Services", id: "/services"},
|
||||
{
|
||||
name: "Products",
|
||||
id: "/products",
|
||||
},
|
||||
name: "Products", id: "/products"},
|
||||
{
|
||||
name: "Comfort Contract",
|
||||
id: "/comfort-contract",
|
||||
},
|
||||
name: "Comfort Contract", id: "/comfort-contract"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "/reviews",
|
||||
},
|
||||
name: "Reviews", id: "/reviews"},
|
||||
{
|
||||
name: "About",
|
||||
id: "/about",
|
||||
},
|
||||
name: "About", id: "/about"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
name: "Contact", id: "/contact"},
|
||||
]}
|
||||
brandName="McCoy Heating and Air Conditioning"
|
||||
button={{
|
||||
text: "Request Service",
|
||||
href: "/request-service",
|
||||
}}
|
||||
text: "Request Service", href: "/request-service"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -68,6 +54,7 @@ export default function LandingPage() {
|
||||
imageSrc="http://img.b2bpic.net/free-photo/plumber-doing-surprise-gesture_1368-571.jpg"
|
||||
imageAlt="Maintenance plan icon"
|
||||
mediaAnimation="opacity"
|
||||
bulletPoints={[]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -78,33 +65,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "contract-tune-ups",
|
||||
title: "Seasonal Tune-ups",
|
||||
subtitle: "Comprehensive checks for both heating and cooling systems to ensure optimal performance.",
|
||||
category: "Benefit",
|
||||
value: "Year-round",
|
||||
},
|
||||
id: "contract-tune-ups", title: "Seasonal Tune-ups", subtitle: "Comprehensive checks for both heating and cooling systems to ensure optimal performance.", category: "Benefit", value: "Year-round"},
|
||||
{
|
||||
id: "contract-priority",
|
||||
title: "Priority Scheduling",
|
||||
subtitle: "Jump to the front of the line for service appointments, especially during peak seasons.",
|
||||
category: "Benefit",
|
||||
value: "Exclusive",
|
||||
},
|
||||
id: "contract-priority", title: "Priority Scheduling", subtitle: "Jump to the front of the line for service appointments, especially during peak seasons.", category: "Benefit", value: "Exclusive"},
|
||||
{
|
||||
id: "contract-discounts",
|
||||
title: "Discounts on Repairs",
|
||||
subtitle: "Receive preferred pricing on any necessary repairs, saving you money.",
|
||||
category: "Benefit",
|
||||
value: "Savings",
|
||||
},
|
||||
id: "contract-discounts", title: "Discounts on Repairs", subtitle: "Receive preferred pricing on any necessary repairs, saving you money.", category: "Benefit", value: "Savings"},
|
||||
{
|
||||
id: "contract-no-overtime",
|
||||
title: "No Overtime Charges",
|
||||
subtitle: "Never pay extra for after-hours or weekend service calls.",
|
||||
category: "Benefit",
|
||||
value: "Flat Rate",
|
||||
},
|
||||
id: "contract-no-overtime", title: "No Overtime Charges", subtitle: "Never pay extra for after-hours or weekend service calls.", category: "Benefit", value: "Flat Rate"},
|
||||
]}
|
||||
title="What's Included in Your Comfort Contract?"
|
||||
description="Our Comfort Contract is designed to give you peace of mind with comprehensive benefits."
|
||||
@@ -115,105 +82,65 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
text="Ready for worry-free comfort? Ask us about the Comfort Contract today!"
|
||||
buttons={[
|
||||
{
|
||||
text: "Ask Us About the Comfort Contract",
|
||||
href: "/request-service",
|
||||
},
|
||||
text: "Ask Us About the Comfort Contract", href: "/request-service"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/cityscape-through-window_23-2151975111.jpg?_wi=4"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/cityscape-through-window_23-2151975111.jpg"
|
||||
imageAlt="Modern city skyline with HVAC elements"
|
||||
logoText="McCoy Heating and Air Conditioning"
|
||||
columns={[
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
title: "Quick Links", items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "/",
|
||||
},
|
||||
label: "Home", href: "/"},
|
||||
{
|
||||
label: "Services",
|
||||
href: "/services",
|
||||
},
|
||||
label: "Services", href: "/services"},
|
||||
{
|
||||
label: "Products",
|
||||
href: "/products",
|
||||
},
|
||||
label: "Products", href: "/products"},
|
||||
{
|
||||
label: "Comfort Contract",
|
||||
href: "/comfort-contract",
|
||||
},
|
||||
label: "Comfort Contract", href: "/comfort-contract"},
|
||||
{
|
||||
label: "Reviews",
|
||||
href: "/reviews",
|
||||
},
|
||||
label: "Reviews", href: "/reviews"},
|
||||
{
|
||||
label: "About",
|
||||
href: "/about",
|
||||
},
|
||||
label: "About", href: "/about"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Contact", href: "/contact"},
|
||||
{
|
||||
label: "Employment",
|
||||
href: "/employment",
|
||||
},
|
||||
label: "Employment", href: "/employment"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{
|
||||
label: "231 Friend St, Plain City, OH",
|
||||
href: "https://www.google.com/maps/search/231+Friend+St,+Plain+City,+OH",
|
||||
},
|
||||
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: "Tel: 614-504-5911", href: "tel:6145045911"},
|
||||
{
|
||||
label: "office@mccoyheatingandair.com",
|
||||
href: "mailto:office@mccoyheatingandair.com",
|
||||
},
|
||||
label: "office@mccoyheatingandair.com", href: "mailto:office@mccoyheatingandair.com"},
|
||||
{
|
||||
label: "Hours: Mon–Fri 8AM–5PM",
|
||||
href: "#",
|
||||
},
|
||||
label: "Hours: Mon–Fri 8AM–5PM", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Trust",
|
||||
items: [
|
||||
title: "Trust", items: [
|
||||
{
|
||||
label: "BBB A-Rated & Accredited Business",
|
||||
href: "#",
|
||||
},
|
||||
label: "BBB A-Rated & Accredited Business", href: "#"},
|
||||
{
|
||||
label: "Authorized Lennox Dealer",
|
||||
href: "#",
|
||||
},
|
||||
label: "Authorized Lennox Dealer", href: "#"},
|
||||
{
|
||||
label: "Financing Available",
|
||||
href: "#",
|
||||
},
|
||||
label: "Financing Available", href: "#"},
|
||||
{
|
||||
label: "Cash · Check · American Express",
|
||||
href: "#",
|
||||
},
|
||||
label: "Cash · Check · American Express", href: "#"},
|
||||
{
|
||||
label: "Facebook",
|
||||
href: "https://facebook.com/McCoyHeatingandAir",
|
||||
},
|
||||
label: "Facebook", href: "https://facebook.com/McCoyHeatingandAir"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -27,35 +27,21 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Services",
|
||||
id: "/services",
|
||||
},
|
||||
name: "Services", id: "/services"},
|
||||
{
|
||||
name: "Products",
|
||||
id: "/products",
|
||||
},
|
||||
name: "Products", id: "/products"},
|
||||
{
|
||||
name: "Comfort Contract",
|
||||
id: "/comfort-contract",
|
||||
},
|
||||
name: "Comfort Contract", id: "/comfort-contract"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "/reviews",
|
||||
},
|
||||
name: "Reviews", id: "/reviews"},
|
||||
{
|
||||
name: "About",
|
||||
id: "/about",
|
||||
},
|
||||
name: "About", id: "/about"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
name: "Contact", id: "/contact"},
|
||||
]}
|
||||
brandName="McCoy Heating and Air Conditioning"
|
||||
button={{
|
||||
text: "Request Service",
|
||||
href: "/request-service",
|
||||
}}
|
||||
text: "Request Service", href: "/request-service"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -68,6 +54,7 @@ export default function LandingPage() {
|
||||
imageSrc="http://img.b2bpic.net/free-photo/front-view-abandoned-house-with-fence_23-2149454799.jpg"
|
||||
imageAlt="Outdoor air conditioning unit"
|
||||
mediaAnimation="opacity"
|
||||
bulletPoints={[]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -79,48 +66,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "products-furnaces",
|
||||
name: "Furnaces",
|
||||
price: "Efficient & Warm",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-pressing-heater-button_23-2149308950.jpg",
|
||||
imageAlt: "Modern gas furnace",
|
||||
priceButtonProps: {
|
||||
text: "Learn More",
|
||||
href: "/products#furnaces-details",
|
||||
},
|
||||
id: "products-furnaces", name: "Furnaces", price: "Efficient & Warm", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-pressing-heater-button_23-2149308950.jpg", imageAlt: "Modern gas furnace", priceButtonProps: {
|
||||
text: "Learn More", href: "/products#furnaces-details"},
|
||||
},
|
||||
{
|
||||
id: "products-air-conditioners",
|
||||
name: "Air Conditioners",
|
||||
price: "Cool & Reliable",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-heat-pump-outside-home_23-2149250248.jpg",
|
||||
imageAlt: "Outdoor air conditioner unit",
|
||||
priceButtonProps: {
|
||||
text: "Learn More",
|
||||
href: "/products#air-conditioners-details",
|
||||
},
|
||||
id: "products-air-conditioners", name: "Air Conditioners", price: "Cool & Reliable", imageSrc: "http://img.b2bpic.net/free-photo/close-up-heat-pump-outside-home_23-2149250248.jpg", imageAlt: "Outdoor air conditioner unit", priceButtonProps: {
|
||||
text: "Learn More", href: "/products#air-conditioners-details"},
|
||||
},
|
||||
{
|
||||
id: "products-air-handlers",
|
||||
name: "Air Handlers",
|
||||
price: "Clean Airflow",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-ventilation-system_23-2149281308.jpg",
|
||||
imageAlt: "Indoor air handler unit",
|
||||
priceButtonProps: {
|
||||
text: "Learn More",
|
||||
href: "/products#air-handlers-details",
|
||||
},
|
||||
id: "products-air-handlers", name: "Air Handlers", price: "Clean Airflow", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-ventilation-system_23-2149281308.jpg", imageAlt: "Indoor air handler unit", priceButtonProps: {
|
||||
text: "Learn More", href: "/products#air-handlers-details"},
|
||||
},
|
||||
{
|
||||
id: "products-heat-pumps",
|
||||
name: "Heat Pumps",
|
||||
price: "Year-Round Comfort",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/japanese-culture-house-entrance-with-plants_23-2149301092.jpg",
|
||||
imageAlt: "Outdoor heat pump unit",
|
||||
priceButtonProps: {
|
||||
text: "Learn More",
|
||||
href: "/products#heat-pumps-details",
|
||||
},
|
||||
id: "products-heat-pumps", name: "Heat Pumps", price: "Year-Round Comfort", imageSrc: "http://img.b2bpic.net/free-photo/japanese-culture-house-entrance-with-plants_23-2149301092.jpg", imageAlt: "Outdoor heat pump unit", priceButtonProps: {
|
||||
text: "Learn More", href: "/products#heat-pumps-details"},
|
||||
},
|
||||
]}
|
||||
title="Explore Our Product Range"
|
||||
@@ -132,105 +91,65 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
text="Ready for an upgrade? Get a free in-home estimate on your new HVAC system today."
|
||||
buttons={[
|
||||
{
|
||||
text: "Request a Free Estimate",
|
||||
href: "/request-service",
|
||||
},
|
||||
text: "Request a Free Estimate", href: "/request-service"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/cityscape-through-window_23-2151975111.jpg?_wi=3"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/cityscape-through-window_23-2151975111.jpg"
|
||||
imageAlt="Modern city skyline with HVAC elements"
|
||||
logoText="McCoy Heating and Air Conditioning"
|
||||
columns={[
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
title: "Quick Links", items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "/",
|
||||
},
|
||||
label: "Home", href: "/"},
|
||||
{
|
||||
label: "Services",
|
||||
href: "/services",
|
||||
},
|
||||
label: "Services", href: "/services"},
|
||||
{
|
||||
label: "Products",
|
||||
href: "/products",
|
||||
},
|
||||
label: "Products", href: "/products"},
|
||||
{
|
||||
label: "Comfort Contract",
|
||||
href: "/comfort-contract",
|
||||
},
|
||||
label: "Comfort Contract", href: "/comfort-contract"},
|
||||
{
|
||||
label: "Reviews",
|
||||
href: "/reviews",
|
||||
},
|
||||
label: "Reviews", href: "/reviews"},
|
||||
{
|
||||
label: "About",
|
||||
href: "/about",
|
||||
},
|
||||
label: "About", href: "/about"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Contact", href: "/contact"},
|
||||
{
|
||||
label: "Employment",
|
||||
href: "/employment",
|
||||
},
|
||||
label: "Employment", href: "/employment"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{
|
||||
label: "231 Friend St, Plain City, OH",
|
||||
href: "https://www.google.com/maps/search/231+Friend+St,+Plain+City,+OH",
|
||||
},
|
||||
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: "Tel: 614-504-5911", href: "tel:6145045911"},
|
||||
{
|
||||
label: "office@mccoyheatingandair.com",
|
||||
href: "mailto:office@mccoyheatingandair.com",
|
||||
},
|
||||
label: "office@mccoyheatingandair.com", href: "mailto:office@mccoyheatingandair.com"},
|
||||
{
|
||||
label: "Hours: Mon–Fri 8AM–5PM",
|
||||
href: "#",
|
||||
},
|
||||
label: "Hours: Mon–Fri 8AM–5PM", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Trust",
|
||||
items: [
|
||||
title: "Trust", items: [
|
||||
{
|
||||
label: "BBB A-Rated & Accredited Business",
|
||||
href: "#",
|
||||
},
|
||||
label: "BBB A-Rated & Accredited Business", href: "#"},
|
||||
{
|
||||
label: "Authorized Lennox Dealer",
|
||||
href: "#",
|
||||
},
|
||||
label: "Authorized Lennox Dealer", href: "#"},
|
||||
{
|
||||
label: "Financing Available",
|
||||
href: "#",
|
||||
},
|
||||
label: "Financing Available", href: "#"},
|
||||
{
|
||||
label: "Cash · Check · American Express",
|
||||
href: "#",
|
||||
},
|
||||
label: "Cash · Check · American Express", href: "#"},
|
||||
{
|
||||
label: "Facebook",
|
||||
href: "https://facebook.com/McCoyHeatingandAir",
|
||||
},
|
||||
label: "Facebook", href: "https://facebook.com/McCoyHeatingandAir"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -27,35 +27,21 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Services",
|
||||
id: "/services",
|
||||
},
|
||||
name: "Services", id: "/services"},
|
||||
{
|
||||
name: "Products",
|
||||
id: "/products",
|
||||
},
|
||||
name: "Products", id: "/products"},
|
||||
{
|
||||
name: "Comfort Contract",
|
||||
id: "/comfort-contract",
|
||||
},
|
||||
name: "Comfort Contract", id: "/comfort-contract"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "/reviews",
|
||||
},
|
||||
name: "Reviews", id: "/reviews"},
|
||||
{
|
||||
name: "About",
|
||||
id: "/about",
|
||||
},
|
||||
name: "About", id: "/about"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
name: "Contact", id: "/contact"},
|
||||
]}
|
||||
brandName="McCoy Heating and Air Conditioning"
|
||||
button={{
|
||||
text: "Request Service",
|
||||
href: "/request-service",
|
||||
}}
|
||||
text: "Request Service", href: "/request-service"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -68,6 +54,7 @@ export default function LandingPage() {
|
||||
imageSrc="http://img.b2bpic.net/free-vector/flat-design-patented-labels-set_23-2149725939.jpg"
|
||||
imageAlt="BBB A-rated and Accredited Business badge"
|
||||
mediaAnimation="opacity"
|
||||
bulletPoints={[]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -78,50 +65,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "review-1",
|
||||
name: "Local Homeowner",
|
||||
handle: "",
|
||||
testimonial: "Fast, honest, and professional. They had our furnace running the same day. Highly recommended!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/thrilled-confident-manager-business-attire-celebrates-victorious-milestone_482257-111932.jpg",
|
||||
imageAlt: "Happy homeowner",
|
||||
},
|
||||
id: "review-1", name: "Local Homeowner", handle: "", testimonial: "Fast, honest, and professional. They had our furnace running the same day. Highly recommended!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/thrilled-confident-manager-business-attire-celebrates-victorious-milestone_482257-111932.jpg", imageAlt: "Happy homeowner"},
|
||||
{
|
||||
id: "review-2",
|
||||
name: "Plain City Resident",
|
||||
handle: "",
|
||||
testimonial: "Fair pricing and no upselling. Exactly what you want from an HVAC company.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pretty-young-woman-with-long-hair-sitting-cafe-with-phone-man_273609-6373.jpg",
|
||||
imageAlt: "Satisfied Plain City resident",
|
||||
},
|
||||
id: "review-2", name: "Plain City Resident", handle: "", testimonial: "Fair pricing and no upselling. Exactly what you want from an HVAC company.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pretty-young-woman-with-long-hair-sitting-cafe-with-phone-man_273609-6373.jpg", imageAlt: "Satisfied Plain City resident"},
|
||||
{
|
||||
id: "review-3",
|
||||
name: "Central Ohio Business Owner",
|
||||
handle: "",
|
||||
testimonial: "Installed our new system on time and on budget. Highly recommend McCoy.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/thumbs-up-spa-smiling-girl-white-robe-good-wellness-vibes_169016-69478.jpg",
|
||||
imageAlt: "Business owner",
|
||||
},
|
||||
id: "review-3", name: "Central Ohio Business Owner", handle: "", testimonial: "Installed our new system on time and on budget. Highly recommend McCoy.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/thumbs-up-spa-smiling-girl-white-robe-good-wellness-vibes_169016-69478.jpg", imageAlt: "Business owner"},
|
||||
{
|
||||
id: "review-4",
|
||||
name: "Mark R.",
|
||||
handle: "",
|
||||
testimonial: "McCoy is reliable and trustworthy. They fixed my AC quickly when it broke down in the summer heat.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-short-curly-hair-colorful-shirt-smiling-cheerfully-showing-thumbs-up-green-wall_141793-29344.jpg",
|
||||
imageAlt: "Happy customer Mark R.",
|
||||
},
|
||||
id: "review-4", name: "Mark R.", handle: "", testimonial: "McCoy is reliable and trustworthy. They fixed my AC quickly when it broke down in the summer heat.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-short-curly-hair-colorful-shirt-smiling-cheerfully-showing-thumbs-up-green-wall_141793-29344.jpg", imageAlt: "Happy customer Mark R."},
|
||||
{
|
||||
id: "review-5",
|
||||
name: "Susan L.",
|
||||
handle: "",
|
||||
testimonial: "Professional and friendly team. My new furnace installation was seamless and efficient.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-thinking_93675-133241.jpg",
|
||||
imageAlt: "Satisfied customer Susan L.",
|
||||
},
|
||||
id: "review-5", name: "Susan L.", handle: "", testimonial: "Professional and friendly team. My new furnace installation was seamless and efficient.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-thinking_93675-133241.jpg", imageAlt: "Satisfied customer Susan L."},
|
||||
]}
|
||||
showRating={true}
|
||||
title="Hear From Our Happy Clients"
|
||||
@@ -133,109 +90,67 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "downward-rays-static",
|
||||
}}
|
||||
variant: "downward-rays-static"}}
|
||||
text="Want to experience the difference? Call 614-504-5911 or request service."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call 614-504-5911",
|
||||
href: "tel:6145045911",
|
||||
},
|
||||
text: "Call 614-504-5911", href: "tel:6145045911"},
|
||||
{
|
||||
text: "Request Service",
|
||||
href: "/request-service",
|
||||
},
|
||||
text: "Request Service", href: "/request-service"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/cityscape-through-window_23-2151975111.jpg?_wi=5"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/cityscape-through-window_23-2151975111.jpg"
|
||||
imageAlt="Modern city skyline with HVAC elements"
|
||||
logoText="McCoy Heating and Air Conditioning"
|
||||
columns={[
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
title: "Quick Links", items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "/",
|
||||
},
|
||||
label: "Home", href: "/"},
|
||||
{
|
||||
label: "Services",
|
||||
href: "/services",
|
||||
},
|
||||
label: "Services", href: "/services"},
|
||||
{
|
||||
label: "Products",
|
||||
href: "/products",
|
||||
},
|
||||
label: "Products", href: "/products"},
|
||||
{
|
||||
label: "Comfort Contract",
|
||||
href: "/comfort-contract",
|
||||
},
|
||||
label: "Comfort Contract", href: "/comfort-contract"},
|
||||
{
|
||||
label: "Reviews",
|
||||
href: "/reviews",
|
||||
},
|
||||
label: "Reviews", href: "/reviews"},
|
||||
{
|
||||
label: "About",
|
||||
href: "/about",
|
||||
},
|
||||
label: "About", href: "/about"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Contact", href: "/contact"},
|
||||
{
|
||||
label: "Employment",
|
||||
href: "/employment",
|
||||
},
|
||||
label: "Employment", href: "/employment"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{
|
||||
label: "231 Friend St, Plain City, OH",
|
||||
href: "https://www.google.com/maps/search/231+Friend+St,+Plain+City,+OH",
|
||||
},
|
||||
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: "Tel: 614-504-5911", href: "tel:6145045911"},
|
||||
{
|
||||
label: "office@mccoyheatingandair.com",
|
||||
href: "mailto:office@mccoyheatingandair.com",
|
||||
},
|
||||
label: "office@mccoyheatingandair.com", href: "mailto:office@mccoyheatingandair.com"},
|
||||
{
|
||||
label: "Hours: Mon–Fri 8AM–5PM",
|
||||
href: "#",
|
||||
},
|
||||
label: "Hours: Mon–Fri 8AM–5PM", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Trust",
|
||||
items: [
|
||||
title: "Trust", items: [
|
||||
{
|
||||
label: "BBB A-Rated & Accredited Business",
|
||||
href: "#",
|
||||
},
|
||||
label: "BBB A-Rated & Accredited Business", href: "#"},
|
||||
{
|
||||
label: "Authorized Lennox Dealer",
|
||||
href: "#",
|
||||
},
|
||||
label: "Authorized Lennox Dealer", href: "#"},
|
||||
{
|
||||
label: "Financing Available",
|
||||
href: "#",
|
||||
},
|
||||
label: "Financing Available", href: "#"},
|
||||
{
|
||||
label: "Cash · Check · American Express",
|
||||
href: "#",
|
||||
},
|
||||
label: "Cash · Check · American Express", href: "#"},
|
||||
{
|
||||
label: "Facebook",
|
||||
href: "https://facebook.com/McCoyHeatingandAir",
|
||||
},
|
||||
label: "Facebook", href: "https://facebook.com/McCoyHeatingandAir"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -25,35 +25,21 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Services",
|
||||
id: "/services",
|
||||
},
|
||||
name: "Services", id: "/services"},
|
||||
{
|
||||
name: "Products",
|
||||
id: "/products",
|
||||
},
|
||||
name: "Products", id: "/products"},
|
||||
{
|
||||
name: "Comfort Contract",
|
||||
id: "/comfort-contract",
|
||||
},
|
||||
name: "Comfort Contract", id: "/comfort-contract"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "/reviews",
|
||||
},
|
||||
name: "Reviews", id: "/reviews"},
|
||||
{
|
||||
name: "About",
|
||||
id: "/about",
|
||||
},
|
||||
name: "About", id: "/about"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
name: "Contact", id: "/contact"},
|
||||
]}
|
||||
brandName="McCoy Heating and Air Conditioning"
|
||||
button={{
|
||||
text: "Request Service",
|
||||
href: "/request-service",
|
||||
}}
|
||||
text: "Request Service", href: "/request-service"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -66,6 +52,7 @@ export default function LandingPage() {
|
||||
imageSrc="http://img.b2bpic.net/free-photo/zoom-shot-manifold-meters_482257-91084.jpg"
|
||||
imageAlt="HVAC technician working on a system"
|
||||
mediaAnimation="opacity"
|
||||
bulletPoints={[]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -77,13 +64,12 @@ export default function LandingPage() {
|
||||
description="When your heating or cooling system isn't working right, you need a team you can trust to diagnose the problem and fix it fast. Our technicians handle repairs on furnaces, air conditioners, heat pumps, and air handlers — and our regular maintenance keeps small issues from becoming expensive breakdowns. Signs you should call: no cold air, no heat, weak airflow, leaks, unusual noises, or strange smells."
|
||||
buttons={[
|
||||
{
|
||||
text: "Request Service",
|
||||
href: "/request-service",
|
||||
},
|
||||
text: "Request Service", href: "/request-service"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/confused-young-male-builder-wearing-uniform-safety-helmet-spreads-hands_141793-80618.jpg"
|
||||
imageAlt="HVAC repair icon"
|
||||
mediaAnimation="opacity"
|
||||
bulletPoints={[]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -95,13 +81,12 @@ export default function LandingPage() {
|
||||
description="Replacing an aging system or building new? We'll help you choose the right equipment for your space, comfort needs, and budget — with a FREE in-home estimate. As an Authorized Lennox Dealer, we install high-efficiency systems built to last, and financing is available to make it easier."
|
||||
buttons={[
|
||||
{
|
||||
text: "Request a Free Estimate",
|
||||
href: "/request-service",
|
||||
},
|
||||
text: "Request a Free Estimate", href: "/request-service"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/technician-dismantling-condenser_482257-90835.jpg"
|
||||
imageAlt="New HVAC system installation"
|
||||
mediaAnimation="opacity"
|
||||
bulletPoints={[]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -113,103 +98,65 @@ export default function LandingPage() {
|
||||
description="The air inside your home can be more polluted than the air outside. We offer indoor air quality solutions — filtration, purification, humidity control — that help remove contaminants, allergens, and pollutants so your family can breathe easier."
|
||||
buttons={[
|
||||
{
|
||||
text: "Learn More & Request Service",
|
||||
href: "/request-service",
|
||||
},
|
||||
text: "Learn More & Request Service", href: "/request-service"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/man-electrical-technician-working-switchboard-with-fuses-uses-tablet_169016-23788.jpg"
|
||||
imageAlt="Technician checking indoor air quality"
|
||||
mediaAnimation="opacity"
|
||||
bulletPoints={[]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/cityscape-through-window_23-2151975111.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/cityscape-through-window_23-2151975111.jpg"
|
||||
imageAlt="Modern city skyline with HVAC elements"
|
||||
logoText="McCoy Heating and Air Conditioning"
|
||||
columns={[
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
title: "Quick Links", items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "/",
|
||||
},
|
||||
label: "Home", href: "/"},
|
||||
{
|
||||
label: "Services",
|
||||
href: "/services",
|
||||
},
|
||||
label: "Services", href: "/services"},
|
||||
{
|
||||
label: "Products",
|
||||
href: "/products",
|
||||
},
|
||||
label: "Products", href: "/products"},
|
||||
{
|
||||
label: "Comfort Contract",
|
||||
href: "/comfort-contract",
|
||||
},
|
||||
label: "Comfort Contract", href: "/comfort-contract"},
|
||||
{
|
||||
label: "Reviews",
|
||||
href: "/reviews",
|
||||
},
|
||||
label: "Reviews", href: "/reviews"},
|
||||
{
|
||||
label: "About",
|
||||
href: "/about",
|
||||
},
|
||||
label: "About", href: "/about"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Contact", href: "/contact"},
|
||||
{
|
||||
label: "Employment",
|
||||
href: "/employment",
|
||||
},
|
||||
label: "Employment", href: "/employment"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{
|
||||
label: "231 Friend St, Plain City, OH",
|
||||
href: "https://www.google.com/maps/search/231+Friend+St,+Plain+City,+OH",
|
||||
},
|
||||
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: "Tel: 614-504-5911", href: "tel:6145045911"},
|
||||
{
|
||||
label: "office@mccoyheatingandair.com",
|
||||
href: "mailto:office@mccoyheatingandair.com",
|
||||
},
|
||||
label: "office@mccoyheatingandair.com", href: "mailto:office@mccoyheatingandair.com"},
|
||||
{
|
||||
label: "Hours: Mon–Fri 8AM–5PM",
|
||||
href: "#",
|
||||
},
|
||||
label: "Hours: Mon–Fri 8AM–5PM", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Trust",
|
||||
items: [
|
||||
title: "Trust", items: [
|
||||
{
|
||||
label: "BBB A-Rated & Accredited Business",
|
||||
href: "#",
|
||||
},
|
||||
label: "BBB A-Rated & Accredited Business", href: "#"},
|
||||
{
|
||||
label: "Authorized Lennox Dealer",
|
||||
href: "#",
|
||||
},
|
||||
label: "Authorized Lennox Dealer", href: "#"},
|
||||
{
|
||||
label: "Financing Available",
|
||||
href: "#",
|
||||
},
|
||||
label: "Financing Available", href: "#"},
|
||||
{
|
||||
label: "Cash · Check · American Express",
|
||||
href: "#",
|
||||
},
|
||||
label: "Cash · Check · American Express", href: "#"},
|
||||
{
|
||||
label: "Facebook",
|
||||
href: "https://facebook.com/McCoyHeatingandAir",
|
||||
},
|
||||
label: "Facebook", href: "https://facebook.com/McCoyHeatingandAir"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user