Merge version_1 into main #2
@@ -28,40 +28,20 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "home",
|
||||
href: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
href: "/#services",
|
||||
},
|
||||
name: "Services", id: "/#services"},
|
||||
{
|
||||
name: "Why Choose Us",
|
||||
id: "why-choose-us",
|
||||
href: "/#why-choose-us",
|
||||
},
|
||||
name: "Why Choose Us", id: "/#why-choose-us"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
href: "/#testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "/#testimonials"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "faq",
|
||||
href: "/#faq",
|
||||
},
|
||||
name: "FAQ", id: "/#faq"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
href: "/contact",
|
||||
},
|
||||
name: "Contact", id: "/contact"},
|
||||
]}
|
||||
button={{
|
||||
text: "Call Now",
|
||||
href: "tel:+15121234567",
|
||||
}}
|
||||
text: "Call Now", href: "tel:+15121234567"}}
|
||||
brandName="Climate Masters"
|
||||
/>
|
||||
</div>
|
||||
@@ -73,27 +53,16 @@ export default function LandingPage() {
|
||||
description="Have questions about our services, need to schedule an appointment, or require emergency assistance? Fill out the form below, and our team will get back to you promptly."
|
||||
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 Number (Optional)",
|
||||
},
|
||||
name: "phone", type: "tel", placeholder: "Phone Number (Optional)"},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "How can we help you?",
|
||||
rows: 5,
|
||||
name: "message", placeholder: "How can we help you?", rows: 5,
|
||||
required: true,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-happy-businesswoman-working-home-communicating-cell-phone_637285-4625.jpg?_wi=2"
|
||||
@@ -110,25 +79,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "What areas do you serve?",
|
||||
content: "We proudly serve the entire Austin metropolitan area and surrounding communities, offering 24/7 service for your convenience.",
|
||||
},
|
||||
id: "1", title: "What areas do you serve?", content: "We proudly serve the entire Austin metropolitan area and surrounding communities, offering 24/7 service for your convenience."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Do you offer emergency services?",
|
||||
content: "Yes, we provide 24/7 emergency HVAC services for unexpected breakdowns. Call us anytime, day or night, and we'll be there to help!",
|
||||
},
|
||||
id: "2", title: "Do you offer emergency services?", content: "Yes, we provide 24/7 emergency HVAC services for unexpected breakdowns. Call us anytime, day or night, and we'll be there to help!"},
|
||||
{
|
||||
id: "3",
|
||||
title: "What types of HVAC systems do you service?",
|
||||
content: "Our certified technicians are experts in repairing, maintaining, and installing all major brands and types of AC, heating, and ventilation systems, including furnaces, boilers, heat pumps, and mini-splits.",
|
||||
},
|
||||
id: "3", title: "What types of HVAC systems do you service?", content: "Our certified technicians are experts in repairing, maintaining, and installing all major brands and types of AC, heating, and ventilation systems, including furnaces, boilers, heat pumps, and mini-splits."},
|
||||
{
|
||||
id: "4",
|
||||
title: "How often should I have my HVAC system serviced?",
|
||||
content: "We recommend annual maintenance for both your heating and cooling systems to ensure optimal performance, efficiency, and longevity. Regular check-ups can prevent costly repairs.",
|
||||
},
|
||||
id: "4", title: "How often should I have my HVAC system serviced?", content: "We recommend annual maintenance for both your heating and cooling systems to ensure optimal performance, efficiency, and longevity. Regular check-ups can prevent costly repairs."},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Find answers to common inquiries about our HVAC services, scheduling, and emergency support."
|
||||
@@ -140,21 +97,16 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
tag="Need Urgent Help?"
|
||||
tagIcon={PhoneCall}
|
||||
title="Immediate HVAC Assistance, Anytime."
|
||||
description="For urgent repairs or service requests, don't hesitate. Our dedicated team is ready 24/7 to restore your comfort quickly and efficiently."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Us Now",
|
||||
href: "tel:+15121234567",
|
||||
},
|
||||
text: "Call Us Now", href: "tel:+15121234567"},
|
||||
{
|
||||
text: "Schedule Service",
|
||||
href: "/schedule",
|
||||
},
|
||||
text: "Schedule Service", href: "/schedule"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -163,58 +115,35 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "AC Repair",
|
||||
href: "/services/ac-repair",
|
||||
},
|
||||
label: "AC Repair", href: "/services/ac-repair"},
|
||||
{
|
||||
label: "Heating Solutions",
|
||||
href: "/services/heating",
|
||||
},
|
||||
label: "Heating Solutions", href: "/services/heating"},
|
||||
{
|
||||
label: "Maintenance Plans",
|
||||
href: "/services/maintenance",
|
||||
},
|
||||
label: "Maintenance Plans", href: "/services/maintenance"},
|
||||
{
|
||||
label: "Emergency Service",
|
||||
href: "/services/emergency",
|
||||
},
|
||||
label: "Emergency Service", href: "/services/emergency"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "/about",
|
||||
},
|
||||
label: "About Us", href: "/about"},
|
||||
{
|
||||
label: "Our Team",
|
||||
href: "/team",
|
||||
},
|
||||
label: "Our Team", href: "/team"},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "/careers",
|
||||
},
|
||||
label: "Careers", href: "/careers"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Contact Us", href: "/contact"},
|
||||
{
|
||||
label: "FAQs",
|
||||
href: "/faqs",
|
||||
},
|
||||
label: "FAQs", href: "/faqs"},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "/privacy",
|
||||
},
|
||||
label: "Privacy Policy", href: "/privacy"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
288
src/app/page.tsx
288
src/app/page.tsx
@@ -29,40 +29,20 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "home",
|
||||
href: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
href: "/#services",
|
||||
},
|
||||
name: "Services", id: "/#services"},
|
||||
{
|
||||
name: "Why Choose Us",
|
||||
id: "why-choose-us",
|
||||
href: "/#why-choose-us",
|
||||
},
|
||||
name: "Why Choose Us", id: "/#why-choose-us"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
href: "/#testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "/#testimonials"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "faq",
|
||||
href: "/#faq",
|
||||
},
|
||||
name: "FAQ", id: "/#faq"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
href: "/contact",
|
||||
},
|
||||
name: "Contact", id: "/contact"},
|
||||
]}
|
||||
button={{
|
||||
text: "Call Now",
|
||||
href: "tel:+15121234567",
|
||||
}}
|
||||
text: "Call Now", href: "tel:+15121234567"}}
|
||||
brandName="Climate Masters"
|
||||
/>
|
||||
</div>
|
||||
@@ -70,52 +50,29 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardRotatedCarousel
|
||||
background={{
|
||||
variant: "rotated-rays-animated",
|
||||
}}
|
||||
variant: "rotated-rays-animated"}}
|
||||
title="Austin's Trusted 24/7 HVAC Experts"
|
||||
description="Fast, reliable heating and cooling service when you need it most. Rated 4.8★ by 90 homeowners."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:+15121234567",
|
||||
},
|
||||
text: "Call Now", href: "tel:+15121234567"},
|
||||
{
|
||||
text: "Get a Free Quote",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Get a Free Quote", href: "/contact"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
carouselItems={[
|
||||
{
|
||||
id: "hero-media-1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-wearing-helmet_23-2149366663.jpg",
|
||||
imageAlt: "HVAC technician repairing an outdoor air conditioning unit",
|
||||
},
|
||||
id: "hero-media-1", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-wearing-helmet_23-2149366663.jpg", imageAlt: "HVAC technician repairing an outdoor air conditioning unit"},
|
||||
{
|
||||
id: "hero-media-2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-african-american-auto-mechanic-talking-customer-repair-workshop_637285-4231.jpg",
|
||||
imageAlt: "Technician inspecting a furnace in a residential home",
|
||||
},
|
||||
id: "hero-media-2", imageSrc: "http://img.b2bpic.net/free-photo/happy-african-american-auto-mechanic-talking-customer-repair-workshop_637285-4231.jpg", imageAlt: "Technician inspecting a furnace in a residential home"},
|
||||
{
|
||||
id: "hero-media-3",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-portrait-young-woman-fitness-instructor-mindfulness-coach-sitting-floor-home_1258-200338.jpg",
|
||||
imageAlt: "Ductless mini-split system installed in a modern living room",
|
||||
},
|
||||
id: "hero-media-3", imageSrc: "http://img.b2bpic.net/free-photo/vertical-portrait-young-woman-fitness-instructor-mindfulness-coach-sitting-floor-home_1258-200338.jpg", imageAlt: "Ductless mini-split system installed in a modern living room"},
|
||||
{
|
||||
id: "hero-media-4",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blonde-caucasian-woman-working-office-night-smiling-cheerful-showing-pointing-with-fingers-teeth-mouth-dental-health-concept_839833-1914.jpg",
|
||||
imageAlt: "HVAC service truck responding to an emergency call at night",
|
||||
},
|
||||
id: "hero-media-4", imageSrc: "http://img.b2bpic.net/free-photo/blonde-caucasian-woman-working-office-night-smiling-cheerful-showing-pointing-with-fingers-teeth-mouth-dental-health-concept_839833-1914.jpg", imageAlt: "HVAC service truck responding to an emergency call at night"},
|
||||
{
|
||||
id: "hero-media-5",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/engineer-looks-online-new-blower-fan_482257-75912.jpg",
|
||||
imageAlt: "Technician performing routine HVAC maintenance",
|
||||
},
|
||||
id: "hero-media-5", imageSrc: "http://img.b2bpic.net/free-photo/engineer-looks-online-new-blower-fan_482257-75912.jpg", imageAlt: "Technician performing routine HVAC maintenance"},
|
||||
{
|
||||
id: "hero-media-6",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-having-video-call-with-his-wife-their-daughter_23-2149120894.jpg",
|
||||
imageAlt: "Happy family enjoying comfortable indoor climate",
|
||||
},
|
||||
id: "hero-media-6", imageSrc: "http://img.b2bpic.net/free-photo/man-having-video-call-with-his-wife-their-daughter_23-2149120894.jpg", imageAlt: "Happy family enjoying comfortable indoor climate"},
|
||||
]}
|
||||
autoPlay={true}
|
||||
autoPlayInterval={5000}
|
||||
@@ -129,77 +86,29 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: "ac-repair",
|
||||
title: "AC Repair & Installation",
|
||||
author: "",
|
||||
description: "Expert repair and seamless installation for all air conditioning systems to keep you cool.",
|
||||
tags: [
|
||||
"Cooling",
|
||||
"Installation",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-smiley-man-dog-home_23-2149335101.jpg",
|
||||
imageAlt: "HVAC technician repairing an outdoor AC unit",
|
||||
},
|
||||
id: "ac-repair", title: "AC Repair & Installation", author: "", description: "Expert repair and seamless installation for all air conditioning systems to keep you cool.", tags: [
|
||||
"Cooling", "Installation"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-smiley-man-dog-home_23-2149335101.jpg", imageAlt: "HVAC technician repairing an outdoor AC unit"},
|
||||
{
|
||||
id: "heating-repair",
|
||||
title: "Heating Repair & Installation",
|
||||
author: "",
|
||||
description: "Reliable repair and professional installation of heating systems for consistent warmth.",
|
||||
tags: [
|
||||
"Heating",
|
||||
"Installation",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bike-repair-shop_23-2148138614.jpg",
|
||||
imageAlt: "Technician repairing a home heating system",
|
||||
},
|
||||
id: "heating-repair", title: "Heating Repair & Installation", author: "", description: "Reliable repair and professional installation of heating systems for consistent warmth.", tags: [
|
||||
"Heating", "Installation"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bike-repair-shop_23-2148138614.jpg", imageAlt: "Technician repairing a home heating system"},
|
||||
{
|
||||
id: "furnace-boiler",
|
||||
title: "Furnace & Boiler Services",
|
||||
author: "",
|
||||
description: "Specialized services for furnaces and boilers, ensuring efficient and safe operation.",
|
||||
tags: [
|
||||
"Furnace",
|
||||
"Boiler",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-drinking-hot-beverage-energy-crisis_23-2150061897.jpg",
|
||||
imageAlt: "Professional working on a furnace",
|
||||
},
|
||||
id: "furnace-boiler", title: "Furnace & Boiler Services", author: "", description: "Specialized services for furnaces and boilers, ensuring efficient and safe operation.", tags: [
|
||||
"Furnace", "Boiler"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-drinking-hot-beverage-energy-crisis_23-2150061897.jpg", imageAlt: "Professional working on a furnace"},
|
||||
{
|
||||
id: "minisplit-systems",
|
||||
title: "Ductless Mini-Split Systems",
|
||||
author: "",
|
||||
description: "Efficient and flexible ductless solutions for targeted heating and cooling needs.",
|
||||
tags: [
|
||||
"Ductless",
|
||||
"Efficiency",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/modern-bedroom-interior-with-flat-design_23-2147907720.jpg",
|
||||
imageAlt: "Ductless mini-split indoor unit",
|
||||
},
|
||||
id: "minisplit-systems", title: "Ductless Mini-Split Systems", author: "", description: "Efficient and flexible ductless solutions for targeted heating and cooling needs.", tags: [
|
||||
"Ductless", "Efficiency"],
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/modern-bedroom-interior-with-flat-design_23-2147907720.jpg", imageAlt: "Ductless mini-split indoor unit"},
|
||||
{
|
||||
id: "hvac-maintenance",
|
||||
title: "HVAC Maintenance",
|
||||
author: "",
|
||||
description: "Proactive maintenance plans to extend system life and prevent unexpected breakdowns.",
|
||||
tags: [
|
||||
"Preventative",
|
||||
"Tune-up",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/concentrated-interracial-successful-coworkers-work-together-annual-economic-report_273609-18029.jpg",
|
||||
imageAlt: "Technician performing HVAC maintenance",
|
||||
},
|
||||
id: "hvac-maintenance", title: "HVAC Maintenance", author: "", description: "Proactive maintenance plans to extend system life and prevent unexpected breakdowns.", tags: [
|
||||
"Preventative", "Tune-up"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/concentrated-interracial-successful-coworkers-work-together-annual-economic-report_273609-18029.jpg", imageAlt: "Technician performing HVAC maintenance"},
|
||||
{
|
||||
id: "emergency-hvac",
|
||||
title: "Emergency HVAC Services",
|
||||
author: "",
|
||||
description: "24/7 rapid response for all your urgent heating and cooling emergencies, day or night.",
|
||||
tags: [
|
||||
"24/7",
|
||||
"Urgent",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-electrical-technician-working-switchboard-with-fuses-uses-tablet_169016-24154.jpg",
|
||||
imageAlt: "HVAC emergency service call at night",
|
||||
},
|
||||
id: "emergency-hvac", title: "Emergency HVAC Services", author: "", description: "24/7 rapid response for all your urgent heating and cooling emergencies, day or night.", tags: [
|
||||
"24/7", "Urgent"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-electrical-technician-working-switchboard-with-fuses-uses-tablet_169016-24154.jpg", imageAlt: "HVAC emergency service call at night"},
|
||||
]}
|
||||
title="Our Core HVAC Services"
|
||||
description="Providing comprehensive heating and cooling solutions for Austin homes and businesses, 24/7."
|
||||
@@ -208,44 +117,20 @@ export default function LandingPage() {
|
||||
|
||||
<div id="why-choose-us" data-section="why-choose-us">
|
||||
<MetricCardTen
|
||||
textboxLayout="default"
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "emergency",
|
||||
title: "24/7 Emergency Service",
|
||||
subtitle: "Always available",
|
||||
category: "Availability",
|
||||
value: "Around the Clock",
|
||||
},
|
||||
id: "emergency", title: "24/7 Emergency Service", subtitle: "Always available", category: "Availability", value: "Around the Clock"},
|
||||
{
|
||||
id: "response",
|
||||
title: "Same-Day Response",
|
||||
subtitle: "Fast and efficient",
|
||||
category: "Speed",
|
||||
value: "Guaranteed",
|
||||
},
|
||||
id: "response", title: "Same-Day Response", subtitle: "Fast and efficient", category: "Speed", value: "Guaranteed"},
|
||||
{
|
||||
id: "technicians",
|
||||
title: "Highly Trained Technicians",
|
||||
subtitle: "Certified experts",
|
||||
category: "Expertise",
|
||||
value: "Skilled Team",
|
||||
},
|
||||
id: "technicians", title: "Highly Trained Technicians", subtitle: "Certified experts", category: "Expertise", value: "Skilled Team"},
|
||||
{
|
||||
id: "pricing",
|
||||
title: "Transparent Pricing",
|
||||
subtitle: "No hidden fees",
|
||||
category: "Integrity",
|
||||
value: "Upfront Costs",
|
||||
},
|
||||
id: "pricing", title: "Transparent Pricing", subtitle: "No hidden fees", category: "Integrity", value: "Upfront Costs"},
|
||||
{
|
||||
id: "reputation",
|
||||
title: "Trusted Local Reputation",
|
||||
subtitle: "Austin's preferred choice",
|
||||
category: "Trust",
|
||||
value: "4.8★ Rating",
|
||||
},
|
||||
id: "reputation", title: "Trusted Local Reputation", subtitle: "Austin's preferred choice", category: "Trust", value: "4.8★ Rating"},
|
||||
]}
|
||||
title="Why Choose Climate Masters?"
|
||||
description="Experience the difference with a team committed to excellence, reliability, and customer satisfaction."
|
||||
@@ -258,53 +143,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Excellent Service by Jay!",
|
||||
quote: "Jay was incredibly professional and fixed our AC unit quickly. Highly recommend Climate Masters for their prompt and efficient service. Our home is cool again!",
|
||||
name: "Sarah P.",
|
||||
role: "Homeowner, Austin",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-holding-book-close-up_23-2148396302.jpg",
|
||||
},
|
||||
id: "1", title: "Excellent Service by Jay!", quote: "Jay was incredibly professional and fixed our AC unit quickly. Highly recommend Climate Masters for their prompt and efficient service. Our home is cool again!", name: "Sarah P.", role: "Homeowner, Austin", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-holding-book-close-up_23-2148396302.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Furnace Fixed by Louis in No Time!",
|
||||
quote: "Our furnace stopped working in the middle of winter. Louis arrived quickly, diagnosed the issue, and had it running perfectly. Truly lifesavers!",
|
||||
name: "Mark D.",
|
||||
role: "Homeowner, Austin",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/mobile-chat_24877-50841.jpg",
|
||||
},
|
||||
id: "2", title: "Furnace Fixed by Louis in No Time!", quote: "Our furnace stopped working in the middle of winter. Louis arrived quickly, diagnosed the issue, and had it running perfectly. Truly lifesavers!", name: "Mark D.", role: "Homeowner, Austin", imageSrc: "http://img.b2bpic.net/free-vector/mobile-chat_24877-50841.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Great Mini-Split Installation from Evan",
|
||||
quote: "Evan installed our new ductless mini-split system. He was thorough, neat, and very knowledgeable. The system works flawlessly. Fantastic experience.",
|
||||
name: "Jessica L.",
|
||||
role: "Homeowner, Austin",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-posing-work_23-2148826458.jpg",
|
||||
},
|
||||
id: "3", title: "Great Mini-Split Installation from Evan", quote: "Evan installed our new ductless mini-split system. He was thorough, neat, and very knowledgeable. The system works flawlessly. Fantastic experience.", name: "Jessica L.", role: "Homeowner, Austin", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-posing-work_23-2148826458.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
title: "Todd Saved Our Summer! Thank You!",
|
||||
quote: "Our AC died on the hottest day. Todd came out immediately, even after hours, and got us back up and running. Cannot thank him enough for the emergency service!",
|
||||
name: "David R.",
|
||||
role: "Homeowner, Austin",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1605.jpg",
|
||||
},
|
||||
id: "4", title: "Todd Saved Our Summer! Thank You!", quote: "Our AC died on the hottest day. Todd came out immediately, even after hours, and got us back up and running. Cannot thank him enough for the emergency service!", name: "David R.", role: "Homeowner, Austin", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1605.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
title: "Consistent Maintenance by the Team",
|
||||
quote: "We've been using Climate Masters for annual maintenance for years. Their team, especially for our recent check-up, is always reliable and keeps our system in top shape.",
|
||||
name: "Emily S.",
|
||||
role: "Homeowner, Austin",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pretty-teenager-talking-phone_23-2148804651.jpg",
|
||||
},
|
||||
id: "5", title: "Consistent Maintenance by the Team", quote: "We've been using Climate Masters for annual maintenance for years. Their team, especially for our recent check-up, is always reliable and keeps our system in top shape.", name: "Emily S.", role: "Homeowner, Austin", imageSrc: "http://img.b2bpic.net/free-photo/pretty-teenager-talking-phone_23-2148804651.jpg"},
|
||||
{
|
||||
id: "6",
|
||||
title: "Professional and Transparent Pricing",
|
||||
quote: "From the initial quote to the final repair, everything was transparent. The technician explained all the costs clearly. No surprises, just honest work.",
|
||||
name: "Robert B.",
|
||||
role: "Property Manager",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-man-standing-office-by-window_1303-26998.jpg",
|
||||
},
|
||||
id: "6", title: "Professional and Transparent Pricing", quote: "From the initial quote to the final repair, everything was transparent. The technician explained all the costs clearly. No surprises, just honest work.", name: "Robert B.", role: "Property Manager", imageSrc: "http://img.b2bpic.net/free-photo/business-man-standing-office-by-window_1303-26998.jpg"},
|
||||
]}
|
||||
title="What Our Customers Say"
|
||||
description="Hear directly from homeowners in Austin who trust Climate Masters for their HVAC needs."
|
||||
@@ -317,34 +166,18 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "What areas do you serve?",
|
||||
content: "We proudly serve Austin, Texas, and the surrounding metropolitan areas for all heating and air conditioning needs.",
|
||||
},
|
||||
id: "q1", title: "What areas do you serve?", content: "We proudly serve Austin, Texas, and the surrounding metropolitan areas for all heating and air conditioning needs."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Do you offer 24/7 emergency services?",
|
||||
content: "Yes, we provide 24/7 emergency HVAC services. Our technicians are always on standby to address your urgent heating and cooling issues, day or night.",
|
||||
},
|
||||
id: "q2", title: "Do you offer 24/7 emergency services?", content: "Yes, we provide 24/7 emergency HVAC services. Our technicians are always on standby to address your urgent heating and cooling issues, day or night."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "How quickly can a technician respond?",
|
||||
content: "We prioritize same-day response for most service calls, especially emergencies, to ensure your comfort is restored as quickly as possible.",
|
||||
},
|
||||
id: "q3", title: "How quickly can a technician respond?", content: "We prioritize same-day response for most service calls, especially emergencies, to ensure your comfort is restored as quickly as possible."},
|
||||
{
|
||||
id: "q4",
|
||||
title: "What types of payment do you accept?",
|
||||
content: "We accept all major credit cards, checks, and offer flexible financing options for larger installations or repairs. Contact us for more details.",
|
||||
},
|
||||
id: "q4", title: "What types of payment do you accept?", content: "We accept all major credit cards, checks, and offer flexible financing options for larger installations or repairs. Contact us for more details."},
|
||||
{
|
||||
id: "q5",
|
||||
title: "Do you provide free estimates?",
|
||||
content: "Yes, we offer free, no-obligation quotes for new installations and major repairs. For diagnostics on existing systems, a service fee may apply, which is then credited towards the repair.",
|
||||
},
|
||||
id: "q5", title: "Do you provide free estimates?", content: "Yes, we offer free, no-obligation quotes for new installations and major repairs. For diagnostics on existing systems, a service fee may apply, which is then credited towards the repair."},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Find quick answers to common questions about our HVAC services, repairs, and maintenance plans."
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -355,28 +188,17 @@ export default function LandingPage() {
|
||||
description="Have questions or need to schedule a service? Fill out the form below or call us directly. We're here to help 24/7!"
|
||||
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 Number",
|
||||
required: false,
|
||||
name: "phone", type: "tel", placeholder: "Phone Number", required: false,
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Tell us about your HVAC needs or emergency...",
|
||||
rows: 5,
|
||||
name: "message", placeholder: "Tell us about your HVAC needs or emergency...", rows: 5,
|
||||
required: true,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-happy-businesswoman-working-home-communicating-cell-phone_637285-4625.jpg?_wi=1"
|
||||
|
||||
Reference in New Issue
Block a user