diff --git a/apps/web/src/app/main/courses/components/CourseCard.tsx b/apps/web/src/app/main/courses/components/CourseCard.tsx
index d830c4d..cbdb80c 100755
--- a/apps/web/src/app/main/courses/components/CourseCard.tsx
+++ b/apps/web/src/app/main/courses/components/CourseCard.tsx
@@ -24,8 +24,7 @@ export default function CourseCard({ course }: CourseCardProps) {
onClick={() => handleClick(course)}
key={course.id}
hoverable
- className="group overflow-hidden rounded-2xl border border-gray-200 bg-white
- shadow-xl hover:shadow-2xl transition-all duration-300 transform hover:-translate-y-2"
+ className="group overflow-hidden rounded-2xl border border-gray-200 bg-white shadow-xl hover:shadow-2xl transition-all duration-300 transform hover:-translate-y-2"
cover={
{
return (
-
+
diff --git a/apps/web/src/app/main/home/components/CoursesSection.tsx b/apps/web/src/app/main/home/components/CoursesSection.tsx
index 902e979..e890b62 100755
--- a/apps/web/src/app/main/home/components/CoursesSection.tsx
+++ b/apps/web/src/app/main/home/components/CoursesSection.tsx
@@ -43,16 +43,16 @@ const CoursesSection: React.FC = ({
type: TaxonomySlug.CATEGORY,
});
return (
-
+
+
-
+
{title}
-
diff --git a/apps/web/src/app/main/home/components/HeroSection.tsx b/apps/web/src/app/main/home/components/HeroSection.tsx
index 17aa228..192761f 100755
--- a/apps/web/src/app/main/home/components/HeroSection.tsx
+++ b/apps/web/src/app/main/home/components/HeroSection.tsx
@@ -111,7 +111,7 @@ const HeroSection = () => {
{
countStatistics > 1 && (
-
+
{platformStats.map((stat, index) => {
return stat.value
? (
-
+