6 Commits

Author SHA1 Message Date
07ca514266 Update src/app/page.tsx 2026-04-21 19:23:45 +00:00
a51f42f4fc Merge version_5 into main
Merge version_5 into main
2026-04-21 19:21:47 +00:00
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 7 additions and 13 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>
@@ -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>

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