Skip to content

Commit

Permalink
feat: updated sales email address
Browse files Browse the repository at this point in the history
  • Loading branch information
helloanoop committed Apr 19, 2024
1 parent 7d19c8a commit a7a3ee0
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 7 deletions.
11 changes: 7 additions & 4 deletions src/pages/pricing.js
Original file line number Diff line number Diff line change
Expand Up @@ -279,12 +279,15 @@ export default function Pricing() {
}
</ul>
<div className='text-sm mt-4 text-gray-600'>
For help with migration and custom requirements, <a href="/support" className="link">talk to us!</a> <br /> <br />
For help with migration and custom requirements, please reach us at <a href="mailto:sales@usebruno.com" className='link'>sales@usebruno.com</a>
<br /> <br />
We also help accelerate adoption of Bruno in your organization and offer best practice recommendations.
</div>
<a className="text-white bg-yellow-600 hover:bg-yellow-700 font-medium rounded-lg text-sm px-5 py-2.5 text-center mt-4">
Coming Soon
</a>
<Link href="/support" legacyBehavior>
<a className="text-white bg-yellow-600 hover:bg-yellow-700 font-medium rounded-lg text-sm px-5 py-2.5 text-center mt-4">
Contact Us
</a>
</Link>
</div>
</div>
</div>
Expand Down
12 changes: 9 additions & 3 deletions src/pages/support.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,15 @@ export default function Support () {
</div>

<div className="bg-white py-4 rounded-md">
<h2 className="text-lg font-semibold mb-2">Contact Information</h2>
<p>You can reach us at - support@usebruno.com</p>
<p>Or call us at - +91 9035005521</p>
<h2 className="text-lg font-semibold mb-4">Contact Information</h2>

<h2 className="text-lg font-semibold mb-2">Support</h2>
<p>For product support and issues, please reach us at - support@usebruno.com</p>

<h2 className="text-lg font-semibold mt-2 mb-2">Sales</h2>
<p>For sales enquiries, please reach us at - sales@usebruno.com</p>

<p className='mt-2'>You can also contact us on phone at - +91 9035005521</p>
</div>

<div className="bg-white py-4 rounded-md">
Expand Down

0 comments on commit a7a3ee0

Please sign in to comment.