Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 37dad2cbbc | |||
| a07d05e875 | |||
| bf2ad8b3f5 | |||
| e566af5ad0 | |||
| f38e94ba23 | |||
| 5c4c55f63f | |||
| 8aba0ba7b9 | |||
| e051f9870a |
1422
src/app/layout.tsx
1422
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -8,9 +8,13 @@ import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSp
|
||||
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
|
||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
||||
import { Sparkles, Zap, Star } from 'lucide-react';
|
||||
import { Sparkles, Zap, Star, Phone } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
const handleCallClick = () => {
|
||||
window.location.href = 'tel:559-400-9003';
|
||||
};
|
||||
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="shift-hover"
|
||||
@@ -163,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"
|
||||
@@ -171,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>
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user