@@ -54,7 +54,7 @@ export default function Home(): JSX.Element {
54
54
} else {
55
55
mainWrapper . classList . remove ( "remove-default-components" , "landing-page-container" , "custom-head" , "custom-a" , "custom-img" ) ;
56
56
}
57
-
57
+
58
58
// Cleanup on component unmount
59
59
return ( ) => {
60
60
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)
77
77
print(image_query)` ;
78
78
// Split the code into lines
79
79
const codeLines = code . split ( "\n" ) ;
80
-
80
+
81
81
return (
82
82
< Layout
83
83
title = { `${ siteConfig . title } ` }
@@ -167,7 +167,7 @@ print(image_query)`;
167
167
< div className = { baseStyles . integrationcompatibilityitem } >
168
168
< h3 className = { baseStyles . title } > API</ h3 >
169
169
< 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 >
171
171
</ div >
172
172
< div className = { baseStyles . integrationcompatibilityitem } >
173
173
< h3 className = { baseStyles . title } > Fast Edge Inference</ h3 >
@@ -249,7 +249,7 @@ print(image_query)`;
249
249
< h3 className = { baseStyles . title } > Support</ h3 >
250
250
< p > Reach out to us for questions and get an answer from a real human being.</ p >
251
251
</ div >
252
- < a href = "[email protected] " className = { baseStyles . cmnButton } > Contact us
</ a >
252
+ < a href = "mailto: [email protected] " className = { baseStyles . cmnButton } > Contact us
</ a >
253
253
</ div >
254
254
</ div >
255
255
</ div >
@@ -286,7 +286,7 @@ print(image_query)`;
286
286
</ ul >
287
287
</ div >
288
288
</ div >
289
- < div className = { baseStyles . copyright } > Copyright © 2024 Groundlight AI.</ div >
289
+ < div className = { baseStyles . copyright } > Copyright © { new Date ( ) . getFullYear ( ) } Groundlight AI.</ div >
290
290
</ div >
291
291
</ footer >
292
292
</ main >
0 commit comments