From ea950f72b008ddbed3effe7303979182165164bd Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 17 Mar 2026 19:24:19 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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}