diff --git a/src/app/page.tsx b/src/app/page.tsx index 28b524a..806b006 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,4 +1,4 @@ -"use client" +"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; @@ -11,7 +11,7 @@ import TestimonialCardTwelve from '@/components/sections/testimonial/Testimonial import FaqBase from '@/components/sections/faq/FaqBase'; import ContactText from '@/components/sections/contact/ContactText'; import FooterSocial from '@/components/sections/footer/FooterSocial'; -import { Code, Graduation, Zap, Users, Star, HelpCircle, Github, Linkedin, Twitter, Mail } from "lucide-react"; +import { Code, GraduationCap, Zap, Users, Star, HelpCircle, Github, Linkedin, Twitter, Mail } from "lucide-react"; export default function LandingPage() { return ( @@ -94,7 +94,7 @@ export default function LandingPage() { title="Our Learning Path" description="Progress through structured modules designed to take you from beginner to professional developer" tag="Curriculum" - tagIcon={Graduation} + tagIcon={GraduationCap} features={[ { id: 1,