From 88219f0da928b18147c97f954f637ba08cce8b3f Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 18:18:59 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index bef97aa..a46169c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -163,7 +163,9 @@ export default function LandingPage() { ], }, { - title: "Contact", items: [] + title: "Contact", items: [ + { label: "415-529-1883", href: "tel:4155291883" } + ] } ]} /> @@ -171,4 +173,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +} -- 2.49.1