From e2c5a861fce429423d0d133cce06ac774b8f06a9 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 12 May 2026 16:51:34 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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