-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update hero company on homepage and add enterprise highlight section
- Loading branch information
Schalk Neethling
committed
Jan 28, 2024
1 parent
24bbcac
commit c63d1bf
Showing
5 changed files
with
51 additions
and
9 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 |
---|---|---|
@@ -0,0 +1,26 @@ | ||
import BaseCTAProductHighlight from '../BaseCTAProductHighlight'; | ||
|
||
const BaseCTAEnterpriseHighlight = () => { | ||
return ( | ||
<BaseCTAProductHighlight | ||
ctaTargertURL="/products/overview" | ||
ctaTargertCopy="Explore Enterprise Solutions" | ||
darkMode={true} | ||
sectionId="product-overview-enterprise" | ||
subtitle="Advanced Security and Efficiency" | ||
title="Empowering Enterprises" | ||
> | ||
<p> | ||
For enterprises aiming to bolster their security infrastructure and | ||
streamline operational processes, BoxyHQ presents a powerful suite of | ||
solutions. Our Enterprise Single Sign-On (SSO), Directory Sync, and | ||
Audit Logs services are tailored to meet complex organizational demands. | ||
These tools not only enhance security but also reinforce your | ||
enterprise's compliance with industry standards, elevating trust and | ||
reputation in a competitive market. | ||
</p> | ||
</BaseCTAProductHighlight> | ||
); | ||
}; | ||
|
||
export default BaseCTAEnterpriseHighlight; |
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
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
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
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