Merge version_2 into main #3
@@ -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,7 +202,7 @@ 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" },
|
||||
],
|
||||
},
|
||||
@@ -217,4 +217,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user