Update src/app/comfort-contract/page.tsx

This commit is contained in:
2026-06-03 15:57:01 +00:00
parent d5d0090526
commit 1cff0048de

View File

@@ -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: MonFri 8AM5PM",
href: "#",
},
label: "Hours: MonFri 8AM5PM", 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"},
],
},
]}