Compare commits
9 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 78f5851568 | |||
| 02bd472b06 | |||
| f07711a627 | |||
| e9eb6923ab | |||
| da11b9a97d | |||
| 1a6c5561cd | |||
| 236fe955f7 | |||
| a687d5266c | |||
| 6ee4053ed1 |
@@ -92,7 +92,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
tag="About Us"
|
||||
title="Professionalism You Can Trust"
|
||||
description="With over 20 years of experience serving the San Antonio area, we take pride in delivering efficient, clean, and reliable septic solutions."
|
||||
description="With over 15 years of experience serving the San Antonio area, we take pride in delivering efficient, clean, and reliable septic solutions."
|
||||
subdescription="Our team of certified technicians is dedicated to environmentally friendly practices and total customer satisfaction on every job."
|
||||
icon={Shield}
|
||||
imageSrc="https://img.freepik.com/free-photo/two-maintenance-workers-stand-each-other-keep-hands-folded-raise-eyebrows-bewilderment_273609-8772.jpg?t=st=1725544211~exp=1725547811~hmac=a4c8a2b5e9f8c8d8b8e8f8c8d8b8e8f8c8d8b8e8f8c8d8b8e8f8c8d8b8e8f8c8"
|
||||
@@ -127,11 +127,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1", value: "1500+", title: "Successful Pumping", items: [
|
||||
id: "m1", value: "10000", title: "Successful Pumping", items: [
|
||||
"Residential", "Commercial"],
|
||||
},
|
||||
{
|
||||
id: "m2", value: "20", title: "Years Experience", items: [
|
||||
id: "m2", value: "15", title: "Years Experience", items: [
|
||||
"Expertise", "Reliability"],
|
||||
},
|
||||
{
|
||||
@@ -188,6 +188,12 @@ export default function LandingPage() {
|
||||
id: "q2", title: "What are your operating hours?", content: "We are open for maintenance, inspections, and repairs Monday-Friday, 8:00 AM to 5:00 PM."},
|
||||
{
|
||||
id: "q3", title: "Are your services eco-friendly?", content: "Yes, we adhere to strict environmental safety guidelines to protect the San Antonio watershed."},
|
||||
{
|
||||
id: "q4", title: "What are signs of a failing septic system?", content: "Watch for slow-draining fixtures, standing water or overly lush grass in your yard, sewage odors, and gurgling sounds in pipes."
|
||||
},
|
||||
{
|
||||
id: "q5", title: "How do I schedule regular maintenance?", content: "It's best to call us at least once a year for a professional check-up. We can set up a recurring service plan to keep your system in peak condition."
|
||||
}
|
||||
]}
|
||||
sideTitle="Frequently Asked Questions"
|
||||
sideDescription="Clear answers to your most common septic system concerns."
|
||||
|
||||
Reference in New Issue
Block a user