diff --git a/src/app/page.tsx b/src/app/page.tsx index 014f5a0..edc5be6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; import ContactCTA from '@/components/sections/contact/ContactCTA'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; -import { Sparkles, Shield, Zap, Award, Target, Cog, Mail } from "lucide-react"; +import { Sparkles, Shield, Zap, Award, Target, Cog, Mail, Gallery } from "lucide-react"; export default function LandingPage() { return ( @@ -194,7 +194,7 @@ export default function LandingPage() { title="Featured Work" description="Showcase of our most impressive metal fabrication projects for luxury and commercial spaces." tag="Portfolio" - tagIcon={Mail} + tagIcon={Gallery} tagAnimation="slide-up" products={[ { @@ -223,7 +223,7 @@ export default function LandingPage() { className="py-20" containerClassName="max-w-6xl mx-auto" textBoxClassName="text-center mb-16" - cardTitleClassName="text-4xl md:text-5xl font-bold text-foreground" + cardClassName="text-4xl md:text-5xl font-bold text-foreground" />