Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #4.
This commit is contained in:
2026-04-06 16:09:36 +00:00

View File

@@ -270,17 +270,19 @@ export default function LandingPage() {
{
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: "#"},
],
},
]}