Skip to content

Commit

Permalink
chore: add demo request link within main content
Browse files Browse the repository at this point in the history
  • Loading branch information
rzmk committed Jul 16, 2024
1 parent 3b57665 commit ada54b4
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/components/Pricing.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,17 @@ export const Pricing = () => {
</div>
</div>
</div>
<br />
<p className="text-center text-zinc-200">
Want to learn more?{" "}
<a
className="text-blue-400"
href="https://dathere.com/product-demo-request/"
>
Request a demo
</a>
.
</p>
</motion.div>
</div>
</section>
Expand Down

0 comments on commit ada54b4

Please sign in to comment.