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." > +
+ + +