mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-08-22 08:53:01 +02:00
Add og image for sql
This commit is contained in:
@@ -74,7 +74,6 @@ export function PremiumPage() {
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{/* Stats Section */}
|
|
||||||
<div className="mb-10 flex flex-wrap items-center justify-center gap-x-10 gap-y-8 lg:mb-20">
|
<div className="mb-10 flex flex-wrap items-center justify-center gap-x-10 gap-y-8 lg:mb-20">
|
||||||
<StatsItem icon={Users2} text="+100K Learners" />
|
<StatsItem icon={Users2} text="+100K Learners" />
|
||||||
<StatsItem icon={Bot} text="+160K Roadmaps" />
|
<StatsItem icon={Bot} text="+160K Roadmaps" />
|
||||||
@@ -82,7 +81,6 @@ export function PremiumPage() {
|
|||||||
<StatsItem icon={Wand2} text="+1M AI Chats" />
|
<StatsItem icon={Wand2} text="+1M AI Chats" />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{/* Features Grid */}
|
|
||||||
<div className="mb-10 lg:mb-20">
|
<div className="mb-10 lg:mb-20">
|
||||||
<p className="mb-8 text-center text-sm text-slate-400">
|
<p className="mb-8 text-center text-sm text-slate-400">
|
||||||
<PartyPopper className="relative -top-0.5 mr-2 inline-block h-4 w-4 text-blue-400" />
|
<PartyPopper className="relative -top-0.5 mr-2 inline-block h-4 w-4 text-blue-400" />
|
||||||
@@ -112,10 +110,8 @@ export function PremiumPage() {
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{/* Credibility Stats */}
|
|
||||||
<CredibilityStats />
|
<CredibilityStats />
|
||||||
|
|
||||||
{/* Pricing Section */}
|
|
||||||
<div className="mb-20 pt-10" id="pricing">
|
<div className="mb-20 pt-10" id="pricing">
|
||||||
<h2 className="mb-6 text-center text-3xl font-bold text-white lg:mb-12">
|
<h2 className="mb-6 text-center text-3xl font-bold text-white lg:mb-12">
|
||||||
Choose Your Plan
|
Choose Your Plan
|
||||||
@@ -188,7 +184,6 @@ export function PremiumPage() {
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{/* Final CTA */}
|
|
||||||
<div className="mx-auto max-w-3xl text-center">
|
<div className="mx-auto max-w-3xl text-center">
|
||||||
<h2 className="mb-4 text-3xl font-bold text-white">
|
<h2 className="mb-4 text-3xl font-bold text-white">
|
||||||
Not Ready to Commit Yet?
|
Not Ready to Commit Yet?
|
||||||
|
@@ -6,6 +6,7 @@ excludedBySlug: '/sql/how-long-to-learn'
|
|||||||
seo:
|
seo:
|
||||||
title: How Long Does It Take to Learn SQL? (An Expert's Take)
|
title: How Long Does It Take to Learn SQL? (An Expert's Take)
|
||||||
description: How long does it take to learn SQL? A seasoned expert shares what to expect, from basics to job-ready skills.
|
description: How long does it take to learn SQL? A seasoned expert shares what to expect, from basics to job-ready skills.
|
||||||
|
ogImageUrl: https://assets.roadmap.sh/guest/how-long-does-it-take-to-learn-sql-4o4jz.jpg
|
||||||
isNew: true
|
isNew: true
|
||||||
type: 'textual'
|
type: 'textual'
|
||||||
date: 2025-06-26
|
date: 2025-06-26
|
||||||
@@ -18,6 +19,8 @@ tags:
|
|||||||
- 'guide-sitemap'
|
- 'guide-sitemap'
|
||||||
---
|
---
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
With steady practice, you can start grasping basic SQL concepts in just a few days, grow confident writing queries within a month, and reach proficiency in advanced SQL concepts in three to six months.
|
With steady practice, you can start grasping basic SQL concepts in just a few days, grow confident writing queries within a month, and reach proficiency in advanced SQL concepts in three to six months.
|
||||||
|
|
||||||
However, before you mark your calendar, remember this timeline does not apply to everyone.
|
However, before you mark your calendar, remember this timeline does not apply to everyone.
|
||||||
|
Reference in New Issue
Block a user