diff --git a/src/app/page.tsx b/src/app/page.tsx index 37309f9..066cbd1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -164,7 +164,7 @@ export default function LandingPage() { tag="Visit Us" title="Join Us for a Cup" description="Come experience the warmth of Cafe Aangina for yourself. We're looking forward to serving you." - buttons={[{ text: "Get Directions", href: "https://maps.app.goo.gl/6ouZr3wWLddbrFkW9?g_st=ic" }]} + buttons={[{ text: "Get Directions & Visit", href: "https://maps.app.goo.gl/6ouZr3wWLddbrFkW9?g_st=ic" }]} /> @@ -177,4 +177,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file