1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-09-09 00:30:40 +02:00

Add course author messageg

This commit is contained in:
Kamran Ahmed
2025-02-06 15:46:30 +00:00
parent c92a183ef8
commit 23346ec007

View File

@@ -4,17 +4,12 @@ export function AuthorQuoteMessage() {
return (
<div className="mx-auto mt-14 max-w-2xl sm:mt-20">
<div className="relative overflow-hidden rounded-2xl bg-gradient-to-br from-yellow-500/10 via-yellow-400/5 to-yellow-300/10 p-6 sm:p-10">
{/* Decorative quote mark */}
<div className="absolute left-4 top-4 font-serif text-8xl text-yellow-500/10 sm:block hidden">
<QuoteIcon className="scale-x-[-1] fill-current" />
</div>
<div className="relative">
<p className="mb-6 text-base sm:text-xl leading-relaxed text-zinc-200">
As someone who has worked extensively with databases throughout my
"As someone who has worked extensively with databases throughout my
career, I know firsthand how crucial SQL skills are. I've created
this course to share the practical knowledge that has helped me
build and scale data systems at various companies.
build and scale data systems at various companies."
</p>
<div className="flex items-center gap-4 border-t border-yellow-500/20 pt-6">