From ef47178d0df528824427ef1fe027bf31fd5a15b8 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 17:05:56 +0000 Subject: [PATCH 1/2] Update src/app/about/page.tsx --- src/app/about/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: "#" }, -- 2.49.1 From d7d660a871afd5525349d0e7ed0f9d3cc097a8ce Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 17:05:57 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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" -- 2.49.1