diff --git a/components/DownloadBtn.jsx b/components/DownloadBtn.jsx new file mode 100644 index 00000000..bae6a357 --- /dev/null +++ b/components/DownloadBtn.jsx @@ -0,0 +1,15 @@ +import React from "react"; + +export default function DownloadBtn() { + return ( +
+ ); +} diff --git a/components/Hero.jsx b/components/Hero.jsx new file mode 100644 index 00000000..7d74d9cb --- /dev/null +++ b/components/Hero.jsx @@ -0,0 +1,75 @@ +import Link from "next/link"; +import React from "react"; +export default function Hero() { + const links = [ + { + title: "Typescript in Next Js", + path: "/programming-tutorials/nextjs/next-typescript", + }, + { title: "Roadmaps Must see", path: "/roadmaps" }, + { title: "Desishub Lessons", path: "/programming-tutorials" }, + { title: "YouTube Video Tutorials", path: "#" }, + { title: "Website Templates Guides", path: "#" }, + { title: "Course Guides", path: "#" }, + { title: "Desishub Courses", path: "#" }, + { title: "How to Guides", path: "#" }, + ]; + + return ( ++ + + Introducing + + + Next Js + Fullstack Course + + Next Js Fullstack Course + +
++ Master any dev challenge with Desishub's all-in-one handbook. From + roadmaps to video tutorials, conquer frontend, backend, and design + with ease. This guide empowers you with everything you need to + become a top developer. +
++ Desishub's all-in-one handbook. From roadmaps to video tutorials, + conquer frontend, backend, and design with ease. +
+,