Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| dbe5615192 | |||
| 6c767650b6 | |||
| ca224ae1b4 |
@@ -3,7 +3,7 @@
|
|||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import ReactLenis from "lenis/react";
|
import ReactLenis from "lenis/react";
|
||||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||||
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
|
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
||||||
import FeatureCardTwentyOne from '@/components/sections/feature/FeatureCardTwentyOne';
|
import FeatureCardTwentyOne from '@/components/sections/feature/FeatureCardTwentyOne';
|
||||||
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
||||||
import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial';
|
import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial';
|
||||||
@@ -242,22 +242,30 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="faq" data-section="faq">
|
<div id="faq" data-section="faq">
|
||||||
<FaqSplitText
|
<FaqSplitMedia
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
|
title="Your HVAC & Plumbing Questions Answered"
|
||||||
|
description="Browse our frequently asked questions for quick information on our services, maintenance tips, and more."
|
||||||
faqs={[
|
faqs={[
|
||||||
{
|
{
|
||||||
id: "faq1", title: "What areas do you serve?", content: "We proudly serve the Runnymede area and surrounding neighborhoods within a 20-mile radius. Please contact us to confirm service availability in your exact location."},
|
id: "faq1", title: "Why is my AC not cooling properly?", content: "Common reasons include dirty filters, refrigerant leaks, or a faulty thermostat. We can diagnose and fix these issues quickly."},
|
||||||
{
|
{
|
||||||
id: "faq2", title: "Do you offer emergency services?", content: "Yes, we offer 24/7 emergency plumbing and HVAC services. Our team is always ready to respond promptly to urgent issues to ensure your home's safety and comfort."},
|
id: "faq2", title: "How often should I have my furnace inspected?", content: "Annual inspections are recommended, preferably before the heating season begins, to ensure safe and efficient operation."},
|
||||||
{
|
{
|
||||||
id: "faq3", title: "What payment methods do you accept?", content: "We accept all major credit cards, debit cards, and e-transfers. Payment plans can be discussed for larger projects upon request. We aim to make our services accessible."},
|
id: "faq3", title: "What causes low water pressure in my home?", content: "This can be due to mineral buildup in pipes, a faulty pressure regulator, or leaks. Our plumbers can identify the cause and restore your water pressure."},
|
||||||
{
|
{
|
||||||
id: "faq4", title: "Are your technicians certified and insured?", content: "Absolutely. All our technicians are fully certified, licensed, and insured, ensuring professional and reliable service every time. Your peace of mind is our priority."},
|
id: "faq4", title: "Do you offer financing for new HVAC installations?", content: "Yes, we offer flexible financing options for qualified customers to make new system installations more affordable. Contact us for details."},
|
||||||
|
{
|
||||||
|
id: "faq5", title: "What steps can I take to improve my indoor air quality?", content: "Regular filter changes, duct cleaning, and using air purifiers can significantly improve indoor air quality. We offer comprehensive solutions."},
|
||||||
|
{
|
||||||
|
id: "faq6", title: "Can I fix a leaky faucet myself?", content: "While minor leaks can sometimes be fixed DIY, persistent leaks or complex issues are best handled by a professional plumber to prevent further damage and ensure a lasting repair."},
|
||||||
]}
|
]}
|
||||||
sideTitle="Common Questions"
|
imageSrc="http://img.b2bpic.net/free-photo/man-repairing-air-conditioner-wall_23-2148180470.jpg"
|
||||||
sideDescription="Find quick answers to your queries about our services, pricing, and scheduling."
|
imageAlt="HVAC technician repairing an air conditioner"
|
||||||
|
mediaAnimation="slide-up"
|
||||||
|
mediaPosition="right"
|
||||||
faqsAnimation="slide-up"
|
faqsAnimation="slide-up"
|
||||||
textPosition="left"
|
textboxLayout="default"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -278,12 +286,12 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
background={{
|
background={{
|
||||||
variant: "plain"}}
|
variant: "plain"}}
|
||||||
tag="Contact Us"
|
tag="Get in Touch"
|
||||||
title="Schedule Your Service Today"
|
title="Connect with Runnymede Plumbing Co."
|
||||||
description="Get in touch for a free estimate or emergency service. We're here to help you with all your HVAC and plumbing needs."
|
description="For immediate assistance, call us at (647) 244-4433. For general inquiries or to schedule a free estimate, submit your details below. We're located at 123 Main St, Runnymede, ON M6S 1A1."
|
||||||
inputPlaceholder="Your email address"
|
inputPlaceholder="Your email address"
|
||||||
buttonText="Send Message"
|
buttonText="Request Estimate"
|
||||||
termsText="By clicking Send Message you're confirming that you agree with our Terms and Conditions."
|
termsText="By clicking Request Estimate you're confirming that you agree with our Terms and Conditions."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -318,13 +326,15 @@ export default function LandingPage() {
|
|||||||
{
|
{
|
||||||
title: "Resources", items: [
|
title: "Resources", items: [
|
||||||
{
|
{
|
||||||
label: "FAQ", href: "#faq"},
|
label: "HVAC Guides", href: "#"},
|
||||||
{
|
{
|
||||||
label: "Blog", href: "#"},
|
label: "Plumbing Tips", href: "#"},
|
||||||
{
|
{
|
||||||
label: "Privacy Policy", href: "#"},
|
label: "Customer Reviews", href: "#testimonials"},
|
||||||
{
|
{
|
||||||
label: "Terms of Service", href: "#"},
|
label: "Service Areas", href: "#contact"},
|
||||||
|
{
|
||||||
|
label: "FAQ", href: "#faq"}
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
|
|||||||
Reference in New Issue
Block a user