Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 88c84fe29e |
249
src/app/page.tsx
249
src/app/page.tsx
@@ -14,7 +14,7 @@ import ContactCTA from "@/components/sections/contact/ContactCTA";
|
|||||||
import FooterMedia from "@/components/sections/footer/FooterMedia";
|
import FooterMedia from "@/components/sections/footer/FooterMedia";
|
||||||
import { ShieldCheck, Wrench, DollarSign, Phone } from "lucide-react";
|
import { ShieldCheck, Wrench, DollarSign, Phone } from "lucide-react";
|
||||||
|
|
||||||
export default function HvacPage() {
|
export default function RelaxMaxPage() {
|
||||||
return (
|
return (
|
||||||
<ThemeProvider
|
<ThemeProvider
|
||||||
defaultButtonVariant="directional-hover"
|
defaultButtonVariant="directional-hover"
|
||||||
@@ -31,61 +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="RelaxMax"
|
||||||
navItems={[
|
navItems={[
|
||||||
{ name: "Services", id: "services" },
|
{ name: "Services", id: "services" },
|
||||||
{ name: "About", id: "about" },
|
{ name: "About", id: "about" },
|
||||||
{ name: "Testimonials", id: "testimonials" },
|
{ name: "Testimonials", id: "testimonials" },
|
||||||
{ name: "Contact", id: "contact" },
|
{ name: "Contact", id: "contact" },
|
||||||
]}
|
]}
|
||||||
button={{ text: "Get a Quote", href: "#contact" }}
|
button={{ text: "Book 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 Wellness, Our Mission"
|
||||||
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="RelaxMax Medical Center provides comprehensive health, wellness, and restorative care services. Experience personalized treatments designed to optimize your well-being in a state-of-the-art facility."
|
||||||
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: "Expert" },
|
||||||
{ 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: "Expert" },
|
||||||
{ 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: "Expert" },
|
||||||
]}
|
]}
|
||||||
avatarText="Trusted by 500+ clients"
|
avatarText="Trusted by 2,000+ patients"
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Schedule Service", href: "#contact" },
|
{ text: "Book Now", 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/hvac/img-1.jpg"
|
||||||
imageAlt="HVAC technician performing system maintenance"
|
imageAlt="Medical facility interior"
|
||||||
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 Approach"
|
||||||
title="Reliable Climate Solutions Since 2005"
|
title="Advanced Medical & Wellness Care"
|
||||||
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="RelaxMax Medical Center combines cutting-edge technology with a patient-centered approach. Our team of specialists works tirelessly to ensure you receive the most effective care for your unique health journey."
|
||||||
metrics={[
|
metrics={[
|
||||||
{
|
{
|
||||||
value: "2,500+",
|
value: "15+", title: "Years of excellence"},
|
||||||
title: "Systems installed and serviced",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
value: "98%",
|
value: "99%", title: "Patient satisfaction rate"},
|
||||||
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/hvac/img-2.jpg"
|
||||||
imageAlt="Commercial HVAC units on rooftop"
|
imageAlt="Medical staff in consultation"
|
||||||
mediaBadge={{
|
mediaBadge={{
|
||||||
text: "Active Now",
|
text: "State-of-the-art facility"}}
|
||||||
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"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
@@ -93,47 +86,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="Medical Services"
|
||||||
description="From installations to emergency repairs, we have your comfort covered."
|
description="Tailored care plans focused on restoration and holistic health."
|
||||||
buttons={[{ text: "Get a Quote", href: "#contact" }]}
|
buttons={[{ text: "Book Consultation", href: "#contact" }]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
title: "AC Installation",
|
title: "Primary Care", description: "Comprehensive medical exams and personalized health assessments for patients of all ages.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-4.jpg", imageAlt: "Primary medical care"},
|
||||||
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: "Physical Therapy", description: "Personalized rehabilitation and recovery plans to restore mobility and function.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-5.jpg", imageAlt: "Physical therapy session"},
|
||||||
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: "Wellness Coaching", description: "Guidance on nutrition, exercise, and lifestyle changes to improve overall vitality.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-6.jpg", imageAlt: "Wellness coaching session"},
|
||||||
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: "Specialized Diagnostics", description: "Fast and accurate lab results and medical imaging conducted in-house.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-7.jpg", imageAlt: "Medical diagnostics"},
|
||||||
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: "Holistic Care", description: "Integrative treatments addressing the whole person, body and mind.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-8.jpg", imageAlt: "Holistic healthcare"},
|
||||||
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: "Health Screenings", description: "Regular checkups and screenings for early detection and prevention.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-9.jpg", imageAlt: "Health checkups"},
|
||||||
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"
|
||||||
@@ -144,95 +113,21 @@ export default function HvacPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<FeatureBorderGlow
|
|
||||||
title="Why Choose AirPro"
|
|
||||||
description="What sets us apart from the rest"
|
|
||||||
features={[
|
|
||||||
{
|
|
||||||
icon: ShieldCheck,
|
|
||||||
title: "Reliability & Trust",
|
|
||||||
description: "Looking for a dependable HVAC company? We arrive on time and do the job right.",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
icon: Wrench,
|
|
||||||
title: "Quality Workmanship",
|
|
||||||
description: "Our skilled technicians excel in various HVAC repairs, using only top-quality materials.",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
icon: DollarSign,
|
|
||||||
title: "Fair & Transparent Pricing",
|
|
||||||
description: "No surprises here! We offer clear quotes and fair pricing for quality work.",
|
|
||||||
},
|
|
||||||
]}
|
|
||||||
textboxLayout="default"
|
|
||||||
animationType="slide-up"
|
|
||||||
useInvertedBackground={false}
|
|
||||||
/>
|
|
||||||
|
|
||||||
<FeatureCardEight
|
|
||||||
title="How It Works"
|
|
||||||
description="Our simple process from first call to finished job"
|
|
||||||
features={[
|
|
||||||
{
|
|
||||||
title: "Schedule 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",
|
|
||||||
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",
|
|
||||||
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",
|
|
||||||
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"
|
|
||||||
useInvertedBackground={false}
|
|
||||||
/>
|
|
||||||
<div id="testimonials" data-section="testimonials">
|
<div id="testimonials" data-section="testimonials">
|
||||||
<TestimonialCardThirteen
|
<TestimonialCardThirteen
|
||||||
title="What Our Clients Say"
|
title="Patient Success Stories"
|
||||||
description="Hear from homeowners and businesses who trust AirPro HVAC."
|
description="Real results from patients who transformed their health at RelaxMax."
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", name: "Sarah J.", handle: "Recovering Patient", testimonial: "The care I received at RelaxMax changed my life. From the first consultation to my final recovery stage, the staff was attentive, compassionate, and highly skilled.", rating: 5,
|
||||||
name: "James R.",
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-1.jpg"},
|
||||||
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: "Mark P.", handle: "Regular Visitor", testimonial: "Efficient, clean, and top-tier medical experts. I've finally found a healthcare facility that treats me as a person, not a number.", rating: 5,
|
||||||
name: "Linda M.",
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-2.jpg"},
|
||||||
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: "Elena K.", handle: "Wellness Enthusiast", testimonial: "Truly restorative experience. The holistic approach combined with professional primary care gave me a new lease on life.", rating: 5,
|
||||||
name: "Carlos D.",
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-3.jpg"},
|
||||||
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"
|
||||||
@@ -240,53 +135,37 @@ export default function HvacPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="faq" data-section="faq">
|
<div id="faq" data-section="faq">
|
||||||
<FaqSplitText
|
<FaqSplitText
|
||||||
sideTitle="Frequently Asked Questions"
|
sideTitle="Health FAQ"
|
||||||
buttons={[{ text: "Contact Us", href: "#contact" }]}
|
buttons={[{ text: "Get in touch", 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: "How do I book an appointment?", content: "You can book online through our portal or by calling our office directly during business hours."},
|
||||||
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: "Do you accept insurance?", content: "We work with all major health insurance providers. Our staff can help you verify your coverage before your visit."},
|
||||||
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: "Are you accepting new patients?", content: "Yes, our practice is currently open to new patients. We look forward to meeting you."},
|
||||||
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: "Can I get a same-day appointment?", content: "For urgent medical needs, we keep time slots open for same-day visits. Call us as early as possible to reserve a spot."},
|
||||||
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",
|
|
||||||
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="Contact RelaxMax"
|
||||||
tagIcon={Phone}
|
tagIcon={Phone}
|
||||||
title="Ready to Stay Comfortable Year-Round?"
|
title="Begin Your Journey to Wellness"
|
||||||
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="Whether you are looking for primary care, recovery services, or wellness coaching, our team is ready to support you. Reach out today."
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Get a Free Quote", href: "#contact" },
|
{ text: "Book Now", href: "#contact" },
|
||||||
{ text: "Call (555) 987-6543", href: "tel:5559876543" },
|
{ text: "Call (555) 000-1234", href: "tel:5550001234" },
|
||||||
]}
|
]}
|
||||||
background={{ variant: "plain" }}
|
background={{ variant: "plain" }}
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
@@ -295,41 +174,35 @@ export default function HvacPage() {
|
|||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterMedia
|
<FooterMedia
|
||||||
logoText="AirPro HVAC"
|
logoText="RelaxMax"
|
||||||
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/hvac/img-10.jpg"
|
||||||
imageAlt="HVAC technician inspecting equipment"
|
imageAlt="RelaxMax Medical Center"
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Services",
|
title: "Medical Services", items: [
|
||||||
items: [
|
{ label: "Primary Care", href: "#services" },
|
||||||
{ label: "AC Installation", href: "#services" },
|
{ label: "Physical Therapy", href: "#services" },
|
||||||
{ label: "Heating Systems", href: "#services" },
|
{ label: "Wellness Coaching", href: "#services" },
|
||||||
{ label: "Maintenance Plans", href: "#services" },
|
|
||||||
{ label: "Emergency Repairs", href: "#services" },
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Company",
|
title: "About Us", items: [
|
||||||
items: [
|
{ label: "Our Team", href: "#about" },
|
||||||
{ label: "About Us", href: "#about" },
|
|
||||||
{ label: "Testimonials", href: "#testimonials" },
|
{ label: "Testimonials", href: "#testimonials" },
|
||||||
{ label: "FAQ", href: "#faq" },
|
|
||||||
{ label: "Contact", href: "#contact" },
|
{ label: "Contact", href: "#contact" },
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Contact",
|
title: "Quick Help", items: [
|
||||||
items: [
|
{ label: "FAQ", href: "#faq" },
|
||||||
{ label: "(555) 987-6543", href: "tel:5559876543" },
|
{ label: "Book Appointment", href: "#contact" },
|
||||||
{ label: "info@airprohvac.com", href: "mailto:info@airprohvac.com" },
|
|
||||||
{ label: "Austin, TX" },
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
copyrightText="© 2026 | AirPro HVAC"
|
copyrightText="© 2026 | RelaxMax Medical Center"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user