Skip to content

Commit ae70c7b

Browse files
committed
fix: pricing contact btns calandly
1 parent 7aa4c7b commit ae70c7b

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

pricing-page.html

+7-4
Original file line numberDiff line numberDiff line change
@@ -1072,6 +1072,9 @@ <h3 class="">$200k></h3>
10721072

10731073

10741074

1075+
<link href="https://assets.calendly.com/assets/external/widget.css" rel="stylesheet">
1076+
<script src="https://assets.calendly.com/assets/external/widget.js" type="text/javascript" async=""></script>
1077+
10751078
<section class="pricing-tabs-section">
10761079
<div class="section-title">
10771080
<h1>Flat & Simple Monthly Pricing</h1>
@@ -1101,7 +1104,7 @@ <h1>Flat & Simple Monthly Pricing</h1>
11011104
<li> <img src="/images/icon/circle-check.svg" alt="circle-check">Daily Updates </li>
11021105
<li><img src="/images/icon/circle-check.svg" alt="circle-check"> No contracts - Pause or cancel anytime</li>
11031106
</ul>
1104-
<button class="demo-button">Book a Demo</button>
1107+
<button onclick="Calendly.initPopupWidget({url: 'https://calendly.com/ehtisham-wruh/30min'});return false;" class="demo-button">Book a Demo</button>
11051108

11061109
</div>
11071110
<!-- Card 2 -->
@@ -1120,7 +1123,7 @@ <h1>Flat & Simple Monthly Pricing</h1>
11201123
<li> <img src="/images/icon/circle-check.svg" alt="circle-check">Daily Updates </li>
11211124
<li><img src="/images/icon/circle-check.svg" alt="circle-check"> No contracts - Pause or cancel anytime</li>
11221125
</ul>
1123-
<button class="demo-button">Book a Demo</button>
1126+
<button onclick="Calendly.initPopupWidget({url: 'https://calendly.com/ehtisham-wruh/30min'});return false;" class="demo-button">Book a Demo</button>
11241127

11251128
</div>
11261129

@@ -1139,7 +1142,7 @@ <h1>Flat & Simple Monthly Pricing</h1>
11391142
<li> <img src="/images/icon/circle-check.svg" alt="circle-check">Daily Updates </li>
11401143
<li><img src="/images/icon/circle-check.svg" alt="circle-check"> No contracts - Pause or cancel anytime</li>
11411144
</ul>
1142-
<button class="demo-button">Book a Demo</button>
1145+
<button onclick="Calendly.initPopupWidget({url: 'https://calendly.com/ehtisham-wruh/30min'});return false;" class="demo-button">Book a Demo</button>
11431146

11441147
</div>
11451148

@@ -1162,7 +1165,7 @@ <h1>Flat & Simple Monthly Pricing</h1>
11621165
<li><img src="/images/icon/circle-check.svg" alt="circle-check"> Free Consultations</li>
11631166
<li><img src="/images/icon/circle-check.svg" alt="circle-check"> Design, Testing and Deployment</li>
11641167
</ul>
1165-
<button class="demo-button">Book a Demo</button>
1168+
<button onclick="Calendly.initPopupWidget({url: 'https://calendly.com/ehtisham-wruh/30min'});return false;" class="demo-button">Book a Demo</button>
11661169
</div>
11671170

11681171
</div>

0 commit comments

Comments
 (0)