3 Commits

Author SHA1 Message Date
4a513a1fb5 Merge version_3 into main
Merge version_3 into main
2026-04-22 04:32:44 +00:00
c7f97511bc Update src/app/page.tsx 2026-04-22 04:32:41 +00:00
c7e2e92997 Merge version_2 into main
Merge version_2 into main
2026-04-22 04:31:30 +00:00

View File

@@ -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"},
], ],