3 Commits

Author SHA1 Message Date
9d55fa5fdd Update src/app/page.tsx 2026-06-03 19:37:01 +00:00
0a2d3ebefe Merge version_2 into main
Merge version_2 into main
2026-06-03 19:15:14 +00:00
8b56f1261d Merge version_2 into main
Merge version_2 into main
2026-06-03 19:13:56 +00:00

View File

@@ -160,7 +160,7 @@ export default function LandingPage() {
<div id="testimonials" data-section="testimonials"> <div id="testimonials" data-section="testimonials">
<TestimonialCardFifteen <TestimonialCardFifteen
useInvertedBackground={true} useInvertedBackground={true}
testimonial={`"Hermosa Beach Plumbing is the best service plumber in the South Bay. We have used their service with plumbers Leo & John and have always been so happy with their service, honest clean plumbers."`} testimonial={`"Hermosa Beach Plumbing is the best service plumber in the South Bay. We have used their service with plumbers Leo & John and have always been so happy with their service, honest clean plumbers."}`}
rating={5} rating={5}
author="Mike Madi" author="Mike Madi"
avatars={[ avatars={[
@@ -194,7 +194,7 @@ export default function LandingPage() {
{ {
id: "faq4", title: "Are your technicians licensed and insured?", content: "Absolutely. All our technicians are fully licensed, insured, and undergo continuous training to ensure they provide the highest quality service."}, id: "faq4", title: "Are your technicians licensed and insured?", content: "Absolutely. All our technicians are fully licensed, insured, and undergo continuous training to ensure they provide the highest quality service."},
{ {
id: "faq5", title: "How quickly can you respond to a service request?", content: "For routine service, we aim to schedule appointments within 24-48 hours. For emergencies, we prioritize rapid response to address your needs as quickly as possible."}, id: "faq5", title: "How quickly can you respond to a service request?", content: "For routine service, we aim to schedule appointments within 24 hours. For emergencies, we prioritize rapid response to address your needs as quickly as possible."},
]} ]}
title="Frequently Asked Questions" title="Frequently Asked Questions"
description="Find quick answers to common questions about our plumbing, heating, and A.C. services." description="Find quick answers to common questions about our plumbing, heating, and A.C. services."
@@ -244,8 +244,7 @@ export default function LandingPage() {
label: "A.C. Repair", href: "#services"}, label: "A.C. Repair", href: "#services"},
{ {
label: "Emergency Service", href: "#services"}, label: "Emergency Service", href: "#services"},
], ]},
},
{ {
title: "Company", items: [ title: "Company", items: [
{ {
@@ -256,16 +255,14 @@ export default function LandingPage() {
label: "FAQ", href: "#faq"}, label: "FAQ", href: "#faq"},
{ {
label: "Contact", href: "#contact"}, label: "Contact", href: "#contact"},
], ]},
},
{ {
title: "Legal", items: [ title: "Legal", items: [
{ {
label: "Privacy Policy", href: "#"}, label: "Privacy Policy", href: "#"},
{ {
label: "Terms of Service", href: "#"}, label: "Terms of Service", href: "#"},
], ]},
},
]} ]}
copyrightText="© 2024 Hermosa Beach Plumbing, Heating & A.C. All rights reserved." copyrightText="© 2024 Hermosa Beach Plumbing, Heating & A.C. All rights reserved."
/> />