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