diff --git a/src/app/portfolio/page.tsx b/src/app/portfolio/page.tsx index 00ea442..becb556 100644 --- a/src/app/portfolio/page.tsx +++ b/src/app/portfolio/page.tsx @@ -7,7 +7,7 @@ import ProductCardFour from "@/components/sections/product/ProductCardFour"; import TestimonialCardTwo from "@/components/sections/testimonial/TestimonialCardTwo"; import FaqBase from "@/components/sections/faq/FaqBase"; import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal"; -import { Star, HelpCircle } from "lucide-react"; +import { Star, HelpCircle, Camera } from "lucide-react"; const PortfolioPage = () => { const navItems = [ @@ -158,7 +158,7 @@ const PortfolioPage = () => { textboxLayout="default" useInvertedBackground={false} tag="Portfolio" - tagIcon="Camera" + tagIcon={Camera} tagAnimation="slide-up" buttons={[ {