Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user