From a8569dbe49ff42adf25856451262bc6caf64be20 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 13 May 2026 12:45:41 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 22d3668..4d796e0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -180,6 +180,8 @@ export default function LandingPage() { title="Visit Us in Chicago" description="Stop by for a protein shake, a healthy snack, and friendly conversation. We're open daily until 5:30 PM." buttons={[ + { + text: "Get Directions", href: "https://maps.google.com/?q=1053+N+California+Ave+Chicago+IL"}, { text: "Call Us Now", href: "tel:+17739360986"}, ]}