diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 48af86a..aa867ea 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -15,7 +15,7 @@ export default function AboutPage() { { name: "About", id: "about" }, { name: "Gallery", id: "gallery" }, { name: "Contact", id: "contact" }, - { name: "Call: (603) 555-0147", id: "tel:+16035550147" }, + { name: "Call: (603) 686-3047", id: "tel:+16036863047" }, ]; const footerColumns = [ @@ -37,7 +37,7 @@ export default function AboutPage() { }, { title: "Contact", items: [ - { label: "Call: (603) 555-0147", href: "tel:+16035550147" }, + { label: "Call: (603) 686-3047", href: "tel:+16036863047" }, { label: "Email: info@yetilandcare.com", href: "mailto:info@yetilandcare.com" }, { label: "10 Kingston Rd, Exeter, NH 03833", href: "#" }, { label: "Service Area: Exeter & Seacoast NH", href: "#" }, diff --git a/src/app/page.tsx b/src/app/page.tsx index 2ad32e7..f6b6eb9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,7 +19,7 @@ export default function HomePage() { { name: "About", id: "about" }, { name: "Gallery", id: "gallery" }, { name: "Contact", id: "contact" }, - { name: "Call: (603) 555-0147", id: "tel:+16035550147" }, + { name: "Call: (603) 686-3047", id: "tel:+16036863047" }, ]; const footerColumns = [ @@ -41,7 +41,7 @@ export default function HomePage() { }, { title: "Contact", items: [ - { label: "Call: (603) 555-0147", href: "tel:+16035550147" }, + { label: "Call: (603) 686-3047", href: "tel:+16036863047" }, { label: "Email: info@yetilandcare.com", href: "mailto:info@yetilandcare.com" }, { label: "10 Kingston Rd, Exeter, NH 03833", href: "#" }, { label: "Service Area: Exeter & Seacoast NH", href: "#" }, @@ -79,7 +79,7 @@ export default function HomePage() { logoText="Yeti Landcare" description="Professional Landscaping in Exeter, NH Done Right the First Time" buttons={[ - { text: "Call Now for a Free Estimate", href: "tel:+16035550147" }, + { text: "Call Now for a Free Estimate", href: "tel:+16036863047" }, { text: "Request a Quote", href: "#contact" }, ]} imageSrc="http://img.b2bpic.net/free-photo/long-shot-young-woman-taking-care-plants_23-2148509881.jpg"