1
1
import Link from "@docusaurus/Link" ;
2
2
// import useBaseUrl from '@docusaurus/useBaseUrl';
3
- import ThemedImage from '@theme/ThemedImage' ;
3
+ // import ThemedImage from '@theme/ThemedImage';
4
4
import Translate from "@docusaurus/Translate" ;
5
5
import useDocusaurusContext from "@docusaurus/useDocusaurusContext" ;
6
6
import Layout from "@theme/Layout" ;
@@ -10,8 +10,8 @@ import Benchmark from "../components/Benchmark";
10
10
import AnimatedGradientStarWithGithub from "../components/MagicUi/animated-shiny-text" ;
11
11
import BlurFade from "../components/MagicUi/blur-fade" ;
12
12
import BentoGridCard from "../components/MagicUi/card" ;
13
- import StarrySky from "../components/StarrySky" ;
14
- import { AuroraBackground } from "../components/ui/aurora-back" ;
13
+ // import StarrySky from "../components/StarrySky";
14
+ // import { AuroraBackground } from "../components/ui/aurora-back";
15
15
import styles from "./index.module.css" ;
16
16
17
17
function HomepageHeader ( ) {
@@ -113,11 +113,6 @@ const HomeBaseContent = () => {
113
113
114
114
return (
115
115
< >
116
- < ThemedImage sources = { {
117
- light : < StarrySky /> ,
118
- dark : < AuroraBackground /> ,
119
- } }
120
- />
121
116
{ mainContent }
122
117
</ >
123
118
) ;
@@ -130,7 +125,7 @@ export default function Home() {
130
125
< Layout
131
126
//@ts -ignore
132
127
title = { `${ siteConfig . title } Documentation` }
133
- description = "Description will go into a meta tag in <head />"
128
+ description = { siteConfig . tagline }
134
129
>
135
130
< HomeBaseContent />
136
131
</ Layout >
0 commit comments