Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 78f5851568 | |||
| 02bd472b06 | |||
| f07711a627 | |||
| e9eb6923ab | |||
| da11b9a97d |
@@ -127,7 +127,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1", value: "1000+", title: "Successful Pumping", items: [
|
||||
id: "m1", value: "10000", title: "Successful Pumping", items: [
|
||||
"Residential", "Commercial"],
|
||||
},
|
||||
{
|
||||
@@ -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."
|
||||
@@ -245,4 +251,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user