8 Commits

Author SHA1 Message Date
6ebe71c303 Update src/app/page.tsx 2026-04-18 15:29:20 +00:00
748db1e6a9 Switch to version 3: modified src/app/page.tsx 2026-04-18 15:28:05 +00:00
8cec90d69a Switch to version 2: modified src/app/page.tsx 2026-04-18 15:28:03 +00:00
5d6191bae8 Merge version_3 into main
Merge version_3 into main
2026-04-18 15:25:58 +00:00
73b3e171c8 Update src/app/page.tsx 2026-04-18 15:25:55 +00:00
dcfdc3ebf8 Merge version_2 into main
Merge version_2 into main
2026-04-18 15:23:57 +00:00
992450db11 Update src/app/page.tsx 2026-04-18 15:23:51 +00:00
abb2664beb Merge version_1 into main
Merge version_1 into main
2026-04-18 15:19:48 +00:00

View File

@@ -39,11 +39,11 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroCarouselLogo
logoText="Patterson Plumbing & Heating"
description="Fast, Honest Plumbing & Heating Service. Experienced technicians, fair pricing, and 7-day availability including weekends. We get it done right the first time."
logoText="Reliable Emergency Plumbing & HVAC Services available 24/7"
description="Don't let a breakdown ruin your day. Our expert technicians are ready 24/7 to solve your plumbing and HVAC emergencies fast. Fair pricing, guaranteed work, and immediate response when you need us most."
buttons={[
{ text: "Schedule Service", href: "/contact" },
{ text: "Call Now", href: "tel:5550123" },
{ text: "Call Now", href: "tel:+12283968698" },
]}
slides={[
{ imageSrc: "http://img.b2bpic.net/free-photo/closeup-manual-worker-industrial-production-line-facility_637285-4875.jpg", imageAlt: "Professional plumbing service" },
@@ -101,7 +101,7 @@ export default function LandingPage() {
sideTitle="Common Questions"
sideDescription="We've compiled answers to help you understand our process."
faqs={[
{ id: "1", title: "Do you offer emergency services?", content: "Yes, we are available 24/7 for emergency plumbing and heating issues." },
{ id: "1", title: "Do you offer emergency services?", content: "Yes, we are available 24/7 for emergency plumbing and heating issues with an industry-leading average response time of 60 minutes." },
{ id: "2", title: "Are your technicians licensed?", content: "All our team members are fully licensed, insured, and certified professionals." },
{ id: "3", title: "Do you provide free estimates?", content: "We offer transparent, fair pricing and provide upfront estimates for all projects." },
{ id: "4", title: "Do you service weekends?", content: "Yes, we work 7 days a week including weekends and holidays at no extra stress." },