diff --git a/src/components/LessonSection.tsx b/src/components/LessonSection.tsx index f560b98..49ded91 100644 --- a/src/components/LessonSection.tsx +++ b/src/components/LessonSection.tsx @@ -1,7 +1,7 @@ -import React from "react"; -import Link from "next/link"; -import { lessons } from "@/data/lessons"; -import { ArrowRight } from "lucide-react"; +import React from 'react'; +import Link from 'next/link'; +import { lessons } from '@/data/lessons'; +import { ArrowRight } from 'lucide-react'; export default function LessonSection() { return ( @@ -16,12 +16,11 @@ export default function LessonSection() { target="_blank" href={lesson.link} key={index} - className="dark:bg-gray-900 bg-gray-200 p-6 rounded-lg shadow-lg transition duration-300 hover:shadow-xl hover:scale-105" + className="dark:bg-gray-900 bg-gray-200 pb-12 rounded-lg shadow-lg transition duration-300 hover:shadow-xl hover:scale-105" >
-

+

{lesson.title}