3 Commits

Author SHA1 Message Date
dbe5615192 Update src/app/page.tsx 2026-06-03 15:09:05 +00:00
6c767650b6 Update src/app/page.tsx 2026-06-03 15:08:15 +00:00
ca224ae1b4 Merge version_1 into main
Merge version_1 into main
2026-06-03 14:42:45 +00:00

View File

@@ -3,7 +3,7 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
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 FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial';
@@ -242,22 +242,30 @@ export default function LandingPage() {
</div>
<div id="faq" data-section="faq">
<FaqSplitText
<FaqSplitMedia
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={[
{
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"
sideDescription="Find quick answers to your queries about our services, pricing, and scheduling."
imageSrc="http://img.b2bpic.net/free-photo/man-repairing-air-conditioner-wall_23-2148180470.jpg"
imageAlt="HVAC technician repairing an air conditioner"
mediaAnimation="slide-up"
mediaPosition="right"
faqsAnimation="slide-up"
textPosition="left"
textboxLayout="default"
/>
</div>
@@ -278,12 +286,12 @@ export default function LandingPage() {
useInvertedBackground={false}
background={{
variant: "plain"}}
tag="Contact Us"
title="Schedule Your Service Today"
description="Get in touch for a free estimate or emergency service. We're here to help you with all your HVAC and plumbing needs."
tag="Get in Touch"
title="Connect with Runnymede Plumbing Co."
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"
buttonText="Send Message"
termsText="By clicking Send Message you're confirming that you agree with our Terms and Conditions."
buttonText="Request Estimate"
termsText="By clicking Request Estimate you're confirming that you agree with our Terms and Conditions."
/>
</div>
@@ -318,13 +326,15 @@ export default function LandingPage() {
{
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"}
],
},
]}