Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ac046691b3 | |||
| 418d8db76a | |||
| 807fd67f90 | |||
| 4f3f1a71d5 | |||
| ff33a8f5b7 | |||
| 4815fc59db | |||
| 8f76955cdd |
1415
src/app/layout.tsx
1415
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -46,7 +46,7 @@ export default function LandingPage() {
|
||||
description="Safe, professional tree removal, trimming, and emergency services across Jacksonville, Florida"
|
||||
buttons={[
|
||||
{ text: "CALL NOW (904) 352-0815", href: "tel:9043520815" },
|
||||
{ text: "GET FREE QUOTE", href: "#quote-form" }
|
||||
{ text: "SCHEDULE FREE ESTIMATE TODAY", href: "#quote-form" }
|
||||
]}
|
||||
slides={[
|
||||
{
|
||||
@@ -219,7 +219,7 @@ export default function LandingPage() {
|
||||
background={{ variant: "rotated-rays-animated-grid" }}
|
||||
useInvertedBackground={true}
|
||||
inputPlaceholder="your.email@example.com"
|
||||
buttonText="Get Quote"
|
||||
buttonText="Schedule Free Estimate"
|
||||
termsText="We respect your privacy. We'll only use your information to provide your free tree service estimate. Unsubscribe anytime."
|
||||
/>
|
||||
</div>
|
||||
@@ -250,4 +250,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user