Merge version_1 into main #2
360
src/app/page.tsx
360
src/app/page.tsx
@@ -34,34 +34,20 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#home",
|
||||
},
|
||||
name: "Home", id: "#home"},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About", id: "#about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "#services",
|
||||
},
|
||||
name: "Services", id: "#services"},
|
||||
{
|
||||
name: "Solutions",
|
||||
id: "#solutions",
|
||||
},
|
||||
name: "Solutions", id: "#solutions"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "#reviews",
|
||||
},
|
||||
name: "Reviews", id: "#reviews"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
button={{
|
||||
text: "Get a Quote",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Get a Quote", href: "#contact"}}
|
||||
brandName="Cool Flow Hvac Toronto"
|
||||
/>
|
||||
</div>
|
||||
@@ -69,23 +55,18 @@ export default function LandingPage() {
|
||||
<div id="home" data-section="home">
|
||||
<HeroBillboardScroll
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
title="Experience Unrivaled Comfort and Air Quality"
|
||||
description="Cool Flow Hvac Toronto delivers luxurious heating, cooling, and ventilation solutions designed for your ultimate well-being. From seamless installations to responsive 24/7 service, we redefine comfort with sleek, high-performance systems."
|
||||
tag="Toronto's Premier HVAC"
|
||||
buttons={[
|
||||
{
|
||||
text: "Get a Free Quote",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get a Free Quote", href: "#contact"},
|
||||
{
|
||||
text: "Explore Services",
|
||||
href: "#services",
|
||||
},
|
||||
text: "Explore Services", href: "#services"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/attractive-cheerful-girl-sitting-couch-posing-looking-camera_8353-6444.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/attractive-cheerful-girl-sitting-couch-posing-looking-camera_8353-6444.jpg"
|
||||
imageAlt="Modern interior with a sleek HVAC system and comfortable atmosphere"
|
||||
/>
|
||||
</div>
|
||||
@@ -95,23 +76,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "About Cool Flow Hvac Toronto: Precision, Professionalism, and Care",
|
||||
},
|
||||
type: "text", content: "About Cool Flow Hvac Toronto: Precision, Professionalism, and Care"},
|
||||
{
|
||||
type: "text",
|
||||
content: "As Toronto's premier HVAC service, we are dedicated to providing unparalleled comfort and indoor air quality for your home or business.",
|
||||
},
|
||||
type: "text", content: "As Toronto's premier HVAC service, we are dedicated to providing unparalleled comfort and indoor air quality for your home or business."},
|
||||
{
|
||||
type: "text",
|
||||
content: "Our certified technicians combine years of expertise with a commitment to excellence, delivering seamless installations, meticulous maintenance, and rapid 24/7 emergency support.",
|
||||
},
|
||||
type: "text", content: "Our certified technicians combine years of expertise with a commitment to excellence, delivering seamless installations, meticulous maintenance, and rapid 24/7 emergency support."},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Meet Our Team",
|
||||
href: "#team",
|
||||
},
|
||||
text: "Meet Our Team", href: "#team"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
@@ -124,36 +97,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Expert AC Installation & Repair",
|
||||
description: "Ensure your home stays cool and comfortable all summer with our precise AC installation and rapid repair services. We handle all major brands with unparalleled expertise.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Snowflake,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-female-business-professionals-posing-outside_1262-21022.jpg",
|
||||
imageAlt: "diverse HVAC technicians smiling professional",
|
||||
title: "Expert AC Installation & Repair", description: "Ensure your home stays cool and comfortable all summer with our precise AC installation and rapid repair services. We handle all major brands with unparalleled expertise.", bentoComponent: "reveal-icon", icon: Snowflake
|
||||
},
|
||||
{
|
||||
title: "Furnace Installation & Maintenance",
|
||||
description: "Experience reliable warmth through the coldest winters. Our team specializes in efficient furnace installations, routine maintenance, and emergency repairs for optimal performance.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Gauge,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-cheerful-girl-sitting-couch-posing-looking-camera_8353-6444.jpg?_wi=2",
|
||||
imageAlt: "diverse HVAC technicians smiling professional",
|
||||
title: "Furnace Installation & Maintenance", description: "Experience reliable warmth through the coldest winters. Our team specializes in efficient furnace installations, routine maintenance, and emergency repairs for optimal performance.", bentoComponent: "reveal-icon", icon: Gauge
|
||||
},
|
||||
{
|
||||
title: "Comprehensive Duct Cleaning",
|
||||
description: "Improve your indoor air quality and system efficiency with our thorough duct cleaning services. Breathe easier knowing your ventilation system is pristine and allergen-free.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Cloud,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/seasoned-mechanic-removing-layer-dirt-from-blower-fan-prevent-damaging-ventilation-system-adept-repairman-cleaning-hvac-system-parts-stop-risk-overheating-close-up_482257-67998.jpg",
|
||||
imageAlt: "diverse HVAC technicians smiling professional",
|
||||
title: "Comprehensive Duct Cleaning", description: "Improve your indoor air quality and system efficiency with our thorough duct cleaning services. Breathe easier knowing your ventilation system is pristine and allergen-free.", bentoComponent: "reveal-icon", icon: Cloud
|
||||
},
|
||||
{
|
||||
title: "24/7 Emergency HVAC Service",
|
||||
description: "HVAC emergencies don't wait, and neither do we. Our certified technicians are on standby 24/7 to address your critical heating and cooling issues promptly and effectively.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Clock,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/service-man-adjusting-house-heating-system_1303-26545.jpg",
|
||||
imageAlt: "diverse HVAC technicians smiling professional",
|
||||
title: "24/7 Emergency HVAC Service", description: "HVAC emergencies don't wait, and neither do we. Our certified technicians are on standby 24/7 to address your critical heating and cooling issues promptly and effectively.", bentoComponent: "reveal-icon", icon: Clock
|
||||
},
|
||||
]}
|
||||
title="Our Signature HVAC Services"
|
||||
@@ -171,53 +124,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p-1",
|
||||
name: "High-Efficiency Furnace",
|
||||
price: "Starting at $3,500",
|
||||
variant: "Energy Star Certified",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-home-with-cute-dog-heater_23-2149335091.jpg",
|
||||
imageAlt: "High-efficiency furnace for home heating",
|
||||
},
|
||||
id: "p-1", name: "High-Efficiency Furnace", price: "Starting at $3,500", variant: "Energy Star Certified", imageSrc: "http://img.b2bpic.net/free-photo/people-home-with-cute-dog-heater_23-2149335091.jpg", imageAlt: "High-efficiency furnace for home heating"},
|
||||
{
|
||||
id: "p-2",
|
||||
name: "Central Air Conditioner",
|
||||
price: "Starting at $4,000",
|
||||
variant: "Quiet Operation",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-heat-pump-outside-home_23-2149250261.jpg",
|
||||
imageAlt: "Outdoor central air conditioning unit",
|
||||
},
|
||||
id: "p-2", name: "Central Air Conditioner", price: "Starting at $4,000", variant: "Quiet Operation", imageSrc: "http://img.b2bpic.net/free-photo/close-up-heat-pump-outside-home_23-2149250261.jpg", imageAlt: "Outdoor central air conditioning unit"},
|
||||
{
|
||||
id: "p-3",
|
||||
name: "Smart Wi-Fi Thermostat",
|
||||
price: "$250",
|
||||
variant: "Remote Control Access",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/finger-pressing-smart-home-automation-panel-monitor_53876-102345.jpg",
|
||||
imageAlt: "Modern smart Wi-Fi thermostat",
|
||||
},
|
||||
id: "p-3", name: "Smart Wi-Fi Thermostat", price: "$250", variant: "Remote Control Access", imageSrc: "http://img.b2bpic.net/free-photo/finger-pressing-smart-home-automation-panel-monitor_53876-102345.jpg", imageAlt: "Modern smart Wi-Fi thermostat"},
|
||||
{
|
||||
id: "p-4",
|
||||
name: "Whole-Home Humidifier",
|
||||
price: "Starting at $800",
|
||||
variant: "Optimal Humidity Control",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-mother-daughter-using-nebulizer-home-respiratory-health-problems_23-2150574033.jpg",
|
||||
imageAlt: "Whole-home humidifier integrated with HVAC system",
|
||||
},
|
||||
id: "p-4", name: "Whole-Home Humidifier", price: "Starting at $800", variant: "Optimal Humidity Control", imageSrc: "http://img.b2bpic.net/free-photo/view-mother-daughter-using-nebulizer-home-respiratory-health-problems_23-2150574033.jpg", imageAlt: "Whole-home humidifier integrated with HVAC system"},
|
||||
{
|
||||
id: "p-5",
|
||||
name: "UV Air Purifier System",
|
||||
price: "Starting at $700",
|
||||
variant: "Advanced Air Sterilization",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-working-out-after-online-fitness-instructor_23-2149240236.jpg",
|
||||
imageAlt: "UV light air purification system for ducts",
|
||||
},
|
||||
id: "p-5", name: "UV Air Purifier System", price: "Starting at $700", variant: "Advanced Air Sterilization", imageSrc: "http://img.b2bpic.net/free-photo/woman-working-out-after-online-fitness-instructor_23-2149240236.jpg", imageAlt: "UV light air purification system for ducts"},
|
||||
{
|
||||
id: "p-6",
|
||||
name: "Tankless Water Heater",
|
||||
price: "Starting at $1,800",
|
||||
variant: "Endless Hot Water",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/service-maintenance-worker-repairing_23-2149176720.jpg",
|
||||
imageAlt: "Tankless water heater installed",
|
||||
},
|
||||
id: "p-6", name: "Tankless Water Heater", price: "Starting at $1,800", variant: "Endless Hot Water", imageSrc: "http://img.b2bpic.net/free-photo/service-maintenance-worker-repairing_23-2149176720.jpg", imageAlt: "Tankless water heater installed"},
|
||||
]}
|
||||
title="Advanced HVAC Solutions for Your Home"
|
||||
description="Explore our curated selection of premium HVAC products and accessories designed to enhance your comfort, improve air quality, and maximize energy efficiency."
|
||||
@@ -233,29 +150,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m-1",
|
||||
value: "5.0",
|
||||
title: "Average Rating",
|
||||
description: "Our customers consistently rate us 5 stars for exceptional service.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/red-heart-bubble-speech-icon-table_23-2148023905.jpg",
|
||||
imageAlt: "Five star rating icon",
|
||||
},
|
||||
id: "m-1", value: "5.0", title: "Average Rating", description: "Our customers consistently rate us 5 stars for exceptional service.", imageSrc: "http://img.b2bpic.net/free-photo/red-heart-bubble-speech-icon-table_23-2148023905.jpg", imageAlt: "Five star rating icon"},
|
||||
{
|
||||
id: "m-2",
|
||||
value: "24/7",
|
||||
title: "Emergency Service",
|
||||
description: "Available around the clock for urgent heating and cooling needs.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/repairman-reporting-found-freon-leaks_482257-92670.jpg",
|
||||
imageAlt: "Clock and wrench icon for 24/7 service",
|
||||
},
|
||||
id: "m-2", value: "24/7", title: "Emergency Service", description: "Available around the clock for urgent heating and cooling needs.", imageSrc: "http://img.b2bpic.net/free-photo/repairman-reporting-found-freon-leaks_482257-92670.jpg", imageAlt: "Clock and wrench icon for 24/7 service"},
|
||||
{
|
||||
id: "m-3",
|
||||
value: "10+",
|
||||
title: "Years of Expertise",
|
||||
description: "Decades of combined experience ensuring flawless HVAC solutions.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-party-guy-wearing-black-shirt-blue-hat-holding-party-blower-showing-thumb-up-isolated-olive-green_141793-95264.jpg",
|
||||
imageAlt: "Award or badge icon for years of experience",
|
||||
},
|
||||
id: "m-3", value: "10+", title: "Years of Expertise", description: "Decades of combined experience ensuring flawless HVAC solutions.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-party-guy-wearing-black-shirt-blue-hat-holding-party-blower-showing-thumb-up-isolated-olive-green_141793-95264.jpg", imageAlt: "Award or badge icon for years of experience"},
|
||||
]}
|
||||
title="Our Commitment to Excellence"
|
||||
description="Cool Flow Hvac Toronto is dedicated to providing superior service and results, reflected in our exceptional customer satisfaction and unwavering expertise."
|
||||
@@ -271,61 +170,31 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
plans={[
|
||||
{
|
||||
id: "plan-1",
|
||||
badge: "Essential",
|
||||
badgeIcon: Wrench,
|
||||
price: "$99",
|
||||
subtitle: "Annual Maintenance Check",
|
||||
buttons: [
|
||||
id: "plan-1", badge: "Essential", badgeIcon: Wrench,
|
||||
price: "$99", subtitle: "Annual Maintenance Check", buttons: [
|
||||
{
|
||||
text: "Schedule Now",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Schedule Now", href: "#contact"},
|
||||
],
|
||||
features: [
|
||||
"1-point system check",
|
||||
"Filter inspection",
|
||||
"Thermostat calibration",
|
||||
"Safety check",
|
||||
],
|
||||
"1-point system check", "Filter inspection", "Thermostat calibration", "Safety check"],
|
||||
},
|
||||
{
|
||||
id: "plan-2",
|
||||
badge: "Premium",
|
||||
badgeIcon: ShieldCheck,
|
||||
price: "$199",
|
||||
subtitle: "Comprehensive Service Plan",
|
||||
buttons: [
|
||||
id: "plan-2", badge: "Premium", badgeIcon: ShieldCheck,
|
||||
price: "$199", subtitle: "Comprehensive Service Plan", buttons: [
|
||||
{
|
||||
text: "Get Started",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get Started", href: "#contact"},
|
||||
],
|
||||
features: [
|
||||
"21-point system check",
|
||||
"Advanced filter replacement",
|
||||
"Priority scheduling",
|
||||
"15% off repairs",
|
||||
],
|
||||
"21-point system check", "Advanced filter replacement", "Priority scheduling", "15% off repairs"],
|
||||
},
|
||||
{
|
||||
id: "plan-3",
|
||||
badge: "Ultimate",
|
||||
badgeIcon: Zap,
|
||||
price: "Custom Quote",
|
||||
subtitle: "Tailored HVAC Solutions",
|
||||
buttons: [
|
||||
id: "plan-3", badge: "Ultimate", badgeIcon: Zap,
|
||||
price: "Custom Quote", subtitle: "Tailored HVAC Solutions", buttons: [
|
||||
{
|
||||
text: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Contact Us", href: "#contact"},
|
||||
],
|
||||
features: [
|
||||
"Full system diagnostic",
|
||||
"Exclusive product discounts",
|
||||
"Emergency service guarantee",
|
||||
"Dedicated account manager",
|
||||
],
|
||||
"Full system diagnostic", "Exclusive product discounts", "Emergency service guarantee", "Dedicated account manager"],
|
||||
},
|
||||
]}
|
||||
title="Our Flexible Service Plans"
|
||||
@@ -342,53 +211,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t-1",
|
||||
name: "Denis S.",
|
||||
handle: "@DenisS",
|
||||
testimonial: "I needed to install a new furnace in my house, Cool Flow hvac showed up and they did an excellent job. They showed me their plan executed it well and now my new AC unit is up and running!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-businessman-wearing-glasses_329181-677.jpg",
|
||||
imageAlt: "Denis S.",
|
||||
},
|
||||
id: "t-1", name: "Denis S.", handle: "@DenisS", testimonial: "I needed to install a new furnace in my house, Cool Flow hvac showed up and they did an excellent job. They showed me their plan executed it well and now my new AC unit is up and running!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-businessman-wearing-glasses_329181-677.jpg", imageAlt: "Denis S."},
|
||||
{
|
||||
id: "t-2",
|
||||
name: "Celo Rrokaj",
|
||||
handle: "@CeloR",
|
||||
testimonial: "From day 1 they came in and diagnosed the problem. Set an appointment for the next day install of a furnace. More than fair price, installation process was purely professional. I would definitely call them for all my furnace and air conditioning requirement. Strongly recommend Cool Flow HVAC!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-correcting-grammar-mistakes_23-2150171372.jpg",
|
||||
imageAlt: "Celo Rrokaj",
|
||||
},
|
||||
id: "t-2", name: "Celo Rrokaj", handle: "@CeloR", testimonial: "From day 1 they came in and diagnosed the problem. Set an appointment for the next day install of a furnace. More than fair price, installation process was purely professional. I would definitely call them for all my furnace and air conditioning requirement. Strongly recommend Cool Flow HVAC!", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-correcting-grammar-mistakes_23-2150171372.jpg", imageAlt: "Celo Rrokaj"},
|
||||
{
|
||||
id: "t-3",
|
||||
name: "Straizu Mobile",
|
||||
handle: "@StraizuM",
|
||||
testimonial: "We had an emergency situation with my parents’ furnace last week, and Cool Flow were incredible. We called in the morning, and they came right away, assessed the issue, delivered the new furnace, installed it, and worked tirelessly until 10:00 PM to make sure the heat was on before leaving. Their professionalism, speed, and dedication were truly exceptional. We are extremely grateful and highly recommend their services. Thank you so much! Would 100% recommend",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-stylish-smiling-man-co-working-office-startup-freelancer-holding-using-tablet_285396-9048.jpg",
|
||||
imageAlt: "Straizu Mobile",
|
||||
},
|
||||
id: "t-3", name: "Straizu Mobile", handle: "@StraizuM", testimonial: "We had an emergency situation with my parents’ furnace last week, and Cool Flow were incredible. We called in the morning, and they came right away, assessed the issue, delivered the new furnace, installed it, and worked tirelessly until 10:00 PM to make sure the heat was on before leaving. Their professionalism, speed, and dedication were truly exceptional. We are extremely grateful and highly recommend their services. Thank you so much! Would 100% recommend", imageSrc: "http://img.b2bpic.net/free-photo/young-stylish-smiling-man-co-working-office-startup-freelancer-holding-using-tablet_285396-9048.jpg", imageAlt: "Straizu Mobile"},
|
||||
{
|
||||
id: "t-4",
|
||||
name: "Emily R.",
|
||||
handle: "@EmilyR",
|
||||
testimonial: "Cool Flow Hvac Toronto replaced our old AC unit quickly and efficiently. The team was courteous, clean, and explained everything clearly. Our home has never been cooler!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-blonde-slavic-woman-points-herself-isolated-olive-green_141793-72861.jpg",
|
||||
imageAlt: "Emily R.",
|
||||
},
|
||||
id: "t-4", name: "Emily R.", handle: "@EmilyR", testimonial: "Cool Flow Hvac Toronto replaced our old AC unit quickly and efficiently. The team was courteous, clean, and explained everything clearly. Our home has never been cooler!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-blonde-slavic-woman-points-herself-isolated-olive-green_141793-72861.jpg", imageAlt: "Emily R."},
|
||||
{
|
||||
id: "t-5",
|
||||
name: "Michael L.",
|
||||
handle: "@MichaelL",
|
||||
testimonial: "Exceptional service from start to finish! The diagnosis was spot on, and the furnace repair was done swiftly. Highly professional and trustworthy.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-smiling-young-handsome-bearded-wild-curly-hair-man-with-bright-blue-eyes-isolated-white-background-young-thinking-man-green-tshirt-white-background_549566-955.jpg",
|
||||
imageAlt: "Michael L.",
|
||||
},
|
||||
id: "t-5", name: "Michael L.", handle: "@MichaelL", testimonial: "Exceptional service from start to finish! The diagnosis was spot on, and the furnace repair was done swiftly. Highly professional and trustworthy.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-smiling-young-handsome-bearded-wild-curly-hair-man-with-bright-blue-eyes-isolated-white-background-young-thinking-man-green-tshirt-white-background_549566-955.jpg", imageAlt: "Michael L."},
|
||||
{
|
||||
id: "t-6",
|
||||
name: "Sarah J.",
|
||||
handle: "@SarahJ",
|
||||
testimonial: "I highly recommend Cool Flow Hvac for their prompt response and quality work. They fixed our heating issue on a cold evening, truly life savers!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-tourist-holds-textbook-planner-spends-vacations-visiting-unknown-city_273609-55598.jpg",
|
||||
imageAlt: "Sarah J.",
|
||||
},
|
||||
id: "t-6", name: "Sarah J.", handle: "@SarahJ", testimonial: "I highly recommend Cool Flow Hvac for their prompt response and quality work. They fixed our heating issue on a cold evening, truly life savers!", imageSrc: "http://img.b2bpic.net/free-photo/woman-tourist-holds-textbook-planner-spends-vacations-visiting-unknown-city_273609-55598.jpg", imageAlt: "Sarah J."},
|
||||
]}
|
||||
title="What Our Valued Customers Say"
|
||||
description="Hear directly from homeowners in Toronto who trust Cool Flow Hvac for their heating, cooling, and air quality needs. Our commitment to excellence shines through every review."
|
||||
@@ -405,30 +238,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "q-1",
|
||||
title: "What areas do you serve in Toronto?",
|
||||
content: "Cool Flow Hvac Toronto proudly serves all boroughs of Toronto, including downtown, North York, Etobicoke, Scarborough, and the surrounding GTA region.",
|
||||
},
|
||||
id: "q-1", title: "What areas do you serve in Toronto?", content: "Cool Flow Hvac Toronto proudly serves all boroughs of Toronto, including downtown, North York, Etobicoke, Scarborough, and the surrounding GTA region."},
|
||||
{
|
||||
id: "q-2",
|
||||
title: "Do you offer emergency HVAC services?",
|
||||
content: "Yes, we understand that HVAC issues can arise at any time. We offer 24/7 emergency services for all your urgent heating and cooling needs.",
|
||||
},
|
||||
id: "q-2", title: "Do you offer emergency HVAC services?", content: "Yes, we understand that HVAC issues can arise at any time. We offer 24/7 emergency services for all your urgent heating and cooling needs."},
|
||||
{
|
||||
id: "q-3",
|
||||
title: "What types of HVAC systems do you service?",
|
||||
content: "Our certified technicians are experienced in servicing a wide range of HVAC systems, including furnaces, air conditioners, heat pumps, boilers, and ductless mini-splits from all major brands.",
|
||||
},
|
||||
id: "q-3", title: "What types of HVAC systems do you service?", content: "Our certified technicians are experienced in servicing a wide range of HVAC systems, including furnaces, air conditioners, heat pumps, boilers, and ductless mini-splits from all major brands."},
|
||||
{
|
||||
id: "q-4",
|
||||
title: "How often should I have my HVAC system maintained?",
|
||||
content: "We recommend professional maintenance at least once a year for both your heating and cooling systems. Regular tune-ups ensure efficiency, prolong system life, and prevent unexpected breakdowns.",
|
||||
},
|
||||
id: "q-4", title: "How often should I have my HVAC system maintained?", content: "We recommend professional maintenance at least once a year for both your heating and cooling systems. Regular tune-ups ensure efficiency, prolong system life, and prevent unexpected breakdowns."},
|
||||
{
|
||||
id: "q-5",
|
||||
title: "Are your services covered by warranty?",
|
||||
content: "Yes, all our installations and repairs come with a comprehensive warranty for your peace of mind. Specific warranty details will be provided at the time of service or quotation.",
|
||||
},
|
||||
id: "q-5", title: "Are your services covered by warranty?", content: "Yes, all our installations and repairs come with a comprehensive warranty for your peace of mind. Specific warranty details will be provided at the time of service or quotation."},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Find quick answers to common questions about our HVAC services, scheduling, and commitments."
|
||||
@@ -444,27 +262,16 @@ export default function LandingPage() {
|
||||
description="Ready to experience premium comfort? Contact us today for a free quote, emergency service, or to discuss your heating and cooling needs. Our team is available 24/7 to assist you."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Your Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Your Email",
|
||||
required: true,
|
||||
name: "email", type: "email", placeholder: "Your Email", required: true,
|
||||
},
|
||||
{
|
||||
name: "phone",
|
||||
type: "tel",
|
||||
placeholder: "Phone (Optional)",
|
||||
},
|
||||
name: "phone", type: "tel", placeholder: "Phone (Optional)"},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Tell us about your HVAC needs...",
|
||||
rows: 4,
|
||||
name: "message", placeholder: "Tell us about your HVAC needs...", rows: 4,
|
||||
required: true,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/serviceman-does-checkup-client-car_482257-76119.jpg"
|
||||
@@ -482,66 +289,39 @@ export default function LandingPage() {
|
||||
logoText="Cool Flow Hvac Toronto"
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "AC Repair & Install",
|
||||
href: "#services",
|
||||
},
|
||||
label: "AC Repair & Install", href: "#services"},
|
||||
{
|
||||
label: "Furnace Services",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Furnace Services", href: "#services"},
|
||||
{
|
||||
label: "Duct Cleaning",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Duct Cleaning", href: "#services"},
|
||||
{
|
||||
label: "Emergency Service",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Emergency Service", href: "#services"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Our Team",
|
||||
href: "#about",
|
||||
},
|
||||
label: "Our Team", href: "#about"},
|
||||
{
|
||||
label: "Customer Reviews",
|
||||
href: "#reviews",
|
||||
},
|
||||
label: "Customer Reviews", href: "#reviews"},
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "FAQ", href: "#faq"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{
|
||||
label: "(437) 602-8455",
|
||||
href: "tel:+14376028455",
|
||||
},
|
||||
label: "(437) 602-8455", href: "tel:+14376028455"},
|
||||
{
|
||||
label: "2 St Clair Ave W, Toronto",
|
||||
href: "https://maps.app.goo.gl/2K4Z4E3Y7X2D1A5W9",
|
||||
},
|
||||
label: "2 St Clair Ave W, Toronto", href: "https://maps.app.goo.gl/2K4Z4E3Y7X2D1A5W9"},
|
||||
{
|
||||
label: "Email Us",
|
||||
href: "mailto:info@coolflowhvac.ca",
|
||||
},
|
||||
label: "Email Us", href: "mailto:info@coolflowhvac.ca"},
|
||||
{
|
||||
label: "Get a Quote",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Get a Quote", href: "#contact"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user