Compare commits
15 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3bbcba2ad8 | |||
| bcbe12c65f | |||
| 55f6c5c089 | |||
| 252d59c5d3 | |||
| 04b5e10480 | |||
| 3ee919a492 | |||
| b64f87fe68 | |||
| 83299d663d | |||
| ae8f48454a | |||
| 3179a1c044 | |||
| a3cc4dca68 | |||
| a5c9a11ad3 | |||
| 1a90286a00 | |||
| a645a894c4 | |||
| 6b46e5ef32 |
1414
src/app/layout.tsx
1414
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -49,7 +49,7 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
buttons={[
|
||||
{ text: "Call for a Free Estimate", href: "https://tel:+17135550142" },
|
||||
{ text: "Call Now for Free Estimate", href: "https://tel:+17135550142" },
|
||||
{ text: "Get a Quote Online", href: "#contact" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
@@ -171,7 +171,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{ text: "Join Our Satisfied Customers", href: "https://tel:+17135550142" }
|
||||
{ text: "Call Now for Free Estimate", href: "https://tel:+17135550142" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
speed={40}
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #f7f6f7;
|
||||
--background: #dce8dd;
|
||||
--card: #ffffff;
|
||||
--foreground: #250c0d;
|
||||
--primary-cta: #b82b40;
|
||||
|
||||
Reference in New Issue
Block a user