refactor: replace meet link with write me an email link
I was using Calendly for the meetings, but none ever come through at this time, so I canceled Calendly subscription and switched to email only communications
This commit is contained in:
parent
48863a160b
commit
4bb6275001
5 changed files with 25 additions and 16 deletions
|
|
@ -16,12 +16,12 @@ export function CallToAction() {
|
|||
Je na čase pozvednout Vaši infrastrukturu na dnešní standardy. Infrastruktura má ukázat Vaši aplikaci světu, ne ji držet při zemi.
|
||||
</p>
|
||||
<Button
|
||||
href="https://calendly.com/vojtechmares/30min"
|
||||
href="mailto:iam@vojtechmares.com"
|
||||
color="white"
|
||||
size="large"
|
||||
className="mt-10"
|
||||
>
|
||||
Domluvme si schůzku
|
||||
Napište mi
|
||||
</Button>
|
||||
</div>
|
||||
</Container>
|
||||
|
|
|
|||
|
|
@ -45,15 +45,11 @@ export function Hero() {
|
|||
dluhu a připravíme Vaší IT infrastrukturu na rapidní škálování.
|
||||
</p>
|
||||
<div className="mt-10 flex flex-col gap-y-6 md:gap-y-0 sm:flex-row sm:justify-start sm:gap-x-6">
|
||||
<Button href="https://calendly.com/vojtechmares/30min" size="large">
|
||||
Domluvme si schůzku
|
||||
</Button>
|
||||
<Button
|
||||
href="mailto:iam@vojtechmares.com"
|
||||
variant="outline"
|
||||
size="large"
|
||||
>
|
||||
Napište mi email
|
||||
Napište mi
|
||||
</Button>
|
||||
</div>
|
||||
<div className="mt-10 "> {/* mt-36 lg:mt-44 */}
|
||||
|
|
|
|||
|
|
@ -112,8 +112,8 @@ export function Pricing() {
|
|||
name="Implementace"
|
||||
price="Cena dohodou"
|
||||
description="Analyzujeme Vaši situaci, projdeme možnosti, vybereme nejlepší řešení a společně jej nasadíme."
|
||||
href="https://calendly.com/vojtechmares/30min"
|
||||
buttonText="Domluvme si schůzku"
|
||||
href="mailto:iam@vojtechmares.com"
|
||||
buttonText="Napište mi"
|
||||
/>
|
||||
</div>
|
||||
</Container>
|
||||
|
|
|
|||
Reference in a new issue