Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-03-09 05:42:02 +00:00

View File

@@ -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"
/>
</div>