diff --git a/src/app/account/dashboard/explore/Course-overview/components/overview.tsx b/src/app/account/dashboard/explore/Course-overview/components/overview.tsx index 83479cf..5f8a26c 100644 --- a/src/app/account/dashboard/explore/Course-overview/components/overview.tsx +++ b/src/app/account/dashboard/explore/Course-overview/components/overview.tsx @@ -1,12 +1,102 @@ +import { Button } from "@/components/ui/button"; +import { Globe } from "lucide-react"; +import Image from "next/image"; +import { Suspense } from "react"; +import Jobcard from "@/public/img/Jobcard.png"; +const list = [ + `Learn the fundamentals of blockchain technology and its applications.`, + `Master smart contract development using Solidity`, + `Gain experience working with Ethereum and other popular blockchain platforms.`, + `Build, test, and deploy your own decentralized applications (dApps).`, + `Understand blockchain security best practices and scalability solutions.`, +]; -import React from 'react' +const courseDetails = [ + "24 Videos", + "10 Assignments", + "5 Articles", + "34,579 Enrollments", + "Unlimited Access", + "Certificate of Completion", +]; export const Overview = () => { return ( -
By Satoshi Nakamoto
++ Embark on your journey to becoming a blockchain expert with + Blockchain Development: Zero to Hero. This comprehensive course is + designed to take you from a complete beginner to a skilled + blockchain developer, equipped to build innovative decentralized + applications (dApps) and smart contracts. Whether you're a + tech enthusiast, developer, or entrepreneur, this course covers + everything you need to master blockchain development. From + understanding foundational concepts to hands-on coding in Solidity + and interacting with leading platforms like Ethereum and + Hyperledger, you'll gain practical skills and real-world + knowledge. By the end of the course, you'll have the + confidence to design and deploy secure blockchain solutions, + contribute to the decentralized economy, and transform industries + with your expertise. +
+