diff --git a/src/app/page.tsx b/src/app/page.tsx index 80e76cc..65b1075 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'; @@ -10,7 +10,7 @@ import TestimonialCardNine from '@/components/sections/testimonial/TestimonialCa import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo'; import ContactFaq from '@/components/sections/contact/ContactFaq'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; -import { BookOpen, MessageCircle, Sparkles, Zap } from "lucide-react"; +import { BookOpen, MessageCircle, Sparkles, Zap, Linkedin } from "lucide-react"; export default function LandingPage() { return ( @@ -316,7 +316,16 @@ export default function LandingPage() {
);