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