Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 7f428ae9c0 | |||
| 855206f7cb | |||
| df1b426df9 | |||
| c887729516 | |||
| 79cbbae240 | |||
| b27ac16f18 | |||
| 2f0cc14c56 |
1416
src/app/layout.tsx
1416
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"
|
tagAnimation="slide-up"
|
||||||
background={{ variant: "plain" }}
|
background={{ variant: "plain" }}
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Call Now (713) 352-1919", href: "tel:(713) 352-1919" },
|
{ text: "Schedule Free Inspection", href: "tel:(713) 352-1919" },
|
||||||
{ text: "Request Service", href: "#contact" }
|
{ text: "Request Service", href: "#contact" }
|
||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
@@ -232,4 +232,4 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user