Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d801aa7785 | |||
| be2e44ec93 | |||
| efe8c2783b | |||
| 6da6b2b3fb |
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user