diff --git a/docs/src/pages/index.tsx b/docs/src/pages/index.tsx index a9205c32..1e5585c9 100644 --- a/docs/src/pages/index.tsx +++ b/docs/src/pages/index.tsx @@ -54,7 +54,7 @@ export default function Home(): JSX.Element { } else { mainWrapper.classList.remove("remove-default-components", "landing-page-container", "custom-head", "custom-a", "custom-img"); } - + // Cleanup on component unmount return () => { 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) print(image_query)`; // Split the code into lines const codeLines = code.split("\n"); - + return (

API

API to let you access your models in the cloud - no need to run your own models or hardware.

- Learn More + Learn More

Fast Edge Inference

@@ -249,7 +249,7 @@ print(image_query)`;

Support

Reach out to us for questions and get an answer from a real human being.

- Contact us + Contact us @@ -286,7 +286,7 @@ print(image_query)`; -
Copyright © 2024 Groundlight AI.
+
Copyright © {new Date().getFullYear()} Groundlight AI.