Merge version_2 into main #4

Merged
bender merged 2 commits from version_2 into main 2026-03-05 17:06:01 +00:00
2 changed files with 5 additions and 5 deletions

View File

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

View File

@@ -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"