4 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
efe8c2783b Update src/app/styles/variables.css 2026-04-21 19:19:58 +00:00
6da6b2b3fb Merge version_3 into main
Merge version_3 into main
2026-04-21 19:17:54 +00:00
2 changed files with 8 additions and 8 deletions

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>
);
}
}

View File

@@ -12,13 +12,13 @@
--background: #ffffff;
--card: #f9f9f9;
--foreground: #000f06e6;
--primary-cta: #0a7039;
--foreground: #120a00e6;
--primary-cta: #E34400;
--primary-cta-text: #ffffff;
--secondary-cta: #f9f9f9;
--secondary-cta-text: #000f06e6;
--accent: #e2e2e2;
--background-accent: #c4c4c4;
--background-accent: #E34400;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);