12 Commits

Author SHA1 Message Date
1a6c5561cd Update src/app/page.tsx 2026-04-21 19:28:24 +00:00
236fe955f7 Merge version_8 into main
Merge version_8 into main
2026-04-21 19:26:54 +00:00
a687d5266c Update src/app/page.tsx 2026-04-21 19:26:48 +00:00
6ee4053ed1 Merge version_7 into main
Merge version_7 into main
2026-04-21 19:25:18 +00:00
857a774509 Update src/app/page.tsx 2026-04-21 19:25:15 +00:00
eb07f77065 Merge version_6 into main
Merge version_6 into main
2026-04-21 19:23:49 +00:00
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 15 additions and 21 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>
@@ -76,7 +76,7 @@ export default function LandingPage() {
{
type: "text", text: "Licensed & Insured"},
{
type: "text", text: "24/7 Emergency Support"},
type: "text", text: "Monday-Friday"},
{
type: "text", text: "Eco-Friendly Disposal"},
{
@@ -92,7 +92,7 @@ export default function LandingPage() {
useInvertedBackground={true}
tag="About Us"
title="Professionalism You Can Trust"
description="With over 20 years of experience serving the San Antonio area, we take pride in delivering efficient, clean, and reliable septic solutions."
description="With over 15 years of experience serving the San Antonio area, we take pride in delivering efficient, clean, and reliable septic solutions."
subdescription="Our team of certified technicians is dedicated to environmentally friendly practices and total customer satisfaction on every job."
icon={Shield}
imageSrc="https://img.freepik.com/free-photo/two-maintenance-workers-stand-each-other-keep-hands-folded-raise-eyebrows-bewilderment_273609-8772.jpg?t=st=1725544211~exp=1725547811~hmac=a4c8a2b5e9f8c8d8b8e8f8c8d8b8e8f8c8d8b8e8f8c8d8b8e8f8c8d8b8e8f8c8"
@@ -111,12 +111,8 @@ export default function LandingPage() {
"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"],
id: "f3", title: "Standard Repairs", author: "Fast Response", description: "Professional support for system maintenance, leaks, and general repairs during business hours.", tags: [
"Repair", "Maintenance"],
imageSrc: "https://img.freepik.com/free-photo/front-view-man-holding-crossed-arms_23-2149478458.jpg?t=st=1725544211~exp=1725547811~hmac=a4c8a2b5e9f8c8d8b8e8f8c8d8b8e8f8c8d8b8e8f8c8d8b8e8f8c8d8b8e8f8c8"},
]}
title="Our Specialized Services"
@@ -131,11 +127,11 @@ export default function LandingPage() {
useInvertedBackground={true}
metrics={[
{
id: "m1", value: "1500+", title: "Successful Pumping", items: [
id: "m1", value: "1000+", title: "Successful Pumping", items: [
"Residential", "Commercial"],
},
{
id: "m2", value: "20", title: "Years Experience", items: [
id: "m2", value: "15", title: "Years Experience", items: [
"Expertise", "Reliability"],
},
{
@@ -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={[
@@ -189,7 +185,7 @@ export default function LandingPage() {
{
id: "q1", title: "How often should I pump my tank?", content: "Typically every 3 to 5 years, depending on your household size and tank capacity."},
{
id: "q2", title: "Do you offer emergency services?", content: "Yes, we have 24/7 emergency crews ready to respond to urgent system issues."},
id: "q2", title: "What are your operating hours?", content: "We are open for maintenance, inspections, and repairs Monday-Friday, 8:00 AM to 5:00 PM."},
{
id: "q3", title: "Are your services eco-friendly?", content: "Yes, we adhere to strict environmental safety guidelines to protect the San Antonio watershed."},
]}
@@ -204,7 +200,7 @@ export default function LandingPage() {
useInvertedBackground={true}
background={{
variant: "gradient-bars"}}
text="Ready to maintain your system or need an emergency repair? Let's get you on the schedule."
text="Ready to maintain your system or need a repair? Let's get you on the schedule during our business hours."
buttons={[
{
text: "Contact Us Now", href: "tel:555-0199"},
@@ -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);