We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9fc2cb commit c06f386Copy full SHA for c06f386
app/src/App/src/Services/View.fs
@@ -82,15 +82,15 @@ let page =
82
h2 { _class "text-2xl text-gray-900 dark:text-gray-100 font-medium"; "Get in touch" }
83
p {
84
_class "mt-2 text-gray-600 dark:text-gray-400"
85
- "Schedule a quick 15-minute call to see if I can help."
+ "Schedule a quick 30-minute call to see if I can help."
86
}
87
88
a {
89
- _href "https://calendly.com/meiermade/15min"
+ _href "https://calendar.app.google/wQPWAYBda4r2S7o48"
90
_target "_blank"
91
_rel "noopener noreferrer"
92
_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"
+ "Schedule 30 minutes"
94
95
96
0 commit comments