Skip to content

Commit 9a4d633

Browse files
Kapil GowruKapil Gowru
authored andcommitted
feat: adding homepage designs
1 parent c400924 commit 9a4d633

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

fern/products/home/pages/welcome.mdx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -297,6 +297,7 @@ layout: custom
297297
box-shadow: 0 1.5em 1.375em 0 #0087000a, 0 .5em .5em #0087000f, 0 .25em .25em #00870012, 0 .15625em .125rem #00870014, 0 .071875em .75em #0087001f;
298298
cursor: pointer;
299299
width: fit-content;
300+
gap: 0.5rem;
300301
301302
&:hover {
302303
border-color: var(--accent-10);
@@ -682,7 +683,7 @@ layout: custom
682683
</p>
683684
</div>
684685

685-
<img src="./images/docs-mockup.png" alt="Docs Mockup" className="docs-preview-img" />
686+
<img src="./images/docs-preview.svg" alt="Docs Preview" className="docs-preview-img" />
686687

687688
<div className="action-buttons-vertical">
688689
<button className="btn-primary">
@@ -722,7 +723,7 @@ layout: custom
722723
</p>
723724
</div>
724725

725-
<img src="./images/ai-search-mockup.png" alt="AI Search Mockup" className="ai-search-preview-img" />
726+
<img src="./images/ai-search-preview.svg" alt="AI Search Mockup" className="ai-search-preview-img" />
726727

727728
<div className="action-buttons">
728729
<button className="btn-primary">

0 commit comments

Comments
 (0)