Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d7d660a871 | |||
| ef47178d0d | |||
| 06ee887b28 | |||
| 5e68a9642c | |||
| e930e50da5 |
@@ -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: "#" },
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user