Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 863f3f0bfd |
247
src/app/page.tsx
247
src/app/page.tsx
@@ -31,60 +31,54 @@ export default function HvacPage() {
|
|||||||
<ReactLenis root>
|
<ReactLenis root>
|
||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarLayoutFloatingInline
|
<NavbarLayoutFloatingInline
|
||||||
brandName="AirPro HVAC"
|
brandName="RIA Connect"
|
||||||
navItems={[
|
navItems={[
|
||||||
{ name: "Services", id: "services" },
|
{ name: "Financial Planning", id: "services" },
|
||||||
{ name: "About", id: "about" },
|
{ name: "About Us", id: "about" },
|
||||||
{ name: "Testimonials", id: "testimonials" },
|
{ name: "Client Stories", id: "testimonials" },
|
||||||
{ name: "Contact", id: "contact" },
|
{ name: "Contact", id: "contact" },
|
||||||
]}
|
]}
|
||||||
button={{ text: "Get a Quote", href: "#contact" }}
|
button={{ text: "Schedule Consultation", href: "#contact" }}
|
||||||
animateOnLoad={false}
|
animateOnLoad={false}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroOverlay
|
<HeroOverlay
|
||||||
title="Your Comfort Is Our Priority"
|
title="Your Financial Future, Simplified."
|
||||||
description="Professional heating, ventilation, and air conditioning services for homes and businesses. From installations to emergency repairs, we keep your climate perfect year-round."
|
description="Expert financial advice and personalized investment strategies, delivered conveniently over the phone. Achieve your goals with confidence."
|
||||||
avatars={[
|
avatars={[
|
||||||
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-1.jpg", alt: "Client" },
|
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-1.jpg", alt: "Client" },
|
||||||
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-2.jpg", alt: "Client" },
|
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-2.jpg", alt: "Client" },
|
||||||
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-3.jpg", alt: "Client" },
|
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-3.jpg", alt: "Client" },
|
||||||
]}
|
]}
|
||||||
avatarText="Trusted by 500+ clients"
|
avatarText="Trusted by hundreds of clients"
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Schedule Service", href: "#contact" },
|
{ text: "Schedule Your Free Consultation", href: "#contact" },
|
||||||
{ text: "Our Services", href: "#services" },
|
{ text: "Explore Services", href: "#services" },
|
||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-1.jpg"
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/consulting-firm/img-3.jpg"
|
||||||
imageAlt="HVAC technician performing system maintenance"
|
imageAlt="People discussing finances"
|
||||||
showDimOverlay={true}
|
showDimOverlay={true}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="about" data-section="about">
|
<div id="about" data-section="about">
|
||||||
<MetricSplitMediaAbout
|
<MetricSplitMediaAbout
|
||||||
tag="About Us"
|
tag="Our Philosophy"
|
||||||
title="Reliable Climate Solutions Since 2005"
|
title="Guiding You to Financial Success with Clarity"
|
||||||
description="AirPro HVAC has been keeping homes and businesses comfortable for nearly two decades. Our certified technicians deliver expert installations, maintenance, and repairs — backed by transparent pricing and a commitment to getting the job done right the first time."
|
description="At RIA Connect, we believe in empowering our clients through clear communication and tailored strategies. Our certified advisors have helped individuals and families achieve their financial aspirations for over a decade, providing unbiased advice and a commitment to your long-term prosperity."
|
||||||
metrics={[
|
metrics={[
|
||||||
{
|
{
|
||||||
value: "2,500+",
|
value: "98%", title: "Client Retention Rate"},
|
||||||
title: "Systems installed and serviced",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
value: "98%",
|
value: "10+", title: "Years of Expertise"},
|
||||||
title: "Customer satisfaction rate",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-2.jpg"
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/startup/img-2.jpg"
|
||||||
imageAlt="Commercial HVAC units on rooftop"
|
imageAlt="Team collaborating on financial plans"
|
||||||
mediaBadge={{
|
mediaBadge={{
|
||||||
text: "Active Now",
|
text: "Advisors Available", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-3.jpg", avatarAlt: "Financial Advisor"
|
||||||
avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-3.jpg",
|
|
||||||
avatarAlt: "Technician"
|
|
||||||
}}
|
}}
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
metricsAnimation="slide-up"
|
metricsAnimation="slide-up"
|
||||||
@@ -93,47 +87,23 @@ export default function HvacPage() {
|
|||||||
</div>
|
</div>
|
||||||
<div id="services" data-section="services">
|
<div id="services" data-section="services">
|
||||||
<FeatureCardOne
|
<FeatureCardOne
|
||||||
title="Our Services"
|
title="Personalized Financial Services"
|
||||||
description="From installations to emergency repairs, we have your comfort covered."
|
description="Comprehensive guidance to help you plan, invest, and grow your wealth."
|
||||||
buttons={[{ text: "Get a Quote", href: "#contact" }]}
|
buttons={[{ text: "Schedule a Call", href: "#contact" }]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
title: "AC Installation",
|
title: "Financial Planning", description: "Develop a roadmap for your financial goals, from budgeting to long-term wealth accumulation.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/consulting-firm/img-4.jpg", imageAlt: "Financial planning documents"},
|
||||||
description: "Expert installation of high-efficiency air conditioning systems for homes and commercial spaces.",
|
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-4.jpg",
|
|
||||||
imageAlt: "AC installation service",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
title: "Heating Systems",
|
title: "Investment Management", description: "Expert portfolio management tailored to your risk tolerance and growth objectives.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/consulting-firm/img-5.jpg", imageAlt: "Investment charts"},
|
||||||
description: "Complete furnace and heat pump installations to keep you warm through every winter.",
|
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-5.jpg",
|
|
||||||
imageAlt: "Heating system service",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
title: "Maintenance Plans",
|
title: "Retirement Planning", description: "Secure your future with strategies for pensions, 401(k)s, IRAs, and other retirement accounts.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/consulting-firm/img-6.jpg", imageAlt: "Retirement planning illustration"},
|
||||||
description: "Preventative maintenance programs that extend the life of your system and reduce energy costs.",
|
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-6.jpg",
|
|
||||||
imageAlt: "HVAC maintenance",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
title: "Emergency Repairs",
|
title: "Estate Planning", description: "Ensure your legacy is protected with thoughtful and comprehensive estate planning services.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/consulting-firm/img-7.jpg", imageAlt: "Legal documents"},
|
||||||
description: "24/7 emergency repair service — we respond fast when your system breaks down unexpectedly.",
|
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-7.jpg",
|
|
||||||
imageAlt: "Emergency HVAC repair",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
title: "Duct Cleaning",
|
title: "Education Savings", description: "Plan and save for higher education with personalized strategies for 529 plans and more.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/img-1.jpg", imageAlt: "Graduation cap and books"},
|
||||||
description: "Professional duct cleaning to improve air quality and system efficiency throughout your property.",
|
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-8.jpg",
|
|
||||||
imageAlt: "Duct cleaning service",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
title: "System Inspections",
|
title: "Risk Management", description: "Identify and mitigate financial risks with comprehensive insurance and protection strategies.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/img-2.jpg", imageAlt: "Shield icon for risk management"},
|
||||||
description: "Thorough inspections with detailed reports and transparent recommendations — no hidden fees.",
|
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-9.jpg",
|
|
||||||
imageAlt: "HVAC system inspection",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
gridVariant="uniform-all-items-equal"
|
gridVariant="uniform-all-items-equal"
|
||||||
uniformGridCustomHeightClasses="aspect-square"
|
uniformGridCustomHeightClasses="aspect-square"
|
||||||
@@ -145,24 +115,18 @@ export default function HvacPage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<FeatureBorderGlow
|
<FeatureBorderGlow
|
||||||
title="Why Choose AirPro"
|
title="Why Partner with RIA Connect?"
|
||||||
description="What sets us apart from the rest"
|
description="Unwavering commitment to your financial well-being"
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
icon: ShieldCheck,
|
icon: ShieldCheck,
|
||||||
title: "Reliability & Trust",
|
title: "Trusted Expertise", description: "Our certified financial advisors provide unbiased, client-centric guidance."},
|
||||||
description: "Looking for a dependable HVAC company? We arrive on time and do the job right.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
icon: Wrench,
|
icon: Wrench,
|
||||||
title: "Quality Workmanship",
|
title: "Tailored Strategies", description: "Personalized financial plans designed to meet your unique goals."},
|
||||||
description: "Our skilled technicians excel in various HVAC repairs, using only top-quality materials.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
icon: DollarSign,
|
icon: DollarSign,
|
||||||
title: "Fair & Transparent Pricing",
|
title: "Transparent Fees", description: "Clear, upfront pricing with no hidden costs or surprises."},
|
||||||
description: "No surprises here! We offer clear quotes and fair pricing for quality work.",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
@@ -170,69 +134,35 @@ export default function HvacPage() {
|
|||||||
/>
|
/>
|
||||||
|
|
||||||
<FeatureCardEight
|
<FeatureCardEight
|
||||||
title="How It Works"
|
title="Our Simple Advisory Process"
|
||||||
description="Our simple process from first call to finished job"
|
description="Connect with an advisor and start building your financial roadmap today."
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
title: "Schedule a Call",
|
title: "Book a Free Call", description: "Schedule a complimentary consultation to discuss your financial aspirations and needs.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-6.jpg", imageAlt: "Scheduling a call"},
|
||||||
description: "Contact us by phone or online to describe your HVAC issue. We'll find a time that works for you.",
|
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-6.jpg",
|
|
||||||
imageAlt: "Scheduling a service call",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
title: "On-Site Diagnosis",
|
title: "Personalized Assessment", description: "We'll evaluate your current financial situation to understand your unique circumstances.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-7.jpg", imageAlt: "Advisor assessing finances"},
|
||||||
description: "A certified technician arrives on time, inspects your system, and explains the issue with a clear quote.",
|
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-7.jpg",
|
|
||||||
imageAlt: "Technician diagnosing HVAC system",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
title: "Expert Repair or Install",
|
title: "Custom Strategy Development", description: "Receive a tailored financial plan designed to achieve your short-term and long-term goals.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-4.jpg", imageAlt: "Financial plan development"},
|
||||||
description: "We complete the work using premium parts and proven techniques — most jobs done same day.",
|
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-4.jpg",
|
|
||||||
imageAlt: "HVAC repair in progress",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
title: "Quality Guarantee",
|
title: "Ongoing Support & Review", description: "Benefit from continuous guidance and regular reviews to adapt to life changes.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-8.jpg", imageAlt: "Ongoing financial support"},
|
||||||
description: "We test everything before we leave and back all work with our satisfaction guarantee.",
|
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-8.jpg",
|
|
||||||
imageAlt: "Final quality check",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
/>
|
/>
|
||||||
<div id="testimonials" data-section="testimonials">
|
<div id="testimonials" data-section="testimonials">
|
||||||
<TestimonialCardThirteen
|
<TestimonialCardThirteen
|
||||||
title="What Our Clients Say"
|
title="Client Success Stories"
|
||||||
description="Hear from homeowners and businesses who trust AirPro HVAC."
|
description="Hear how RIA Connect has transformed our clients' financial journeys."
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", name: "James R.", handle: "Investor, New York, NY", testimonial: "RIA Connect helped me organize my investments and plan for retirement. Their phone consultations are incredibly convenient and effective.", rating: 5,
|
||||||
name: "James R.",
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-1.jpg", imageAlt: "James R."},
|
||||||
handle: "Homeowner, Austin TX",
|
|
||||||
testimonial: "AirPro replaced our entire AC system in one day. The crew was professional, clean, and the new unit runs quieter than anything we've had before. Highly recommend.",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-1.jpg",
|
|
||||||
imageAlt: "James R.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", name: "Linda M.", handle: "Business Owner, Chicago, IL", testimonial: "The team at RIA Connect provided clear, actionable advice that significantly improved our family's financial security. Highly recommend their personalized approach.", rating: 5,
|
||||||
name: "Linda M.",
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-2.jpg", imageAlt: "Linda M."},
|
||||||
handle: "Business Owner, Dallas TX",
|
|
||||||
testimonial: "We use AirPro for all three of our office locations. Their maintenance plans have saved us thousands in emergency repairs. Always on time, always honest.",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-2.jpg",
|
|
||||||
imageAlt: "Linda M.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", name: "Carlos D.", handle: "Young Professional, Los Angeles, CA", testimonial: "Navigating market volatility used to be stressful, but with RIA Connect, I feel confident and well-informed. Their guidance is invaluable.", rating: 5,
|
||||||
name: "Carlos D.",
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-3.jpg", imageAlt: "Carlos D."},
|
||||||
handle: "Homeowner, Houston TX",
|
|
||||||
testimonial: "Our furnace broke down on the coldest night of the year. AirPro had someone at our door within two hours. Fixed it on the spot. Can't thank them enough.",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-3.jpg",
|
|
||||||
imageAlt: "Carlos D.",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
showRating={true}
|
showRating={true}
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
@@ -242,51 +172,36 @@ export default function HvacPage() {
|
|||||||
</div>
|
</div>
|
||||||
<div id="faq" data-section="faq">
|
<div id="faq" data-section="faq">
|
||||||
<FaqSplitText
|
<FaqSplitText
|
||||||
sideTitle="Frequently Asked Questions"
|
sideTitle="Common Questions About Financial Planning"
|
||||||
buttons={[{ text: "Contact Us", href: "#contact" }]}
|
buttons={[{ text: "Contact Our Advisors", href: "#contact" }]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
faqsAnimation="slide-up"
|
faqsAnimation="slide-up"
|
||||||
textPosition="left"
|
textPosition="left"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
faqs={[
|
faqs={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", title: "What services does RIA Connect offer?", content: "We offer comprehensive financial planning, investment management, retirement planning, estate planning, education savings, and risk management."},
|
||||||
title: "Do you offer 24/7 emergency service?",
|
|
||||||
content: "Yes! We provide round-the-clock emergency HVAC service. If your system breaks down in the middle of the night or on a weekend, call us and a technician will be at your door as soon as possible.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", title: "How do your fees work?", content: "Our fee structure is transparent and client-friendly. We offer various models, including flat fees and asset-based fees. All costs will be discussed clearly upfront."},
|
||||||
title: "How often should I service my HVAC system?",
|
|
||||||
content: "We recommend servicing your system at least twice a year — once before summer for cooling and once before winter for heating. Regular maintenance extends your system's life and keeps energy bills low.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", title: "Is phone-based financial advice effective?", content: "Absolutely! Our experienced advisors provide personalized, in-depth consultations via phone, allowing for flexibility and convenience without compromising on quality advice."},
|
||||||
title: "What brands do you install and repair?",
|
|
||||||
content: "We work with all major HVAC brands including Carrier, Trane, Lennox, Daikin, Rheem, and more. Our technicians are trained and certified across multiple manufacturers.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "4",
|
id: "4", title: "How often should I review my financial plan?", content: "We recommend reviewing your financial plan annually, or whenever significant life events occur (e.g., marriage, new child, job change) to ensure it remains aligned with your goals."},
|
||||||
title: "Do you offer financing options?",
|
|
||||||
content: "Yes, we offer flexible financing plans for new installations and major repairs. Ask about our 0% interest options so you can stay comfortable without straining your budget.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "5",
|
id: "5", title: "Do I need a lot of money to work with a financial advisor?", content: "No. We believe sound financial advice should be accessible to everyone. We work with clients at various stages of their financial journey and offer flexible solutions."},
|
||||||
title: "How long does a typical installation take?",
|
|
||||||
content: "Most residential HVAC installations are completed in one day. Larger commercial projects may take 2-3 days depending on the scope. We'll give you an accurate timeline during your consultation.",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="contact" data-section="contact">
|
<div id="contact" data-section="contact">
|
||||||
<ContactCTA
|
<ContactCTA
|
||||||
tag="Get in Touch"
|
tag="Let's Connect"
|
||||||
tagIcon={Phone}
|
tagIcon={Phone}
|
||||||
title="Ready to Stay Comfortable Year-Round?"
|
title="Ready to Secure Your Financial Future?"
|
||||||
description="Whether you need a new installation, emergency repair, or routine maintenance — our team is ready to help. Call us today or request a free quote."
|
description="Schedule a free introductory call with one of our expert advisors to discuss your goals and how we can help you achieve them."
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Get a Free Quote", href: "#contact" },
|
{ text: "Schedule Free Consultation", href: "#contact" },
|
||||||
{ text: "Call (555) 987-6543", href: "tel:5559876543" },
|
{ text: "Call (555) 123-4567", href: "tel:5551234567" },
|
||||||
]}
|
]}
|
||||||
background={{ variant: "plain" }}
|
background={{ variant: "plain" }}
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
@@ -295,38 +210,42 @@ export default function HvacPage() {
|
|||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterMedia
|
<FooterMedia
|
||||||
logoText="AirPro HVAC"
|
logoText="RIA Connect"
|
||||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-10.jpg"
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/consulting-firm/img-8.jpg"
|
||||||
imageAlt="HVAC technician inspecting equipment"
|
imageAlt="Abstract business background"
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Services",
|
title: "Services", items: [
|
||||||
items: [
|
{ label: "Financial Planning", href: "#services" },
|
||||||
{ label: "AC Installation", href: "#services" },
|
{ label: "Investment Management", href: "#services" },
|
||||||
{ label: "Heating Systems", href: "#services" },
|
{ label: "Retirement Planning", href: "#services" },
|
||||||
{ label: "Maintenance Plans", href: "#services" },
|
{ label: "Estate Planning", href: "#services" },
|
||||||
{ label: "Emergency Repairs", href: "#services" },
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Company",
|
title: "Company", items: [
|
||||||
items: [
|
|
||||||
{ label: "About Us", href: "#about" },
|
{ label: "About Us", href: "#about" },
|
||||||
{ label: "Testimonials", href: "#testimonials" },
|
{ label: "Client Stories", href: "#testimonials" },
|
||||||
{ label: "FAQ", href: "#faq" },
|
{ label: "FAQ", href: "#faq" },
|
||||||
{ label: "Contact", href: "#contact" },
|
{ label: "Contact Us", href: "#contact" },
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Contact",
|
title: "Contact", items: [
|
||||||
items: [
|
{ label: "(555) 123-4567", href: "tel:5551234567" },
|
||||||
{ label: "(555) 987-6543", href: "tel:5559876543" },
|
{ label: "info@riaconnect.com", href: "mailto:info@riaconnect.com" },
|
||||||
{ label: "info@airprohvac.com", href: "mailto:info@airprohvac.com" },
|
{ label: "123 Main St, Anytown, USA" },
|
||||||
{ label: "Austin, TX" },
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
title: "Connect With Us", items: [
|
||||||
|
{ label: "LinkedIn", href: "https://www.linkedin.com/riaconnect" },
|
||||||
|
{ label: "Twitter", href: "https://twitter.com/riaconnect" },
|
||||||
|
{ label: "Facebook", href: "https://www.facebook.com/riaconnect" }
|
||||||
|
]
|
||||||
|
}
|
||||||
]}
|
]}
|
||||||
copyrightText="© 2026 | AirPro HVAC"
|
copyrightText="© 2026 | RIA Connect"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
|
|||||||
Reference in New Issue
Block a user