Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 1a6c5561cd | |||
| 236fe955f7 | |||
| a687d5266c | |||
| 6ee4053ed1 | |||
| 857a774509 | |||
| eb07f77065 | |||
| 07ca514266 | |||
| a51f42f4fc |
@@ -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"},
|
||||
{
|
||||
@@ -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"
|
||||
@@ -111,12 +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: "f2", title: "Drain Cleaning", author: "Pro Techs", description: "Professional clearing of drain lines to eliminate clogs and slow drainage issues.", tags: [
|
||||
"Cleaning", "Maintenance"],
|
||||
imageSrc: "https://img.freepik.com/free-photo/plumber-man-with-his-plunger_1368-952.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"
|
||||
@@ -131,11 +127,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1", value: "1500+", title: "Successful Pumping", items: [
|
||||
id: "m1", value: "1000+", title: "Successful Pumping", items: [
|
||||
"Residential", "Commercial"],
|
||||
},
|
||||
{
|
||||
id: "m2", value: "20", title: "Years Experience", items: [
|
||||
id: "m2", value: "15", title: "Years Experience", items: [
|
||||
"Expertise", "Reliability"],
|
||||
},
|
||||
{
|
||||
@@ -189,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."},
|
||||
]}
|
||||
@@ -204,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"},
|
||||
@@ -219,8 +215,6 @@ export default function LandingPage() {
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Pumping", href: "#"},
|
||||
{
|
||||
label: "Drain Cleaning", href: "#"},
|
||||
{
|
||||
label: "Repairs", href: "#"},
|
||||
],
|
||||
@@ -251,4 +245,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user