Compare commits
10 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3bbcba2ad8 | |||
| bcbe12c65f | |||
| 55f6c5c089 | |||
| 252d59c5d3 | |||
| 04b5e10480 | |||
| 3ee919a492 | |||
| b64f87fe68 | |||
| 83299d663d | |||
| ae8f48454a | |||
| 3179a1c044 |
1387
src/app/layout.tsx
1387
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -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}
|
||||
@@ -317,4 +317,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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