2 Commits

Author SHA1 Message Date
857a774509 Update src/app/page.tsx 2026-04-21 19:25:15 +00:00
eb07f77065 Merge version_6 into main
Merge version_6 into main
2026-04-21 19:23:49 +00:00

View File

@@ -76,7 +76,7 @@ export default function LandingPage() {
{
type: "text", text: "Licensed & Insured"},
{
type: "text", text: "24/7 Emergency Support"},
type: "text", text: "Monday-Friday"},
{
type: "text", text: "Eco-Friendly Disposal"},
{
@@ -111,8 +111,8 @@ export default function LandingPage() {
"Pumping", "Maintenance"],
imageSrc: "https://img.freepik.com/free-photo/full-shot-engineer-with-laptop-outdoors_23-2149354034.jpg?t=st=1725544211~exp=1725547811~hmac=a4c8a2b5e9f8c8d8b8e8f8c8d8b8e8f8c8d8b8e8f8c8d8b8e8f8c8d8b8e8f8c8"},
{
id: "f3", title: "Emergency Repairs", author: "Fast Response", description: "24/7 emergency support for system breakdowns and unexpected leak emergencies.", tags: [
"Repair", "Urgent"],
id: "f3", title: "Standard Repairs", author: "Fast Response", description: "Professional support for system maintenance, leaks, and general repairs during business hours.", tags: [
"Repair", "Maintenance"],
imageSrc: "https://img.freepik.com/free-photo/front-view-man-holding-crossed-arms_23-2149478458.jpg?t=st=1725544211~exp=1725547811~hmac=a4c8a2b5e9f8c8d8b8e8f8c8d8b8e8f8c8d8b8e8f8c8d8b8e8f8c8d8b8e8f8c8"},
]}
title="Our Specialized Services"
@@ -185,7 +185,7 @@ export default function LandingPage() {
{
id: "q1", title: "How often should I pump my tank?", content: "Typically every 3 to 5 years, depending on your household size and tank capacity."},
{
id: "q2", title: "Do you offer emergency services?", content: "Yes, we have 24/7 emergency crews ready to respond to urgent system issues."},
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."},
]}
@@ -200,7 +200,7 @@ export default function LandingPage() {
useInvertedBackground={true}
background={{
variant: "gradient-bars"}}
text="Ready to maintain your system or need an emergency repair? Let's get you on the schedule."
text="Ready to maintain your system or need a repair? Let's get you on the schedule during our business hours."
buttons={[
{
text: "Contact Us Now", href: "tel:555-0199"},
@@ -245,4 +245,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}