Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ab8e7f343b | |||
| 914bfc1204 | |||
| 4e3617d965 | |||
| 672ba3bcb9 | |||
| c9124e87de | |||
| 154cff718e |
@@ -64,7 +64,7 @@ export default function LandingPage() {
|
||||
]}
|
||||
buttons={[
|
||||
{ text: "Schedule a Drop-Off", href: "#contact" },
|
||||
{ text: "Call Now", href: "tel:6039645811" },
|
||||
{ text: "Call Now", href: "tel:+16039645811" },
|
||||
]}
|
||||
avatars={[
|
||||
{ src: "http://img.b2bpic.net/free-photo/closeup-brown-leather-bag-clothes-hanged-white-hangers_181624-3093.jpg", alt: "Customer 1" },
|
||||
@@ -202,13 +202,15 @@ export default function LandingPage() {
|
||||
columns={[
|
||||
{
|
||||
title: "Contact", items: [
|
||||
{ label: "(603) 964-5811", href: "tel:6039645811" },
|
||||
{ label: "+1 (603) 964-5811", href: "tel:+16039645811" },
|
||||
{ label: "44 Lafayette Rd, North Hampton, NH", href: "#contact" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Hours", items: [
|
||||
{ label: "Open Daily · Closes 6 PM", href: "#" },
|
||||
{ label: "Mon-Fri 8 AM–6 PM" },
|
||||
{ label: "Sat 9 AM–3 PM" },
|
||||
{ label: "Sun Closed" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user