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 +}