Update src/app/page.tsx
This commit is contained in:
292
src/app/page.tsx
292
src/app/page.tsx
@@ -33,35 +33,21 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#home",
|
||||
},
|
||||
name: "Home", id: "#home"},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About", id: "#about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "#services",
|
||||
},
|
||||
name: "Services", id: "#services"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Reviews", id: "#testimonials"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "#faq",
|
||||
},
|
||||
name: "FAQ", id: "#faq"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
brandName="Bishop HVAC Services"
|
||||
button={{
|
||||
text: "Schedule Service",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Schedule Service", href: "#contact"}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -70,84 +56,44 @@ export default function LandingPage() {
|
||||
<HeroSplitTestimonial
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
imagePosition="right"
|
||||
title="Reliable HVAC Repair in Bishop, GA"
|
||||
description="Fast response times, honest recommendations, and expert heating & cooling solutions from technicians who truly care about customer satisfaction."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Sarah J.",
|
||||
handle: "@HappyHomeowner",
|
||||
testimonial: "Bishop HVAC Services provided outstanding service! My AC broke on the hottest day, and they were here within hours. Professional, courteous, and fixed it perfectly.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/way-white-house_1162-117.jpg",
|
||||
imageAlt: "Home exterior",
|
||||
},
|
||||
name: "Sarah J.", handle: "@HappyHomeowner", testimonial: "Bishop HVAC Services provided outstanding service! My AC broke on the hottest day, and they were here within hours. Professional, courteous, and fixed it perfectly.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/way-white-house_1162-117.jpg", imageAlt: "Home exterior"},
|
||||
{
|
||||
name: "Michael C.",
|
||||
handle: "@TrustedClient",
|
||||
testimonial: "I highly recommend Bishop HVAC! Their technicians are truly experts. They explained everything clearly and gave me an honest recommendation, saving me a lot of money.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/old-buildings-gardens-nesebar-bulgaria_627829-14114.jpg",
|
||||
imageAlt: "Home exterior",
|
||||
},
|
||||
name: "Michael C.", handle: "@TrustedClient", testimonial: "I highly recommend Bishop HVAC! Their technicians are truly experts. They explained everything clearly and gave me an honest recommendation, saving me a lot of money.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/old-buildings-gardens-nesebar-bulgaria_627829-14114.jpg", imageAlt: "Home exterior"},
|
||||
{
|
||||
name: "Emily R.",
|
||||
handle: "@SatisfiedCustomer",
|
||||
testimonial: "Finally found an HVAC company I can trust! From scheduling to repair, every step was seamless. Our new system runs perfectly, thanks to their skilled team.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/family-playing-with-ball_23-2147638955.jpg",
|
||||
imageAlt: "Home exterior",
|
||||
},
|
||||
name: "Emily R.", handle: "@SatisfiedCustomer", testimonial: "Finally found an HVAC company I can trust! From scheduling to repair, every step was seamless. Our new system runs perfectly, thanks to their skilled team.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/family-playing-with-ball_23-2147638955.jpg", imageAlt: "Home exterior"},
|
||||
{
|
||||
name: "David K.",
|
||||
handle: "@PropertyManager",
|
||||
testimonial: "As a property manager, dependable HVAC is crucial. Bishop HVAC Services is always punctual and professional, keeping our tenants happy and our units running smoothly.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/city-background-panoramic-view_23-2148892967.jpg",
|
||||
imageAlt: "Commercial building exterior",
|
||||
},
|
||||
name: "David K.", handle: "@PropertyManager", testimonial: "As a property manager, dependable HVAC is crucial. Bishop HVAC Services is always punctual and professional, keeping our tenants happy and our units running smoothly.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/city-background-panoramic-view_23-2148892967.jpg", imageAlt: "Commercial building exterior"},
|
||||
{
|
||||
name: "Jessica L.",
|
||||
handle: "@LocalFavorite",
|
||||
testimonial: "The best HVAC experience I've had in years! They're truly focused on customer satisfaction, and it shows in their work. Prompt, clean, and incredibly efficient.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/white-green-concrete-house-daytime_414077-78.jpg",
|
||||
imageAlt: "Home exterior",
|
||||
},
|
||||
name: "Jessica L.", handle: "@LocalFavorite", testimonial: "The best HVAC experience I've had in years! They're truly focused on customer satisfaction, and it shows in their work. Prompt, clean, and incredibly efficient.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/white-green-concrete-house-daytime_414077-78.jpg", imageAlt: "Home exterior"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Schedule Service",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Schedule Service", href: "#contact"},
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:123-456-7890",
|
||||
},
|
||||
text: "Call Now", href: "tel:+17622375829"},
|
||||
]}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/outdoor-shot-dark-skinned-female-blogger-reads-news-feed-social-networks-poses-rural-setting-near-fence-bicycle_273609-18704.jpg",
|
||||
alt: "Sarah J.",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/outdoor-shot-dark-skinned-female-blogger-reads-news-feed-social-networks-poses-rural-setting-near-fence-bicycle_273609-18704.jpg", alt: "Sarah J."},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/man-enjoying-cup-matcha-tea_23-2150215071.jpg",
|
||||
alt: "Michael C.",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/man-enjoying-cup-matcha-tea_23-2150215071.jpg", alt: "Michael C."},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-with-crossed-arms_23-2149302395.jpg",
|
||||
alt: "Emily R.",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-with-crossed-arms_23-2149302395.jpg", alt: "Emily R."},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/entrepreneur-man-sitting-bench-holding-laptop-computer-browsing-business-information-typing-company-strategy-businessman-standing-front-startup-building-office-outdoor-concept_482257-28659.jpg",
|
||||
alt: "David K.",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/entrepreneur-man-sitting-bench-holding-laptop-computer-browsing-business-information-typing-company-strategy-businessman-standing-front-startup-building-office-outdoor-concept_482257-28659.jpg", alt: "David K."},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/shorthaired-girl-with-pink-sunglasses-smiling-striped-backgroundteen-with-brunette-hair-grey-tshirt-beige-jacket-posing-cafe_197531-29487.jpg",
|
||||
alt: "Satisfied Customer",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/shorthaired-girl-with-pink-sunglasses-smiling-striped-backgroundteen-with-brunette-hair-grey-tshirt-beige-jacket-posing-cafe_197531-29487.jpg", alt: "Satisfied Customer"},
|
||||
]}
|
||||
avatarText="Trusted by 1000+ happy customers"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/engineer-looks-online-new-blower-fan_482257-75912.jpg"
|
||||
@@ -156,29 +102,19 @@ export default function LandingPage() {
|
||||
fixedMediaHeight={true}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "24/7 Emergency Service",
|
||||
icon: Clock,
|
||||
type: "text-icon", text: "24/7 Emergency Service", icon: Clock,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Certified Technicians",
|
||||
icon: Award,
|
||||
type: "text-icon", text: "Certified Technicians", icon: Award,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Transparent Pricing",
|
||||
icon: Scale,
|
||||
type: "text-icon", text: "Transparent Pricing", icon: Scale,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Local Bishop Experts",
|
||||
icon: MapPin,
|
||||
type: "text-icon", text: "Local Bishop Experts", icon: MapPin,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Customer Satisfaction Guaranteed",
|
||||
icon: CheckCircle,
|
||||
type: "text-icon", text: "Customer Satisfaction Guaranteed", icon: CheckCircle,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -193,19 +129,13 @@ export default function LandingPage() {
|
||||
description="We're committed to providing Bishop and Northeast Georgia homeowners with unparalleled HVAC repair, maintenance, and installation services. Experience the difference of dedicated professionals who prioritize your comfort and peace of mind."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Fast Response",
|
||||
description: "Emergency services available to get your system running swiftly.",
|
||||
icon: Zap,
|
||||
title: "Fast Response", description: "Emergency services available to get your system running swiftly.", icon: Zap,
|
||||
},
|
||||
{
|
||||
title: "Certified Experts",
|
||||
description: "Our technicians are highly skilled, trained, and fully certified.",
|
||||
icon: Award,
|
||||
title: "Certified Experts", description: "Our technicians are highly skilled, trained, and fully certified.", icon: Award,
|
||||
},
|
||||
{
|
||||
title: "Honest Pricing",
|
||||
description: "Transparent, upfront quotes with no hidden fees or unnecessary upsells.",
|
||||
icon: Scale,
|
||||
title: "Honest Pricing", description: "Transparent, upfront quotes with no hidden fees or unnecessary upsells.", icon: Scale,
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-smiley-people-wearing-helmets_23-2149366669.jpg"
|
||||
@@ -220,23 +150,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "AC Repair & Installation",
|
||||
description: "Expert diagnostics and efficient repairs for all air conditioning systems, plus new unit installations for optimal cooling.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/repairman-doing-air-conditioner-service_1303-26543.jpg",
|
||||
imageAlt: "Technician repairing an AC unit",
|
||||
},
|
||||
title: "AC Repair & Installation", description: "Expert diagnostics and efficient repairs for all air conditioning systems, plus new unit installations for optimal cooling.", imageSrc: "http://img.b2bpic.net/free-photo/repairman-doing-air-conditioner-service_1303-26543.jpg", imageAlt: "Technician repairing an AC unit"},
|
||||
{
|
||||
title: "Heating System Services",
|
||||
description: "Reliable repair, maintenance, and installation of furnaces, heat pumps, and other heating solutions to keep you warm.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-autonomous-heating-system-boiler-room-copy-space_169016-53751.jpg",
|
||||
imageAlt: "Technician installing a heater",
|
||||
},
|
||||
title: "Heating System Services", description: "Reliable repair, maintenance, and installation of furnaces, heat pumps, and other heating solutions to keep you warm.", imageSrc: "http://img.b2bpic.net/free-photo/modern-autonomous-heating-system-boiler-room-copy-space_169016-53751.jpg", imageAlt: "Technician installing a heater"},
|
||||
{
|
||||
title: "Preventative Maintenance",
|
||||
description: "Scheduled tune-ups and inspections to extend the life of your HVAC system, improve efficiency, and prevent costly breakdowns.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/white-metallic-building-pipes_250224-254.jpg",
|
||||
imageAlt: "Technician performing maintenance",
|
||||
},
|
||||
title: "Preventative Maintenance", description: "Scheduled tune-ups and inspections to extend the life of your HVAC system, improve efficiency, and prevent costly breakdowns.", imageSrc: "http://img.b2bpic.net/free-photo/white-metallic-building-pipes_250224-254.jpg", imageAlt: "Technician performing maintenance"},
|
||||
]}
|
||||
title="Comprehensive HVAC Solutions"
|
||||
description="From emergency repairs to proactive maintenance, our certified technicians ensure your home or business stays comfortable year-round."
|
||||
@@ -248,14 +166,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Bishop Builders Co.",
|
||||
"Oconee Property Mgmt.",
|
||||
"Athens Real Estate Group",
|
||||
"Georgia Green Homes",
|
||||
"Classic City Renovations",
|
||||
"Lake Oconee Resorts",
|
||||
"Southeastern Developers",
|
||||
]}
|
||||
"Bishop Builders Co.", "Oconee Property Mgmt.", "Athens Real Estate Group", "Georgia Green Homes", "Classic City Renovations", "Lake Oconee Resorts", "Southeastern Developers"]}
|
||||
title="Trusted by Homeowners & Businesses Across Georgia"
|
||||
description="Our commitment to quality and reliability has earned the trust of clients throughout Bishop and the wider Northeast Georgia region."
|
||||
speed={40}
|
||||
@@ -268,65 +179,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Johnson",
|
||||
date: "March 2024",
|
||||
title: "Exceptional AC Repair",
|
||||
quote: "Our AC went out on a scorching day, and Bishop HVAC Services responded incredibly fast! The technician was knowledgeable, professional, and had our system running perfectly in no time. Truly a lifesaver!",
|
||||
tag: "Residential",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-cheerful-european-woman-green-jacket-touching-her-hair-blur-background-photo-fashionable-girl-with-beautiful-brown-hair-smiling-camera_291650-2183.jpg",
|
||||
avatarAlt: "Sarah Johnson",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/city-background-panoramic-view_23-2148892913.jpg",
|
||||
imageAlt: "Residential home",
|
||||
},
|
||||
id: "1", name: "Sarah Johnson", date: "March 2024", title: "Exceptional AC Repair", quote: "Our AC went out on a scorching day, and Bishop HVAC Services responded incredibly fast! The technician was knowledgeable, professional, and had our system running perfectly in no time. Truly a lifesaver!", tag: "Residential", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-cheerful-european-woman-green-jacket-touching-her-hair-blur-background-photo-fashionable-girl-with-beautiful-brown-hair-smiling-camera_291650-2183.jpg", avatarAlt: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/city-background-panoramic-view_23-2148892913.jpg", imageAlt: "Residential home"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Robert Chen",
|
||||
date: "February 2024",
|
||||
title: "Honest & Reliable Service",
|
||||
quote: "I've dealt with many HVAC companies, but Bishop HVAC stands out. They provided an honest assessment of my furnace, didn't push unnecessary repairs, and delivered excellent service at a fair price. Highly recommend!",
|
||||
tag: "Residential",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe_273609-12865.jpg",
|
||||
avatarAlt: "Robert Chen",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-bride-dressed-luxury-white-dress-balcony-apartment-sunny-day_8353-11051.jpg",
|
||||
imageAlt: "Residential home",
|
||||
},
|
||||
id: "2", name: "Robert Chen", date: "February 2024", title: "Honest & Reliable Service", quote: "I've dealt with many HVAC companies, but Bishop HVAC stands out. They provided an honest assessment of my furnace, didn't push unnecessary repairs, and delivered excellent service at a fair price. Highly recommend!", tag: "Residential", avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe_273609-12865.jpg", avatarAlt: "Robert Chen", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-bride-dressed-luxury-white-dress-balcony-apartment-sunny-day_8353-11051.jpg", imageAlt: "Residential home"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Amanda Rodriguez",
|
||||
date: "January 2024",
|
||||
title: "Fantastic Installation!",
|
||||
quote: "We had a full HVAC system replacement, and the team made it a breeze. They were efficient, clean, and extremely professional. Our new system works flawlessly, and we couldn't be happier with the comfort.",
|
||||
tag: "Residential",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/closeup-goodlooking-tender-friendly-pretty-middleaged-30s-woman-extend-arm-hold-camera-hand-smiling-broadly-taking-selfie-photographing-record-videomessage-calling-husband_176420-51274.jpg",
|
||||
avatarAlt: "Amanda Rodriguez",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/yellow-house-surrounded-by-trees-covered-snow-cloudy-sky-larvik-norway_181624-9637.jpg",
|
||||
imageAlt: "Residential home",
|
||||
},
|
||||
id: "3", name: "Amanda Rodriguez", date: "January 2024", title: "Fantastic Installation!", quote: "We had a full HVAC system replacement, and the team made it a breeze. They were efficient, clean, and extremely professional. Our new system works flawlessly, and we couldn't be happier with the comfort.", tag: "Residential", avatarSrc: "http://img.b2bpic.net/free-photo/closeup-goodlooking-tender-friendly-pretty-middleaged-30s-woman-extend-arm-hold-camera-hand-smiling-broadly-taking-selfie-photographing-record-videomessage-calling-husband_176420-51274.jpg", avatarAlt: "Amanda Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/yellow-house-surrounded-by-trees-covered-snow-cloudy-sky-larvik-norway_181624-9637.jpg", imageAlt: "Residential home"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Mark Wilson",
|
||||
date: "December 2023",
|
||||
title: "Dependable for Commercial Properties",
|
||||
quote: "As a property manager, I need reliable contractors. Bishop HVAC Services consistently provides prompt, professional, and effective solutions for our commercial units. They keep our tenants satisfied and our operations smooth.",
|
||||
tag: "Commercial",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-mature-businessman-leaning-railing_23-2147956322.jpg",
|
||||
avatarAlt: "Mark Wilson",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-blank-mock-up-design-cafe-signboard-outdoors-yellow-wall_158595-6381.jpg",
|
||||
imageAlt: "Commercial building",
|
||||
},
|
||||
id: "4", name: "Mark Wilson", date: "December 2023", title: "Dependable for Commercial Properties", quote: "As a property manager, I need reliable contractors. Bishop HVAC Services consistently provides prompt, professional, and effective solutions for our commercial units. They keep our tenants satisfied and our operations smooth.", tag: "Commercial", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-mature-businessman-leaning-railing_23-2147956322.jpg", avatarAlt: "Mark Wilson", imageSrc: "http://img.b2bpic.net/free-photo/two-blank-mock-up-design-cafe-signboard-outdoors-yellow-wall_158595-6381.jpg", imageAlt: "Commercial building"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Karen Lopez",
|
||||
date: "November 2023",
|
||||
title: "Excellent Preventative Care",
|
||||
quote: "Their preventative maintenance plan has been a game-changer. Our system is running more efficiently than ever, and we have peace of mind knowing potential issues are caught early. Fantastic value and service!",
|
||||
tag: "Residential",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/man-enjoying-cup-matcha-tea_23-2150215074.jpg",
|
||||
avatarAlt: "Karen Lopez",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/aerial-shot-beautiful-grad-sneznik-white-castle-slovenia_181624-26631.jpg",
|
||||
imageAlt: "Residential home",
|
||||
},
|
||||
id: "5", name: "Karen Lopez", date: "November 2023", title: "Excellent Preventative Care", quote: "Their preventative maintenance plan has been a game-changer. Our system is running more efficiently than ever, and we have peace of mind knowing potential issues are caught early. Fantastic value and service!", tag: "Residential", avatarSrc: "http://img.b2bpic.net/free-photo/man-enjoying-cup-matcha-tea_23-2150215074.jpg", avatarAlt: "Karen Lopez", imageSrc: "http://img.b2bpic.net/free-photo/aerial-shot-beautiful-grad-sneznik-white-castle-slovenia_181624-26631.jpg", imageAlt: "Residential home"},
|
||||
]}
|
||||
title="Hear From Our Happy Customers"
|
||||
description="Real reviews from Bishop, GA residents and property managers who trust us with their HVAC needs."
|
||||
@@ -340,31 +201,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "15+",
|
||||
title: "Years of Service",
|
||||
items: [
|
||||
"Serving Bishop & NE Georgia",
|
||||
"Local & Family-Owned",
|
||||
],
|
||||
id: "1", value: "15+", title: "Years of Service", items: [
|
||||
"Serving Bishop & NE Georgia", "Local & Family-Owned"],
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
value: "98%",
|
||||
title: "Customer Satisfaction",
|
||||
items: [
|
||||
"Verified 5-Star Reviews",
|
||||
"Dedicated Support",
|
||||
],
|
||||
id: "2", value: "98%", title: "Customer Satisfaction", items: [
|
||||
"Verified 5-Star Reviews", "Dedicated Support"],
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
value: "24/7",
|
||||
title: "Emergency Response",
|
||||
items: [
|
||||
"Rapid Dispatch",
|
||||
"Always On Call",
|
||||
],
|
||||
id: "3", value: "24/7", title: "Emergency Response", items: [
|
||||
"Rapid Dispatch", "Always On Call"],
|
||||
},
|
||||
]}
|
||||
title="Our Commitment to Excellence"
|
||||
@@ -378,30 +224,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "What areas do you serve?",
|
||||
content: "We proudly serve Bishop, GA, and the wider Northeast Georgia region, including Athens, Oconee County, and surrounding communities.",
|
||||
},
|
||||
id: "1", title: "What areas do you serve?", content: "We proudly serve Bishop, GA, and the wider Northeast Georgia region, including Athens, Oconee County, and surrounding communities."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Do you offer emergency HVAC services?",
|
||||
content: "Yes, we understand that HVAC emergencies can happen anytime. We offer 24/7 emergency repair services to restore your comfort swiftly.",
|
||||
},
|
||||
id: "2", title: "Do you offer emergency HVAC services?", content: "Yes, we understand that HVAC emergencies can happen anytime. We offer 24/7 emergency repair services to restore your comfort swiftly."},
|
||||
{
|
||||
id: "3",
|
||||
title: "How much does an HVAC repair cost?",
|
||||
content: "Repair costs vary depending on the issue. We provide transparent, upfront pricing after a thorough diagnosis, so you know the cost before any work begins. No hidden fees.",
|
||||
},
|
||||
id: "3", title: "How much does an HVAC repair cost?", content: "Repair costs vary depending on the issue. We provide transparent, upfront pricing after a thorough diagnosis, so you know the cost before any work begins. No hidden fees."},
|
||||
{
|
||||
id: "4",
|
||||
title: "What types of HVAC systems do you service?",
|
||||
content: "Our certified technicians are experienced with a wide range of systems, including central air conditioners, furnaces, heat pumps, ductless mini-splits, and more.",
|
||||
},
|
||||
id: "4", title: "What types of HVAC systems do you service?", content: "Our certified technicians are experienced with a wide range of systems, including central air conditioners, furnaces, heat pumps, ductless mini-splits, and more."},
|
||||
{
|
||||
id: "5",
|
||||
title: "Do you offer preventative maintenance plans?",
|
||||
content: "Absolutely! Our maintenance plans are designed to keep your system running efficiently, extend its lifespan, and prevent unexpected breakdowns. Ask us about our service agreements!",
|
||||
},
|
||||
id: "5", title: "Do you offer preventative maintenance plans?", content: "Absolutely! Our maintenance plans are designed to keep your system running efficiently, extend its lifespan, and prevent unexpected breakdowns. Ask us about our service agreements!"},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Find quick answers to common questions about our HVAC services, pricing, and scheduling, ensuring you have all the information you need."
|
||||
@@ -413,8 +244,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Get in Touch"
|
||||
title="Schedule Your HVAC Service Today"
|
||||
description="Ready for reliable heating and cooling? Contact us to schedule an appointment, get a free estimate, or learn more about our services."
|
||||
@@ -432,23 +262,17 @@ export default function LandingPage() {
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Facebook,
|
||||
href: "#",
|
||||
ariaLabel: "Facebook",
|
||||
},
|
||||
href: "#", ariaLabel: "Facebook"},
|
||||
{
|
||||
icon: Instagram,
|
||||
href: "#",
|
||||
ariaLabel: "Instagram",
|
||||
},
|
||||
href: "#", ariaLabel: "Instagram"},
|
||||
{
|
||||
icon: Linkedin,
|
||||
href: "#",
|
||||
ariaLabel: "LinkedIn",
|
||||
},
|
||||
href: "#", ariaLabel: "LinkedIn"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user