diff --git a/components/pages/home/index.js b/components/pages/home/index.js
index de1824a..0e4bb21 100644
--- a/components/pages/home/index.js
+++ b/components/pages/home/index.js
@@ -11,14 +11,34 @@ import CtaSection from './sections/CtaSection';
import SampleStorySection from './sections/SampleStorySection';
import links from '@/data/links';
+import Head from 'next/head';
export default function HomePage({ versionNumber }) {
return (
-
+ <>
+
+
+
+
+
+
+
window.open(links.githubProject)}>
CodeEdit is currently in development. Check out the roadmap.
-
+
{/* */}
{/* */}
@@ -28,6 +48,6 @@ export default function HomePage({ versionNumber }) {
*/}
{/* */}
{/* */}
-
+ >
);
}
diff --git a/components/pages/whats-new/index.js b/components/pages/whats-new/index.js
index 804d9a5..dd74b2a 100644
--- a/components/pages/whats-new/index.js
+++ b/components/pages/whats-new/index.js
@@ -45,6 +45,14 @@ export default function WhatsNewPage({ releases }) {
content="The CodeEdit blog is the source for news about CodeEdit. Read project news, get updates, and read about community progress."
>
+
+
diff --git a/pages/_app.js b/pages/_app.js
index 391c5e4..269aaf5 100644
--- a/pages/_app.js
+++ b/pages/_app.js
@@ -13,23 +13,6 @@ function MyApp({ Component, pageProps }) {
name="viewport"
content="width=device-width, initial-scale=1, maximum-scale=1, shrink-to-fit=no, user-scalable=no, viewport-fit=cover"
/>
-
-
-
-
-