From dfa90ac2cc1372456193c5e638f3082576a5b029 Mon Sep 17 00:00:00 2001 From: Ajay-Dhangar Date: Wed, 5 Jun 2024 19:48:29 +0530 Subject: [PATCH] added codes new for features --- src/pages/index.tsx | 17 +++++++++++++++-- static/ads.txt | 1 + static/robots.txt | 2 +- 3 files changed, 17 insertions(+), 3 deletions(-) create mode 100644 static/ads.txt diff --git a/src/pages/index.tsx b/src/pages/index.tsx index e3d5ddadf..8136b6139 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -7,6 +7,7 @@ import styles from "./index.module.css"; // import Features from "../components/HomePage/Features"; // import Courses from "../components/HomePage/Courses"; // import { featuresData, coursesData } from "../database/home"; +import Head from "@docusaurus/Head"; import Header from "../components/HomePage/Header"; import Tweet from "../components/Tweet"; import Tweets, { type TweetItem } from "../data/tweets"; @@ -74,6 +75,18 @@ export default function Home() { title={`Hello from ${siteConfig.title}`} description="Welcome to CodeHarborHub. Learn the basics to advanced concepts of web development. html, css, javascript, react, node.js, dsa, and more." > + + + +
@@ -146,8 +159,8 @@ export default function Home() { - +
); -} \ No newline at end of file +} diff --git a/static/ads.txt b/static/ads.txt new file mode 100644 index 000000000..c0d671985 --- /dev/null +++ b/static/ads.txt @@ -0,0 +1 @@ +google.com, pub-5832817025080991, DIRECT, f08c47fec0942fa0 \ No newline at end of file diff --git a/static/robots.txt b/static/robots.txt index dd8654aae..144c7d7b4 100644 --- a/static/robots.txt +++ b/static/robots.txt @@ -2,4 +2,4 @@ User-agent: * Allow: / -sitemap: https://ajay-dhangar.github.io/code-harbor-hub/sitemap.xml \ No newline at end of file +sitemap: https://codeharborhub.github.io//sitemap.xml \ No newline at end of file