Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 88ac99c28e | |||
| 7c0c44ec60 | |||
| 2d710ae6c9 | |||
| 8819089d04 | |||
| 6a0fc551f1 |
@@ -270,17 +270,19 @@ export default function LandingPage() {
|
|||||||
{
|
{
|
||||||
title: "Contact", items: [
|
title: "Contact", items: [
|
||||||
{
|
{
|
||||||
label: "(555) 123-4567", href: "tel:5551234567"},
|
label: "+18063747350", href: "tel:+18063747350"},
|
||||||
{
|
{
|
||||||
label: "Service Area", href: "#"},
|
label: "6654 Canyon Dr # A, Amarillo, TX 79109", href: "https://maps.google.com/?q=6654+Canyon+Dr+%23+A,+Amarillo,+TX+79109"},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Legal", items: [
|
title: "Hours", items: [
|
||||||
{
|
{
|
||||||
label: "Privacy Policy", href: "#"},
|
label: "Mon-Fri 8:30 AM-5 PM", href: "#"},
|
||||||
{
|
{
|
||||||
label: "Terms of Service", href: "#"},
|
label: "Sat 8:30 AM-12 PM", href: "#"},
|
||||||
|
{
|
||||||
|
label: "Sunday: Closed", href: "#"},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
|
|||||||
Reference in New Issue
Block a user