Update src/app/page.tsx

This commit is contained in:
2025-12-29 10:48:58 +00:00
parent 701580f708
commit 3316e5824b

View File

@@ -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,