Skip to content

Commit 53e1185

Browse files
authored
Merge pull request #2071 from okabak123/docs-hp-rebranding
Homepage brand refresh
2 parents a0fb67f + 15c2703 commit 53e1185

File tree

2 files changed

+254
-73
lines changed

2 files changed

+254
-73
lines changed

docs/home.mdx

Lines changed: 42 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,51 @@ icon: "house"
3636
<div className="home__hero-image-block">
3737
<img
3838
className="home__hero-image"
39-
src="https://res.cloudinary.com/diuctyblm/image/upload/v1749564684/Docs/Hero_Image_yvczgg.png"
39+
src="https://res.cloudinary.com/diuctyblm/image/upload/v1765218083/Hero_Image_tx3zbs.png"
4040
alt="Hero Image"
4141
noZoom={true}
4242
/>
4343
</div>
4444
</div>
4545
</div>
4646
</div>
47+
<div class="home__security">
48+
<div class="home__security-info-wrap">
49+
<div class="home__security-icon">
50+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
51+
<path d="M27 14V7C27 6.73478 26.8946 6.48043 26.7071 6.29289C26.5196 6.10536 26.2652 6 26 6H6C5.73478 6 5.48043 6.10536 5.29289 6.29289C5.10536 6.48043 5 6.73478 5 7V14C5 26 16 29 16 29C16 29 27 26 27 14Z" stroke="#575A74" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
52+
<path d="M11 17L14 20L21 13" stroke="#575A74" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
53+
</svg>
54+
</div>
55+
<div className='home__security-content-wrap'>
56+
<h2 className='home__security-heading'>SOC 2 & HIPAA Compliant</h2>
57+
<p className='home__security-description'>Enterprise-grade security standards</p>
58+
</div>
59+
</div>
60+
<div class="home__security-seperator"></div>
61+
<div class="home__security-info-wrap">
62+
<div class="home__security-icon">
63+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
64+
<path d="M26 11H6C5.44772 11 5 11.4477 5 12V26C5 26.5523 5.44772 27 6 27H26C26.5523 27 27 26.5523 27 26V12C27 11.4477 26.5523 11 26 11Z" stroke="#575A74" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
65+
<path d="M16 17.5625C16.7939 17.5625 17.4375 18.2061 17.4375 19C17.4375 19.7939 16.7939 20.4375 16 20.4375C15.2061 20.4375 14.5625 19.7939 14.5625 19C14.5625 18.2061 15.2061 17.5625 16 17.5625Z" fill="#575A74" stroke="#575A74" stroke-width="0.125"/>
66+
<path d="M11 11V7C11 5.67392 11.5268 4.40215 12.4645 3.46447C13.4021 2.52678 14.6739 2 16 2C17.3261 2 18.5979 2.52678 19.5355 3.46447C20.4732 4.40215 21 5.67392 21 7V11" stroke="#575A74" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
67+
</svg>
68+
</div>
69+
<div className='home__security-content-wrap'>
70+
<h2 className='home__security-heading'>Metadata-only Architecture</h2>
71+
<p className='home__security-description'>We never access or process your raw data</p>
72+
</div>
73+
</div>
74+
<div class="home__security-seperator"></div>
75+
<a className='home__security-link' href='/cloud/general/security-and-privacy'>
76+
<div>Security & Privacy</div>
77+
<div>
78+
<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 18 18" fill="none">
79+
<path d="M6.75 3.375L12.375 9L6.75 14.625" stroke="#FF24B6" stroke-width="1.125" stroke-linecap="round" stroke-linejoin="round"/>
80+
</svg>
81+
</div>
82+
</a>
83+
</div>
4784
</section>
4885

4986

@@ -233,7 +270,7 @@ icon: "house"
233270
</a></div>
234271
</div>
235272
<div class="home__mcp-image">
236-
<img src="https://res.cloudinary.com/diuctyblm/image/upload/v1756374052/Docs_u3uaft.svg" noZoom/>
273+
<img src="https://res.cloudinary.com/diuctyblm/image/upload/v1765219919/MCP_jlvhfu.png" noZoom/>
237274
</div>
238275
</div>
239276
</div>
@@ -404,7 +441,7 @@ icon: "house"
404441
</div>
405442
</div>
406443

407-
<div class="home__theme-purple">
444+
<div class="home__theme-purple-dark">
408445
<div class="home__container">
409446
<div class="home__guides-layout">
410447
<div class="home__guides">
@@ -891,14 +928,9 @@ export const Integration = ({ image, label, invertOnDark = false, link, comingSo
891928
className="home__integration__image"
892929
noZoom={true}
893930
data-invert-on-dark={invertOnDark}
894-
style={{ position: "relative", opacity: comingSoon ? "0.5" : "1" }}
931+
style={{ opacity: comingSoon ? "0.5" : "1" }}
895932
/>
896-
<div className="home__integration__label">{label}{comingSoon && <span style={{ fontSize: "12px", color: "#999" }}> (Coming Soon)</span>}</div>
897-
<style jsx>{`
898-
.home__integration .home__integration__coming-soon {
899-
opacity: 1 !important;
900-
}
901-
`}</style>
933+
<div className="home__integration__label">{label}{comingSoon && <span style={{ color: "#999" }}> (Coming Soon)</span>}</div>
902934
</div>
903935
);
904936
return link ? (

0 commit comments

Comments
 (0)