From 3cd897590a3ec9632ffa0e610841c99bab1c7df6 Mon Sep 17 00:00:00 2001 From: Kamran Ahmed Date: Mon, 30 Jun 2025 23:31:17 +0100 Subject: [PATCH] Improve variant page --- .../SQLCourseVariant/SQLCourseVariantPage.tsx | 37 ++++++++----------- 1 file changed, 16 insertions(+), 21 deletions(-) diff --git a/src/components/SQLCourseVariant/SQLCourseVariantPage.tsx b/src/components/SQLCourseVariant/SQLCourseVariantPage.tsx index a50003903..779210c05 100644 --- a/src/components/SQLCourseVariant/SQLCourseVariantPage.tsx +++ b/src/components/SQLCourseVariant/SQLCourseVariantPage.tsx @@ -31,13 +31,13 @@ export function SQLCourseVariantPage() { target="_blank" className="transition-opacity hover:opacity-100" > - +

Master SQL Queries

-

+

Complete course with AI Tutor, real-world challenges and more

@@ -50,25 +50,20 @@ export function SQLCourseVariantPage() { 7-day money-back guarantee.

-
-
-
-
- - 55+ Lessons -
-
- - 100+ Challenges -
-
- - AI Tutor -
-
- - Integrated IDE -
+
+
+
+ {[ + { Icon: NotebookTextIcon, text: '55+ Lessons' }, + { Icon: FileQuestionIcon, text: '100+ Challenges' }, + { Icon: BrainIcon, text: 'AI Tutor' }, + { Icon: CodeIcon, text: 'Integrated IDE' }, + ].map(({ Icon, text }, index) => ( +
+ + {text} +
+ ))}