Skip to content

Commit c06f386

Browse files
committed
MEIER-275: Replace Calendly link with Google Calendar link and update to 30 minutes
1 parent d9fc2cb commit c06f386

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/src/App/src/Services/View.fs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,15 +82,15 @@ let page =
8282
h2 { _class "text-2xl text-gray-900 dark:text-gray-100 font-medium"; "Get in touch" }
8383
p {
8484
_class "mt-2 text-gray-600 dark:text-gray-400"
85-
"Schedule a quick 15-minute call to see if I can help."
85+
"Schedule a quick 30-minute call to see if I can help."
8686
}
8787
}
8888
a {
89-
_href "https://calendly.com/meiermade/15min"
89+
_href "https://calendar.app.google/wQPWAYBda4r2S7o48"
9090
_target "_blank"
9191
_rel "noopener noreferrer"
9292
_class "inline-flex shrink-0 justify-center rounded-md bg-emerald-600 hover:bg-emerald-700 text-white px-4 py-2 font-medium"
93-
"Schedule 15 minutes"
93+
"Schedule 30 minutes"
9494
}
9595
}
9696
}

0 commit comments

Comments
 (0)