diff --git a/src/app/page.tsx b/src/app/page.tsx index 733889b..c94b5ac 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -42,6 +42,7 @@ export default function LandingPage() { name: "Contact", id: "contact"}, ]} brandName="Moon Towing" + button={{ text: "(780) 668-0100", href: "tel:7806680100" }} /> @@ -239,4 +240,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file