diff --git a/src/app/page.tsx b/src/app/page.tsx index e1ddb7b..0b0c2e6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -161,7 +161,7 @@ export default function LandingPage() { tag="Let's Get Coffee" title="Visit Us Today" description="Come grab a cup and a slice. We're open every day at the corner of Main and 5th." - buttons={[{ text: "Get Directions", href: "#" }]} + buttons={[{ text: "Get Directions", href: "#" }, { text: "Call Us", href: "tel:+1234567890" }]} /> @@ -178,4 +178,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file