Update src/app/page.tsx

This commit is contained in:
2026-03-17 19:24:19 +00:00
parent ae125ec274
commit ea950f72b0

View File

@@ -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}