2 Commits

Author SHA1 Message Date
d801aa7785 Update src/app/page.tsx 2026-04-21 19:21:41 +00:00
be2e44ec93 Merge version_4 into main
Merge version_4 into main
2026-04-21 19:20:04 +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>
);
}
}