This repository has been archived by the owner on Jan 8, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7d19c8a
commit a7a3ee0
Showing
2 changed files
with
16 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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:[email protected]" className='link'>[email protected]</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> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 - [email protected]</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 - [email protected]</p> | ||
|
||
<h2 className="text-lg font-semibold mt-2 mb-2">Sales</h2> | ||
<p>For sales enquiries, please reach us at - [email protected]</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"> | ||
|