diff --git a/src/components/SQLCourse/SQLCoursePage.tsx b/src/components/SQLCourse/SQLCoursePage.tsx index 2a9e7dc7e..04f660a81 100644 --- a/src/components/SQLCourse/SQLCoursePage.tsx +++ b/src/components/SQLCourse/SQLCoursePage.tsx @@ -311,7 +311,7 @@ export function SQLCoursePage() { @@ -370,9 +370,7 @@ export function SQLCoursePage() { diff --git a/src/pages/courses/sql.astro b/src/pages/courses/sql.astro index eeb80f7a8..ba5861eea 100644 --- a/src/pages/courses/sql.astro +++ b/src/pages/courses/sql.astro @@ -7,7 +7,7 @@ import SkeletonLayout from '../../layouts/SkeletonLayout.astro'; title='Master SQL' briefTitle='Learn SQL from the ground up' ogImageUrl='https://assets.roadmap.sh/guest/sql-course-bjc53.png' - description='Learn SQL from the ground up. This course covers the basics of SQL, intermediate concepts, and advanced topics.' + description='Learn SQL from the ground up. This SQL programming class is designed to help you go from beginner to expert through hands-on practice with real-world scenarios, mastering everything from basic to complex queries.' keywords={['sql', 'database', 'database management', 'database administration']} canonicalUrl='/courses/sql' >