@@ -6,7 +6,7 @@ hide-toc: true
66layout : custom
77---
88
9- import { FernStatusWidget } from " ../../../components/FernStatus " ;
9+ import { FernFooter } from " ../../../components/FernFooter " ;
1010
1111<style >
1212 { `
@@ -315,76 +315,6 @@ import { FernStatusWidget } from "../../../components/FernStatus";
315315 </div >
316316
317317 { /* Footer */ }
318- <footer className = " footer" >
319- <div className = " footer-top" >
320- { /* Left Column - Logo and Status */ }
321- <a className = " footer-logo" href = " https://buildwithfern.com" >
322- <img src = " ./images/builtwithfern-light.svg" alt = " Fern" className = " footer-logo-img dark:hidden" noZoom />
323- <img src = " ./images/builtwithfern-dark.svg" alt = " Fern" className = " footer-logo-img hidden dark:block" noZoom />
324-
325- <img src = " ./images/builtwithfern-frame-light.svg" alt = " Fern" className = " footer-logo-frame dark:hidden" noZoom />
326- <img src = " ./images/builtwithfern-frame-dark.svg" alt = " Fern" className = " footer-logo-frame hidden dark:block" noZoom />
327- </a >
328-
329- <div className = " footer-status" >
330- { /* <a className="status-badge" href="https://status.buildwithfern.com">
331- <div className="status-indicator"></div>
332- <span className="status-text">All systems operational</span>
333- </a> */ }
334- <FernStatusWidget />
335-
336- <a className = " soc2-badge" href = " https://security.buildwithfern.com/" >
337- <img src = " ./images/soc2.svg" alt = " Soc 2 Type II" className = " soc2-badge-img" noZoom />
338- <span className = " status-text" >Soc 2 Type II</span >
339- </a >
340- </div >
341- </div >
342-
343- { /* Footer Links */ }
344- <div className = " footer-links" >
345- <div className = " footer-bottom-text" > © 2025 Fern • Located in Brooklyn, NY </div >
346- { /* Newsletter Signup */ }
347- { /* <div className="newsletter-container">
348- <div className="newsletter-label">Subscribe to our updates</div>
349- <div className="newsletter-form">
350- <div className="newsletter-input">
351- 352- </div>
353- <button className="newsletter-button">
354- </button>
355- </div>
356- </div> */ }
357- <div className = " footer-columns" >
358- <div className = " footer-column" >
359- <h4 className = " footer-column-title" >Documentation</h4 >
360- <div className = " footer-column-links" >
361- <a href = " /openapi/getting-started/overview" className = " footer-link" >OpenAPI Compatibility</a >
362- <a href = " /sdks/overview/introduction" className = " footer-link" >SDKs</a >
363- <a href = " docs/getting-started/overview" className = " footer-link" >Docs</a >
364- </div >
365- </div >
366-
367- <div className = " footer-column" >
368- <h4 className = " footer-column-title" >Resources</h4 >
369- <div className = " footer-column-links" >
370- <a href = " https://buildwithfern.com/blog" className = " footer-link" >Blog</a >
371- <a href = " #support" className = " footer-link" >Support</a >
372- <a href = " https://buildwithfern.com/pricing" className = " footer-link" >Pricing</a >
373- <a href = " https://buildwithfern.com/slack" className = " footer-link" >Slack</a >
374- </div >
375- </div >
376-
377- <div className = " footer-column" >
378- <h4 className = " footer-column-title" >Company</h4 >
379- <div className = " footer-column-links" >
380- <a href = " https://brandfetch.com/buildwithfern.com" className = " footer-link" >Brand Kit</a >
381- <a href = " https://github.com/fern-api/fern" className = " footer-link" >Github</a >
382- <a href = " https://buildwithfern.com/privacy-policy" className = " footer-link" >Privacy Policy</a >
383- <a href = " https://buildwithfern.com/terms-of-service" className = " footer-link" >Terms of Service</a >
384- </div >
385- </div >
386- </div >
387- </div >
388- </footer >
318+ <FernFooter />
389319 </div >
390320</div >
0 commit comments