diff --git a/src/app/page.tsx b/src/app/page.tsx index 35c7dbf..7c98198 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,4 +1,4 @@ -"use client" +"use client"; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import HeroLogoBillboardSplitImage from '@/components/sections/hero/HeroLogoBillboardSplitImage'; @@ -8,7 +8,7 @@ import TestimonialCardTwelve from '@/components/sections/testimonial/Testimonial import ContactText from '@/components/sections/contact/ContactText'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import { Sparkles, Award } from "lucide-react"; +import { Sparkles, Award, Linkedin } from "lucide-react"; export default function ITSchoolPage() { return ( @@ -32,7 +32,8 @@ export default function ITSchoolPage() { { name: "About", id: "about" }, { name: "Courses", id: "courses" }, { name: "Testimonials", id: "testimonials" }, - { name: "Contact", id: "contact" } + { name: "Contact", id: "contact" }, + { name: "LinkedIn", id: "linkedin", icon: Linkedin, href: "https://www.linkedin.com/company/bimbim-v-pope-dum/" } ]} button={{ text: "Get Started",