5 Commits

Author SHA1 Message Date
e5602bba24 Merge version_3 into main
Merge version_3 into main
2026-03-08 04:04:48 +00:00
37dad2cbbc Update theme colors 2026-03-08 04:04:42 +00:00
eaefec6afb Merge version_3 into main
Merge version_3 into main
2026-03-08 04:03:24 +00:00
a07d05e875 Update src/app/page.tsx 2026-03-08 04:03:20 +00:00
bf2ad8b3f5 Merge version_2 into main
Merge version_2 into main
2026-03-08 04:01:59 +00:00
2 changed files with 5 additions and 5 deletions

View File

@@ -167,7 +167,7 @@ export default function LandingPage() {
tagIcon={Zap}
tagAnimation="slide-up"
title="Make Your Home Look New Again"
description="Contact Jack's Pressure Washing today for a free quote. Call, text, or fill out the form below. We're happy to serve our neighbors with quality and affordable service."
description="Call 559-400-9003 today for a free quote. We're happy to serve our neighbors with quality and affordable service. You can also fill out the form below and we'll get back to you right away."
background={{ variant: "sparkles-gradient" }}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/factory-worker-standing-metal-platform-industrial-storage-tanks-looking-up-visual-inspection-silos-food-production_342744-450.jpg?_wi=2"
@@ -175,7 +175,7 @@ export default function LandingPage() {
mediaPosition="right"
mediaAnimation="slide-up"
inputPlaceholder="Your email address"
buttonText="Request Quote"
buttonText="Call for Free Quote"
termsText="We respect your privacy. We'll only use your information to send you a quote. You can unsubscribe at any time."
/>
</div>

View File

@@ -12,11 +12,11 @@
--background: #ffffff;
--card: #f9f9f9;
--foreground: #120a00e6;
--primary-cta: #ff8c42;
--foreground: #000612e6;
--primary-cta: #15479c;
--primary-cta-text: #ffffff;
--secondary-cta: #f9f9f9;
--secondary-cta-text: #120a00e6;
--secondary-cta-text: #000612e6;
--accent: #e2e2e2;
--background-accent: #c4c4c4;