5 Commits

Author SHA1 Message Date
d7d660a871 Update src/app/page.tsx 2026-03-05 17:05:57 +00:00
ef47178d0d Update src/app/about/page.tsx 2026-03-05 17:05:56 +00:00
06ee887b28 Merge version_1 into main
Merge version_1 into main
2026-03-05 16:59:37 +00:00
5e68a9642c Merge version_1 into main
Merge version_1 into main
2026-03-05 16:58:27 +00:00
e930e50da5 Merge version_1 into main
Merge version_1 into main
2026-03-05 16:56:43 +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"