diff --git a/src/components/sections/CertificationsSection.tsx b/src/components/sections/CertificationsSection.tsx index 938b61b..61f2455 100644 --- a/src/components/sections/CertificationsSection.tsx +++ b/src/components/sections/CertificationsSection.tsx @@ -11,6 +11,12 @@ export default function CertificationsSection({ title = "Certifications & Achievements", subtitle = "My professional qualifications and continuous learning", certifications = [ + { + name: "Prompt Engineering from Scratch", + issuer: "Udemy", + year: "2025", + icon: "" + }, { name: "Understanding Typescript", issuer: "Udemy", @@ -61,10 +67,10 @@ export default function CertificationsSection({