@@ -54,7 +54,7 @@ export default function Home(): JSX.Element {
5454 } else {
5555 mainWrapper . classList . remove ( "remove-default-components" , "landing-page-container" , "custom-head" , "custom-a" , "custom-img" ) ;
5656 }
57-
57+
5858 // Cleanup on component unmount
5959 return ( ) => {
6060 mainWrapper . classList . remove ( "remove-default-components" , "landing-page-container" , "custom-head" , "custom-a" , "custom-img" ) ;
@@ -77,7 +77,7 @@ image_query = gl.ask_confident(detector, image)
7777print(image_query)` ;
7878// Split the code into lines
7979 const codeLines = code . split ( "\n" ) ;
80-
80+
8181 return (
8282 < Layout
8383 title = { `${ siteConfig . title } ` }
@@ -167,7 +167,7 @@ print(image_query)`;
167167 < div className = { baseStyles . integrationcompatibilityitem } >
168168 < h3 className = { baseStyles . title } > API</ h3 >
169169 < p > API to let you access your models in the cloud - no need to run your own models or hardware.</ p >
170- < a href = "/python-sdk/docs/getting-started " className = { `${ baseStyles . cmnButton } ${ baseStyles . outline } ` } > Learn More</ a >
170+ < a href = "/python-sdk/api-reference- docs/" className = { `${ baseStyles . cmnButton } ${ baseStyles . outline } ` } > Learn More</ a >
171171 </ div >
172172 < div className = { baseStyles . integrationcompatibilityitem } >
173173 < h3 className = { baseStyles . title } > Fast Edge Inference</ h3 >
@@ -249,7 +249,7 @@ print(image_query)`;
249249 < h3 className = { baseStyles . title } > Support</ h3 >
250250 < p > Reach out to us for questions and get an answer from a real human being.</ p >
251251 </ div >
252- < a href = "support@groundlight.ai" className = { baseStyles . cmnButton } > Contact us</ a >
252+ < a href = "mailto: support@groundlight.ai" className = { baseStyles . cmnButton } > Contact us</ a >
253253 </ div >
254254 </ div >
255255 </ div >
@@ -286,7 +286,7 @@ print(image_query)`;
286286 </ ul >
287287 </ div >
288288 </ div >
289- < div className = { baseStyles . copyright } > Copyright © 2024 Groundlight AI.</ div >
289+ < div className = { baseStyles . copyright } > Copyright © { new Date ( ) . getFullYear ( ) } Groundlight AI.</ div >
290290 </ div >
291291 </ footer >
292292 </ main >
0 commit comments