Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 8e1a2a985a | |||
| 8a14939e90 | |||
| ff799e7cd5 | |||
| 89af3439ae | |||
| 796a14cac2 | |||
| 057cff9a46 |
@@ -1424,4 +1424,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -36,7 +36,7 @@ export default function LandingPage() {
|
||||
{ name: "24/7 Service", id: "hero" }
|
||||
]}
|
||||
button={{
|
||||
text: "Call Now: (510) 555-0123", href: "tel:+15105550123"
|
||||
text: "Schedule Emergency Service", href: "tel:+15105550123"
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
@@ -49,7 +49,7 @@ export default function LandingPage() {
|
||||
tagIcon={AlertCircle}
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{ text: "Call Now: (510) 555-0123", href: "tel:+15105550123" },
|
||||
{ text: "Schedule Emergency Service", href: "tel:+15105550123" },
|
||||
{ text: "Get Free Estimate" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
@@ -248,4 +248,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user