Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 857a774509 | |||
| eb07f77065 | |||
| 07ca514266 | |||
| a51f42f4fc | |||
| d801aa7785 | |||
| be2e44ec93 |
@@ -43,7 +43,7 @@ export default function LandingPage() {
|
||||
{
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="ClearFlow Septic"
|
||||
brandName="DirtyWaterBoys"
|
||||
button={{ text: "Get Started", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
@@ -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,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"
|
||||
@@ -162,7 +158,7 @@ export default function LandingPage() {
|
||||
<div id="testimonial" data-section="testimonial">
|
||||
<TestimonialCardFifteen
|
||||
useInvertedBackground={true}
|
||||
testimonial="ClearFlow provided the best service I've ever had. Fast, clean, and extremely professional with clear pricing."
|
||||
testimonial="DirtyWaterBoys provided the best service I've ever had. Fast, clean, and extremely professional with clear pricing."
|
||||
rating={5}
|
||||
author="Sarah Jenkins"
|
||||
avatars={[
|
||||
@@ -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: "#"},
|
||||
],
|
||||
@@ -244,11 +238,11 @@ export default function LandingPage() {
|
||||
],
|
||||
},
|
||||
]}
|
||||
logoText="ClearFlow Septic"
|
||||
copyrightText="© 2025 | ClearFlow Septic Solutions"
|
||||
logoText="DirtyWaterBoys"
|
||||
copyrightText="© 2025 | DirtyWaterBoys Solutions"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user