diff --git a/src/app/page.tsx b/src/app/page.tsx index c5a42b9..7694904 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FooterSimple from '@/components/sections/footer/FooterSimple'; -import { Award, ArrowRight, Hammer, HelpCircle, ImageSquare, Star } from 'lucide-react'; +import { Award, ArrowRight, Hammer, HelpCircle, Image, Star } from 'lucide-react'; export default function LandingPage() { return ( @@ -108,7 +108,7 @@ export default function LandingPage() { title="Project Gallery" description="Showcase of our finest work. Each project represents our commitment to quality, craftsmanship, and client satisfaction." tag="Our Portfolio" - tagIcon={ImageSquare} + tagIcon={Image} tagAnimation="slide-up" textboxLayout="default" useInvertedBackground={false}