diff --git a/src/pages/index.tsx b/src/pages/index.tsx
index d48f6b0..92a5247 100644
--- a/src/pages/index.tsx
+++ b/src/pages/index.tsx
@@ -1,4 +1,5 @@
import Head from '@docusaurus/Link';
+import Layout from '@theme/Layout';
import React from 'react';
import { LayoutBase } from '../components/LayoutBase';
@@ -28,21 +29,23 @@ const IndexPage = () => {
type="image/webp"
/>
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
>
);
};