400 lines
25 KiB
TypeScript
400 lines
25 KiB
TypeScript
"use client";
|
|
|
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|
import ReactLenis from "lenis/react";
|
|
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
|
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
|
import FeatureCardTwentyFive from '@/components/sections/feature/FeatureCardTwentyFive';
|
|
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
|
import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial';
|
|
import MediaAbout from '@/components/sections/about/MediaAbout';
|
|
import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
|
|
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
|
import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo';
|
|
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
|
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
|
|
import { Award, Clock, Crown, Diamond, Droplet, Leaf, PhoneCall, ShieldCheck, Sparkles, Star, Users, Wind } from "lucide-react";
|
|
|
|
export default function LandingPage() {
|
|
return (
|
|
<ThemeProvider
|
|
defaultButtonVariant="icon-arrow"
|
|
defaultTextAnimation="reveal-blur"
|
|
borderRadius="soft"
|
|
contentWidth="mediumLarge"
|
|
sizing="medium"
|
|
background="none"
|
|
cardStyle="soft-shadow"
|
|
primaryButtonStyle="double-inset"
|
|
secondaryButtonStyle="layered"
|
|
headingFontWeight="semibold"
|
|
>
|
|
<ReactLenis root>
|
|
<div id="nav" data-section="nav">
|
|
<NavbarLayoutFloatingInline
|
|
navItems={[
|
|
{
|
|
name: "Home", id: "#hero"},
|
|
{
|
|
name: "About", id: "#about"},
|
|
{
|
|
name: "Services", id: "#services"},
|
|
{
|
|
name: "Systems", id: "#products"},
|
|
{
|
|
name: "Pricing", id: "#pricing"},
|
|
{
|
|
name: "Testimonials", id: "#testimonials"},
|
|
{
|
|
name: "FAQs", id: "#faq"},
|
|
{
|
|
name: "Contact", id: "#contact"},
|
|
]}
|
|
brandName="High Class HVAC"
|
|
button={{
|
|
text: "Get a Quote", href: "#contact"}}
|
|
animateOnLoad={true}
|
|
/>
|
|
</div>
|
|
|
|
<div id="hero" data-section="hero">
|
|
<HeroBillboardTestimonial
|
|
useInvertedBackground={false}
|
|
background={{
|
|
variant: "radial-gradient"}}
|
|
title="Experience Unmatched Comfort with High Class Cooling & Heating"
|
|
description="Your trusted HVAC partner in Etobicoke, ON, delivering premium installation, maintenance, and repair services for cooling and heating systems that redefine comfort."
|
|
testimonials={[
|
|
{
|
|
name: "Heena Sharma", handle: "@heena_sharma", testimonial: "Good quality service in Resonable price, Highly recommended. The guys installed AC and furnace at my Milton house. They gave very good price and installation was very professional. Highly recommend Harry and team.", rating: 5,
|
|
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-her-kitchen_329181-20396.jpg", imageAlt: "Heena Sharma"},
|
|
{
|
|
name: "Karan Suri", handle: "@karan_suri", testimonial: "Fantastic service! The team from High Class Cooling and Heating was prompt, professional, and honest. They did a great job installing my new system, and it works perfectly. Highly recommend them for anyone looking for reliable HVAC services.", rating: 5,
|
|
imageSrc: "http://img.b2bpic.net/free-photo/frown-serious-angry-senior-man-looking-camera_1262-1834.jpg", imageAlt: "Karan Suri"},
|
|
{
|
|
name: "Pratik Goyal", handle: "@pratik_goyal", testimonial: "I recently had the pleasure of working with an HVAC technician, Harry, who installed a Lennox furnace in my home, and I couldn't be happier with the experience! From start to finish, the technician demonstrated professionalism, expertise, and excellent service.", rating: 5,
|
|
imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-blond-female-dressed-white-shirt-red-eyeglasses_613910-3575.jpg", imageAlt: "Pratik Goyal"},
|
|
{
|
|
name: "Sarah L.", handle: "@sarah_l", testimonial: "After a sudden breakdown, High Class Cooling and Heating responded quickly. Their technician fixed my furnace efficiently and explained everything clearly. Truly life-savers!", rating: 5,
|
|
imageSrc: "http://img.b2bpic.net/free-photo/real-estate-concept-happy-young-man-searching-home-rent-holding-house-paper-maket-smiling-st_1258-160611.jpg", imageAlt: "Sarah L."},
|
|
{
|
|
name: "Mark T.", handle: "@mark_t", testimonial: "We chose High Class for our new AC installation, and they exceeded our expectations. Clean work, fair pricing, and outstanding customer service. Our home has never been more comfortable.", rating: 5,
|
|
imageSrc: "http://img.b2bpic.net/free-photo/portrait-caucasian-man_641386-12.jpg", imageAlt: "Mark T."},
|
|
]}
|
|
buttons={[
|
|
{
|
|
text: "Get a Free Quote", href: "#contact"},
|
|
{
|
|
text: "Explore Services", href: "#services"},
|
|
]}
|
|
avatars={[
|
|
{
|
|
src: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", alt: "Customer 1"},
|
|
{
|
|
src: "http://img.b2bpic.net/free-photo/pleased-tilting-head-blinked-middle-aged-man-wearing-white-t-shirt-with-tie-crossing-hands-isolated-orange-wall_141793-83652.jpg", alt: "Customer 2"},
|
|
{
|
|
src: "http://img.b2bpic.net/free-photo/confused-looking-side-young-male-builder-wearing-uniform_141793-123610.jpg", alt: "Customer 3"},
|
|
{
|
|
src: "http://img.b2bpic.net/free-photo/smiling-female-staff-airport-terminal_107420-85049.jpg", alt: "Customer 4"},
|
|
{
|
|
src: "http://img.b2bpic.net/free-photo/portrait-man-black-suit_23-2148401442.jpg", alt: "HVAC engineer"},
|
|
]}
|
|
avatarText="Trusted by 123+ happy clients"
|
|
imageSrc="http://img.b2bpic.net/free-photo/abstract-daytime-shadows-from-outdoors_23-2149080188.jpg"
|
|
imageAlt="Modern high-efficiency HVAC outdoor unit"
|
|
marqueeItems={[
|
|
{
|
|
type: "image", src: "http://img.b2bpic.net/free-photo/abstract-minimal-background-with-floor_23-2149207710.jpg", alt: "Modern building with sleek design"},
|
|
{
|
|
type: "image", src: "http://img.b2bpic.net/free-photo/side-view-building-with-blue-sky_23-2148252799.jpg", alt: "Contemporary urban architecture"},
|
|
{
|
|
type: "image", src: "http://img.b2bpic.net/free-photo/outdoor-utility-control-box-with-indicator-lights-blue-sky_626616-513.jpg", alt: "High-efficiency ventilation system"},
|
|
{
|
|
type: "image", src: "http://img.b2bpic.net/free-photo/japanese-culture-house-entrance-with-plants_23-2149301092.jpg", alt: "Residential heating solution"},
|
|
{
|
|
type: "text-icon", text: "Sustainable Comfort", icon: Leaf,
|
|
},
|
|
]}
|
|
/>
|
|
</div>
|
|
|
|
<div id="about" data-section="about">
|
|
<MediaAbout
|
|
useInvertedBackground={false}
|
|
title="High Class Service, Unbeatable Comfort"
|
|
description="At High Class Cooling & Heating, we are dedicated to providing superior HVAC solutions. With years of experience and a commitment to excellence, we ensure your home or business enjoys optimal climate control. Our certified technicians specialize in reliable installations, thorough maintenance, and efficient repairs for all major brands, promising lasting comfort and peace of mind."
|
|
buttons={[
|
|
{
|
|
text: "Learn More About Us", href: "#"},
|
|
]}
|
|
imageSrc="http://img.b2bpic.net/free-photo/hvac-repairman-adjusts-pressure-levels_482257-91172.jpg"
|
|
imageAlt="HVAC technician working on a furnace"
|
|
/>
|
|
</div>
|
|
|
|
<div id="services" data-section="services">
|
|
<FeatureCardTwentyFive
|
|
animationType="slide-up"
|
|
textboxLayout="default"
|
|
useInvertedBackground={false}
|
|
features={[
|
|
{
|
|
title: "High-Efficiency AC Systems", description: "Stay cool with our advanced air conditioning units, designed for optimal performance and energy savings. We install, maintain, and repair all leading high-efficiency models for ultimate comfort.", icon: Wind,
|
|
mediaItems: [
|
|
{
|
|
imageSrc: "http://img.b2bpic.net/free-photo/person-using-smartphone-his-automated-home_23-2149036906.jpg", imageAlt: "Modern smart thermostat"},
|
|
{
|
|
imageSrc: "http://img.b2bpic.net/free-photo/friends-party-with-delicious-pizza_23-2151309392.jpg", imageAlt: "Outdoor residential air conditioner unit"},
|
|
]
|
|
},
|
|
{
|
|
title: "Reliable Furnace Installations", description: "Ensure warmth and safety with professional furnace installations, featuring leading brands like Lennox. Our experts guarantee efficient setup and long-term reliability for your heating system.", icon: Droplet,
|
|
mediaItems: [
|
|
{
|
|
imageSrc: "http://img.b2bpic.net/free-photo/close-up-ballet-studio-handrail_23-2148461828.jpg", imageAlt: "Modern gas furnace in utility room"},
|
|
{
|
|
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-wearing-safety-helmets_23-2149366668.jpg", imageAlt: "Furnace air filter replacement"},
|
|
]
|
|
},
|
|
{
|
|
title: "Preventative Maintenance Plans", description: "Extend the life of your systems and avoid costly breakdowns with our comprehensive maintenance packages. Regular check-ups keep your HVAC running efficiently and reliably throughout the year.", icon: ShieldCheck,
|
|
mediaItems: [
|
|
{
|
|
imageSrc: "http://img.b2bpic.net/free-photo/pliers-copper-wire-gloves-surface_23-2151979294.jpg", imageAlt: "Technician inspecting HVAC ductwork"},
|
|
{
|
|
imageSrc: "http://img.b2bpic.net/free-photo/electrical-technician-looking-focused-while-working-switchboard-with-fuses_169016-23714.jpg", imageAlt: "Diagnostic tool for HVAC system check"},
|
|
]
|
|
},
|
|
{
|
|
title: "24/7 Emergency Repairs", description: "Rapid response for urgent heating and cooling issues, ensuring your comfort is quickly restored. Our emergency team is available around the clock to address unexpected breakdowns efficiently.", icon: Clock,
|
|
mediaItems: [
|
|
{
|
|
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-late-night_23-2150171103.jpg", imageAlt: "HVAC technician responding to emergency call at night"},
|
|
{
|
|
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hvac-system-manometers_482257-90544.jpg", imageAlt: "Hand holding wrench near HVAC unit during repair"},
|
|
]
|
|
},
|
|
]}
|
|
title="Comprehensive HVAC Services You Can Trust"
|
|
description="From precision installations to emergency repairs, our team delivers top-tier HVAC solutions tailored to your needs. We cover all aspects of heating, ventilation, and air conditioning to ensure your comfort year-round."
|
|
/>
|
|
</div>
|
|
|
|
<div id="metrics" data-section="metrics">
|
|
<MetricCardOne
|
|
animationType="slide-up"
|
|
textboxLayout="default"
|
|
gridVariant="uniform-all-items-equal"
|
|
useInvertedBackground={false}
|
|
metrics={[
|
|
{
|
|
id: "rating", value: "5.0", title: "Star Rating", description: "Consistently achieving perfect scores from satisfied customers.", icon: Star,
|
|
},
|
|
{
|
|
id: "clients", value: "123+", title: "Happy Clients", description: "Our growing community of comfortable homes and businesses.", icon: Users,
|
|
},
|
|
{
|
|
id: "experience", value: "10+", title: "Years Experience", description: "A decade of expertise in delivering high-class HVAC solutions.", icon: Award,
|
|
},
|
|
{
|
|
id: "support", value: "24/7", title: "Emergency Support", description: "Always available for your heating and cooling emergencies.", icon: PhoneCall,
|
|
},
|
|
]}
|
|
title="Our Commitment to Excellence in Numbers"
|
|
description="We pride ourselves on delivering outstanding results and earning the trust of our valued clients. Our track record speaks for itself."
|
|
/>
|
|
</div>
|
|
|
|
<div id="products" data-section="products">
|
|
<ProductCardTwo
|
|
animationType="slide-up"
|
|
textboxLayout="default"
|
|
gridVariant="uniform-all-items-equal"
|
|
useInvertedBackground={false}
|
|
products={[
|
|
{
|
|
id: "lennox-xc25", brand: "Lennox", name: "XC25 Air Conditioner", price: "Starting at $8,500", rating: 5,
|
|
reviewCount: "89", imageSrc: "http://img.b2bpic.net/free-photo/beaming-young-woman-listening-music-bed_231208-13069.jpg", imageAlt: "Lennox XC25 Air Conditioner"},
|
|
{
|
|
id: "carrier-infinity21", brand: "Carrier", name: "Infinity 21 Heat Pump", price: "Starting at $9,200", rating: 5,
|
|
reviewCount: "75", imageSrc: "http://img.b2bpic.net/free-photo/close-up-heat-pump-outside-home_23-2149250265.jpg", imageAlt: "Carrier Infinity 21 Heat Pump"},
|
|
{
|
|
id: "trane-xv20i", brand: "Trane", name: "XV20i Variable Speed AC", price: "Starting at $8,900", rating: 5,
|
|
reviewCount: "62", imageSrc: "http://img.b2bpic.net/free-photo/close-up-heat-pump-outside-home_23-2149250262.jpg", imageAlt: "Trane XV20i Variable Speed AC"},
|
|
{
|
|
id: "daikin-fit", brand: "Daikin", name: "Fit System", price: "Starting at $7,800", rating: 4,
|
|
reviewCount: "51", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-ventilation-system_23-2149281318.jpg", imageAlt: "Daikin Fit System"},
|
|
{
|
|
id: "goodman-gmvc96", brand: "Goodman", name: "GMVC96 Furnace", price: "Starting at $4,500", rating: 4,
|
|
reviewCount: "98", imageSrc: "http://img.b2bpic.net/free-photo/service-man-adjusting-house-heating-system_1303-26545.jpg", imageAlt: "Goodman GMVC96 Furnace"},
|
|
{
|
|
id: "rheem-r96v", brand: "Rheem", name: "Prestige Series R96V Furnace", price: "Starting at $4,900", rating: 5,
|
|
reviewCount: "81", imageSrc: "http://img.b2bpic.net/free-photo/exterior-clean-playground-kids_23-2149490427.jpg", imageAlt: "Rheem Prestige Series R96V Furnace"},
|
|
]}
|
|
title="Premium Cooling & Heating Systems"
|
|
description="Explore our selection of high-performance HVAC units, featuring trusted brands known for their efficiency, durability, and cutting-edge technology. Find the perfect fit for your home."
|
|
/>
|
|
</div>
|
|
|
|
<div id="pricing" data-section="pricing">
|
|
<PricingCardTwo
|
|
animationType="slide-up"
|
|
textboxLayout="default"
|
|
useInvertedBackground={false}
|
|
plans={[
|
|
{
|
|
id: "basic", badge: "Essential", badgeIcon: Sparkles,
|
|
price: "$129/year", subtitle: "Annual check-up for essential system care.", buttons: [
|
|
{
|
|
text: "Choose Basic", href: "#contact"},
|
|
],
|
|
features: [
|
|
"1-point inspection (AC or Furnace)", "Standard filter replacement", "Priority scheduling for service", "Basic system health report"],
|
|
},
|
|
{
|
|
id: "premium", badge: "Recommended", badgeIcon: Crown,
|
|
price: "$249/year", subtitle: "Enhanced coverage for complete peace of mind.", buttons: [
|
|
{
|
|
text: "Choose Premium", href: "#contact"},
|
|
],
|
|
features: [
|
|
"20-point inspection (AC & Furnace)", "Seasonal tune-ups (Spring/Fall)", "15% discounted repairs on parts", "Extended warranty advice"],
|
|
},
|
|
{
|
|
id: "ultimate", badge: "Best Value", badgeIcon: Diamond,
|
|
price: "$399/year", subtitle: "All-inclusive service with comprehensive benefits.", buttons: [
|
|
{
|
|
text: "Choose Ultimate", href: "#contact"},
|
|
],
|
|
features: [
|
|
"30-point inspection (AC & Furnace)", "Bi-annual comprehensive service", "Free diagnostic calls", "24/7 emergency priority service", "Indoor air quality check"],
|
|
},
|
|
]}
|
|
title="Flexible HVAC Service Plans"
|
|
description="Choose the perfect plan to keep your systems running smoothly, prevent breakdowns, and extend their lifespan. Options for every budget and need."
|
|
/>
|
|
</div>
|
|
|
|
<div id="testimonials" data-section="testimonials">
|
|
<TestimonialCardThirteen
|
|
animationType="slide-up"
|
|
textboxLayout="default"
|
|
useInvertedBackground={false}
|
|
testimonials={[
|
|
{
|
|
id: "1", name: "Heena Sharma", handle: "Milton Homeowner", testimonial: "Good quality service in Resonable price, Highly recommended. The guys installed AC and furnace at my Milton house. They gave very good price and installation was very professional. Highly recommend Harry and team.", rating: 5,
|
|
imageSrc: "http://img.b2bpic.net/free-photo/online-shopping_1098-16887.jpg", imageAlt: "Heena Sharma"},
|
|
{
|
|
id: "2", name: "Karan Suri", handle: "Happy Client", testimonial: "Fantastic service! The team from High Class Cooling and Heating was prompt, professional, and honest. They did a great job installing my new system, and it works perfectly. Highly recommend them for anyone looking for reliable HVAC services.", rating: 5,
|
|
imageSrc: "http://img.b2bpic.net/free-photo/young-loader-holding-house-model-uniform-front-view_176474-21361.jpg", imageAlt: "Karan Suri"},
|
|
{
|
|
id: "3", name: "Pratik Goyal", handle: "Lennox Furnace Owner", testimonial: "I recently had the pleasure of working with an HVAC technician, Harry, who installed a Lennox furnace in my home, and I couldn't be happier with the experience! From start to finish, the technician demonstrated professionalism, expertise, and excellent service.", rating: 5,
|
|
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-with-smart-speaker_23-2149936224.jpg", imageAlt: "Pratik Goyal"},
|
|
{
|
|
id: "4", name: "Sarah L.", handle: "Emergency Service User", testimonial: "After a sudden breakdown, High Class Cooling and Heating responded quickly. Their technician fixed my furnace efficiently and explained everything clearly. Truly life-savers! I highly recommend their rapid emergency service.", rating: 5,
|
|
imageSrc: "http://img.b2bpic.net/free-photo/close-up-worker-checking-freon-tank_482257-78533.jpg", imageAlt: "Sarah L."},
|
|
{
|
|
id: "5", name: "Mark T.", handle: "New AC Installation", testimonial: "We chose High Class for our new AC installation, and they exceeded our expectations. Clean work, fair pricing, and outstanding customer service. Our home has never been more comfortable, thanks to their skilled team.", rating: 5,
|
|
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-couple-with-heater_23-2149339548.jpg", imageAlt: "Mark T."},
|
|
]}
|
|
showRating={true}
|
|
title="What Our Happy Clients Say"
|
|
description="Our commitment to quality and customer satisfaction is reflected in the words of those who trust us with their comfort."
|
|
/>
|
|
</div>
|
|
|
|
<div id="faq" data-section="faq">
|
|
<FaqSplitMedia
|
|
textboxLayout="default"
|
|
useInvertedBackground={false}
|
|
faqs={[
|
|
{
|
|
id: "1", title: "What types of HVAC systems do you install?", content: "We install a wide range of systems, including central air conditioners, furnaces (gas and electric), heat pumps, ductless mini-splits, and smart thermostats from leading brands like Lennox, Carrier, and Trane. Our team can help you choose the best system for your home's unique needs."},
|
|
{
|
|
id: "2", title: "How often should I have my HVAC system serviced?", content: "For optimal performance, energy efficiency, and longevity, we recommend professional maintenance twice a year: once for your heating system in the fall and once for your cooling system in the spring. This helps prevent breakdowns and ensures peak operation."},
|
|
{
|
|
id: "3", title: "Do you offer emergency repair services?", content: "Yes, we provide 24/7 emergency HVAC repair services to ensure your comfort and safety are restored as quickly as possible, even outside of regular business hours. Just give us a call, and our technicians will be dispatched promptly."},
|
|
{
|
|
id: "4", title: "What areas do you serve?", content: "We proudly serve Etobicoke, ON, and the surrounding regions, including Milton, Mississauga, and other Greater Toronto Area communities. Contact us to confirm service availability in your specific location."},
|
|
{
|
|
id: "5", title: "Do you offer financing options for new installations?", content: "Yes, we understand that a new HVAC system is a significant investment. We offer flexible financing options to make your new installation affordable. Please contact us for more details and to discuss eligibility."},
|
|
]}
|
|
imageSrc="http://img.b2bpic.net/free-photo/close-up-ventilation-system_23-2149388947.jpg"
|
|
imageAlt="HVAC system diagram"
|
|
mediaAnimation="slide-up"
|
|
mediaPosition="left"
|
|
title="Frequently Asked Questions"
|
|
description="Find quick answers to common questions about our HVAC services, installations, and maintenance plans."
|
|
faqsAnimation="slide-up"
|
|
/>
|
|
</div>
|
|
|
|
<div id="contact" data-section="contact">
|
|
<ContactCenter
|
|
useInvertedBackground={false}
|
|
background={{
|
|
variant: "plain"}}
|
|
tag="Get in Touch"
|
|
title="Your Comfort Starts Here"
|
|
description="Ready for high-class cooling and heating? Contact us today for a free quote, service request, or expert advice. We're here to help you achieve optimal home comfort."
|
|
inputPlaceholder="Enter your email address"
|
|
buttonText="Request a Quote"
|
|
termsText="By clicking Request a Quote, you agree to our privacy policy and terms of service."
|
|
/>
|
|
</div>
|
|
|
|
<div id="footer" data-section="footer">
|
|
<FooterBaseCard
|
|
logoText="High Class HVAC"
|
|
columns={[
|
|
{
|
|
title: "Services", items: [
|
|
{
|
|
label: "AC Installation", href: "#services"},
|
|
{
|
|
label: "Furnace Repair", href: "#services"},
|
|
{
|
|
label: "Maintenance Plans", href: "#pricing"},
|
|
{
|
|
label: "Indoor Air Quality", href: "#services"},
|
|
],
|
|
},
|
|
{
|
|
title: "Company", items: [
|
|
{
|
|
label: "About Us", href: "#about"},
|
|
{
|
|
label: "Testimonials", href: "#testimonials"},
|
|
{
|
|
label: "FAQs", href: "#faq"},
|
|
{
|
|
label: "Contact Us", href: "#contact"},
|
|
],
|
|
},
|
|
{
|
|
title: "Contact Info", items: [
|
|
{
|
|
label: "Call: (905) 399-9803", href: "tel:+19053999803"},
|
|
{
|
|
label: "Email: info@highclasshvac.com", href: "mailto:info@highclasshvac.com"},
|
|
{
|
|
label: "Address: 100 Upper Humber Dr, Etobicoke, ON M9W 7B7", href: "https://www.google.com/maps/search/100+Upper+Humber+Dr,+Etobicoke,+ON+M9W+7B7"},
|
|
],
|
|
},
|
|
{
|
|
title: "Legal", items: [
|
|
{
|
|
label: "Privacy Policy", href: "#"},
|
|
{
|
|
label: "Terms of Service", href: "#"},
|
|
],
|
|
},
|
|
]}
|
|
copyrightText="© 2024 High Class Cooling & Heating. All rights reserved."
|
|
/>
|
|
</div>
|
|
</ReactLenis>
|
|
</ThemeProvider>
|
|
);
|
|
}
|