import { BugOff, DatabaseZap, FileUser, GlobeLock } from 'lucide-react'
import Image from 'next/image'
import React from 'react'
import certi from '@/public/certi.png'
const certificates = [
{
icon: ,
title: "Industry-Recognized Certification",
content: "Gain a certificate that validates your expertise and enhances your career opportunities."
},
{
icon: ,
title: "Hands-On Skill Development",
content: "Master real-world skills through practical projects and industry-relevant coursework."
},
{
icon: ,
title: "Boost Your Resume & Credibility",
content: "Showcase your achievements and stand out in the competitive job market."
},
{
icon: ,
title: "Global Career Opportunities",
content: "Leverage your certification to unlock job prospects worldwide in top tech industries."
},
]
const Certificate = () => {
return (
Skills Certificate from the Binary Qubit
Our platform is built on the principles of innovation, quality, and inclusivity, aiming to provide a seamless learning education
{certificates.map((c, i) => (
))}
)
}
export default Certificate