Compare commits
10 Commits
version_11
...
version_16
| Author | SHA1 | Date | |
|---|---|---|---|
| f6b00bfaa5 | |||
| 8509690a4e | |||
| 55796d93f6 | |||
| 917f19eabb | |||
| c223b298a0 | |||
| 84ef7754de | |||
| e5068ebfe1 | |||
| 1618423fa2 | |||
| 3eee4abba9 | |||
| e18537cfc6 |
@@ -59,7 +59,7 @@ export default function LandingPage() {
|
|||||||
showMarqueeCard={false}
|
showMarqueeCard={false}
|
||||||
marqueeSpeed={30}
|
marqueeSpeed={30}
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Call Now", href: "tel:480-702-6165" },
|
{ text: "Call Now - 24/7 Available", href: "tel:480-702-6165" },
|
||||||
{ text: "Get a Free Estimate", href: "#contact" }
|
{ text: "Get a Free Estimate", href: "#contact" }
|
||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
@@ -184,7 +184,8 @@ export default function LandingPage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Schedule Your Service Today", href: "tel:480-702-6165" }
|
{ text: "Schedule Your Service Today", href: "tel:480-702-6165" },
|
||||||
|
{ text: "View All Services & Pricing", href: "#" }
|
||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
ariaLabel="Services section"
|
ariaLabel="Services section"
|
||||||
@@ -400,4 +401,4 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user