Update src/app/portfolio/page.tsx

This commit is contained in:
2026-03-15 20:47:36 +00:00
parent 65a917b777
commit 91b80c7177

View File

@@ -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={[
{