Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 4a513a1fb5 | |||
| c7f97511bc | |||
| c7e2e92997 |
@@ -41,7 +41,7 @@ export default function LandingPage() {
|
|||||||
]}
|
]}
|
||||||
brandName="D&E Heating & Air"
|
brandName="D&E Heating & Air"
|
||||||
button={{
|
button={{
|
||||||
text: "Call Now: 555-0123", href: "tel:5550123"}}
|
text: "Call Now: +12145013775", href: "tel:+12145013775"}}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -192,7 +192,7 @@ export default function LandingPage() {
|
|||||||
text="Texas Heat Won't Wait. Contact D&E Today."
|
text="Texas Heat Won't Wait. Contact D&E Today."
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Call 555-0123", href: "tel:5550123"},
|
text: "Call +12145013775", href: "tel:+12145013775"},
|
||||||
{
|
{
|
||||||
text: "Request a Quote", href: "#"},
|
text: "Request a Quote", href: "#"},
|
||||||
]}
|
]}
|
||||||
@@ -221,7 +221,7 @@ export default function LandingPage() {
|
|||||||
{
|
{
|
||||||
title: "Contact", items: [
|
title: "Contact", items: [
|
||||||
{
|
{
|
||||||
label: "555-0123", href: "tel:5550123"},
|
label: "+12145013775", href: "tel:+12145013775"},
|
||||||
{
|
{
|
||||||
label: "support@deheating.com", href: "mailto:support@deheating.com"},
|
label: "support@deheating.com", href: "mailto:support@deheating.com"},
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user