From 857a774509dda8466825df6c5e36187ca3dee6a4 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 21 Apr 2026 19:25:15 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a60f61b..f9dc8bf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() { ); -} \ No newline at end of file +} -- 2.49.1