Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 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>
|
||||
@@ -110,10 +110,6 @@ export default function LandingPage() {
|
||||
id: "f1", title: "Septic Pumping", author: "Expert Care", description: "Regular pumping and thorough inspection to prevent future system failures.", tags: [
|
||||
"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"],
|
||||
@@ -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={[
|
||||
@@ -219,8 +215,6 @@ export default function LandingPage() {
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Pumping", href: "#"},
|
||||
{
|
||||
label: "Drain Cleaning", href: "#"},
|
||||
{
|
||||
label: "Repairs", href: "#"},
|
||||
],
|
||||
@@ -244,8 +238,8 @@ export default function LandingPage() {
|
||||
],
|
||||
},
|
||||
]}
|
||||
logoText="ClearFlow Septic"
|
||||
copyrightText="© 2025 | ClearFlow Septic Solutions"
|
||||
logoText="DirtyWaterBoys"
|
||||
copyrightText="© 2025 | DirtyWaterBoys Solutions"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user