Update src/app/portfolio/page.tsx
This commit is contained in:
@@ -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={[
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user