Merge version_5 into main #4

Merged
bender merged 1 commits from version_5 into main 2026-04-21 19:21:47 +00:00

View File

@@ -43,7 +43,7 @@ export default function LandingPage() {
{
name: "Contact", id: "contact"},
]}
brandName="ClearFlow Septic"
brandName="DirtyWaterBoys"
button={{ text: "Get Started", href: "#contact" }}
/>
</div>
@@ -162,7 +162,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={[
@@ -244,11 +244,11 @@ export default function LandingPage() {
],
},
]}
logoText="ClearFlow Septic"
copyrightText="© 2025 | ClearFlow Septic Solutions"
logoText="DirtyWaterBoys"
copyrightText="© 2025 | DirtyWaterBoys Solutions"
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}