From 256efc68bbf9f056f28af6dc4cb4aa55d269cc08 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 05:40:44 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 59 +++++++++++++++++++++++++++++------------------- 1 file changed, 36 insertions(+), 23 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7c8c19f..014f5a0 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, Gallery } from "lucide-react"; +import { Sparkles, Shield, Zap, Award, Target, Cog, Mail } from "lucide-react"; export default function LandingPage() { return ( @@ -55,10 +55,10 @@ export default function LandingPage() { buttonAnimation="slide-up" mediaItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/carpenter-works-with-professional-precision-drilling-tool_169016-51824.jpg", imageAlt: "Metal fabrication with welding sparks" }, - { imageSrc: "http://img.b2bpic.net/free-photo/experienced-worker-is-repairing-metal-parts-machine-tool-busy-factory_613910-5498.jpg?_wi=1", imageAlt: "Premium metal fabrication facility" }, - { imageSrc: "http://img.b2bpic.net/free-photo/black-white-photo-modern-building_250224-369.jpg?_wi=1", imageAlt: "Modern architectural metalwork" }, - { imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-boxes-walking-up-stairs-home-moving-day_169016-69318.jpg?_wi=1", imageAlt: "Luxury metal railings design" }, - { imageSrc: "http://img.b2bpic.net/free-photo/wood-steel-staircase-scandinavian-minimalism-loft-interior_169016-69135.jpg?_wi=1", imageAlt: "Contemporary steel staircase" }, + { imageSrc: "http://img.b2bpic.net/free-photo/experienced-worker-is-repairing-metal-parts-machine-tool-busy-factory_613910-5498.jpg", imageAlt: "Premium metal fabrication facility" }, + { imageSrc: "http://img.b2bpic.net/free-photo/black-white-photo-modern-building_250224-369.jpg", imageAlt: "Modern architectural metalwork" }, + { imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-boxes-walking-up-stairs-home-moving-day_169016-69318.jpg", imageAlt: "Luxury metal railings design" }, + { imageSrc: "http://img.b2bpic.net/free-photo/wood-steel-staircase-scandinavian-minimalism-loft-interior_169016-69135.jpg", imageAlt: "Contemporary steel staircase" }, ]} mediaAnimation="slide-up" background={{ variant: "radial-gradient" }} @@ -78,7 +78,7 @@ export default function LandingPage() { tagAnimation="blur-reveal" buttons={[{ text: "Learn More", href: "#services" }]} buttonAnimation="blur-reveal" - imageSrc="http://img.b2bpic.net/free-photo/experienced-worker-is-repairing-metal-parts-machine-tool-busy-factory_613910-5498.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/experienced-worker-is-repairing-metal-parts-machine-tool-busy-factory_613910-5498.jpg" imageAlt="Zoid Metal Forms fabrication facility" useInvertedBackground={false} className="py-20" @@ -97,16 +97,20 @@ export default function LandingPage() { features={[ { id: 1, - title: "Custom Metal Fabrication", description: "Precision-crafted metal components designed to your exact specifications with meticulous attention to detail and technical accuracy.", imageSrc: "http://img.b2bpic.net/free-photo/technological-piece-background_23-2148882601.jpg?_wi=1", imageAlt: "Custom metal fabrication process"}, + title: "Custom Metal Fabrication", description: "Precision-crafted metal components designed to your exact specifications with meticulous attention to detail and technical accuracy.", imageSrc: "http://img.b2bpic.net/free-photo/technological-piece-background_23-2148882601.jpg", imageAlt: "Custom metal fabrication process" + }, { id: 2, - title: "Architectural Metalwork", description: "Modern metal structures, facades, and decorative elements that enhance building aesthetics while maintaining structural integrity.", imageSrc: "http://img.b2bpic.net/free-photo/black-white-photo-modern-building_250224-369.jpg?_wi=2", imageAlt: "Modern architectural metalwork"}, + title: "Architectural Metalwork", description: "Modern metal structures, facades, and decorative elements that enhance building aesthetics while maintaining structural integrity.", imageSrc: "http://img.b2bpic.net/free-photo/black-white-photo-modern-building_250224-369.jpg", imageAlt: "Modern architectural metalwork" + }, { id: 3, - title: "Structural Metal Forms", description: "High-strength forms engineered for demanding construction projects with rigorous quality standards and certification.", imageSrc: "http://img.b2bpic.net/free-photo/woman-carrying-laptop-full-shot_23-2148993856.jpg", imageAlt: "Industrial structural metal forms"}, + title: "Structural Metal Forms", description: "High-strength forms engineered for demanding construction projects with rigorous quality standards and certification.", imageSrc: "http://img.b2bpic.net/free-photo/woman-carrying-laptop-full-shot_23-2148993856.jpg", imageAlt: "Industrial structural metal forms" + }, { id: 4, - title: "CNC & Precision Cutting", description: "High-accuracy cutting and shaping using advanced fabrication tools for complex and intricate metal components.", imageSrc: "http://img.b2bpic.net/free-photo/welder-working-with-steel_1385-8.jpg?_wi=1", imageAlt: "Advanced CNC metal cutting technology"}, + title: "CNC & Precision Cutting", description: "High-accuracy cutting and shaping using advanced fabrication tools for complex and intricate metal components.", imageSrc: "http://img.b2bpic.net/free-photo/welder-working-with-steel_1385-8.jpg", imageAlt: "Advanced CNC metal cutting technology" + }, ]} buttons={[{ text: "Get a Custom Quote", href: "#contact" }]} buttonAnimation="slide-up" @@ -115,7 +119,7 @@ export default function LandingPage() { className="py-20" containerClassName="max-w-6xl mx-auto" textBoxClassName="text-center mb-16" - titleClassName="text-4xl md:text-5xl font-bold text-foreground" + cardTitleClassName="text-4xl md:text-5xl font-bold text-foreground" /> @@ -161,23 +165,27 @@ export default function LandingPage() { features={[ { id: 1, - title: "Consultation", description: "We discuss your project requirements, specifications, and vision to establish clear parameters for fabrication.", imageSrc: "http://img.b2bpic.net/free-photo/couple-hanging-art-picture-wall_1398-1789.jpg?_wi=1", imageAlt: "Project consultation phase"}, + title: "Consultation", description: "We discuss your project requirements, specifications, and vision to establish clear parameters for fabrication.", imageSrc: "http://img.b2bpic.net/free-photo/couple-hanging-art-picture-wall_1398-1789.jpg", imageAlt: "Project consultation phase" + }, { id: 2, - title: "Design & Engineering", description: "Our team develops detailed fabrication plans and technical drawings ensuring precision and structural integrity.", imageSrc: "http://img.b2bpic.net/free-photo/welder-working-with-steel_1385-8.jpg?_wi=2", imageAlt: "Design and engineering phase"}, + title: "Design & Engineering", description: "Our team develops detailed fabrication plans and technical drawings ensuring precision and structural integrity.", imageSrc: "http://img.b2bpic.net/free-photo/welder-working-with-steel_1385-8.jpg", imageAlt: "Design and engineering phase" + }, { id: 3, - title: "Fabrication", description: "Precision manufacturing using advanced machinery and skilled craftspeople to bring your design to life.", imageSrc: "http://img.b2bpic.net/free-photo/technological-piece-background_23-2148882601.jpg?_wi=2", imageAlt: "Fabrication and manufacturing phase"}, + title: "Fabrication", description: "Precision manufacturing using advanced machinery and skilled craftspeople to bring your design to life.", imageSrc: "http://img.b2bpic.net/free-photo/technological-piece-background_23-2148882601.jpg", imageAlt: "Fabrication and manufacturing phase" + }, { id: 4, - title: "Delivery", description: "Your metal forms are completed, inspected, and delivered ready for seamless installation on your project.", imageSrc: "http://img.b2bpic.net/free-photo/wood-steel-staircase-scandinavian-minimalism-loft-interior_169016-69135.jpg?_wi=2", imageAlt: "Final delivery and installation"}, + title: "Delivery", description: "Your metal forms are completed, inspected, and delivered ready for seamless installation on your project.", imageSrc: "http://img.b2bpic.net/free-photo/wood-steel-staircase-scandinavian-minimalism-loft-interior_169016-69135.jpg", imageAlt: "Final delivery and installation" + }, ]} textboxLayout="default" useInvertedBackground={false} className="py-20" containerClassName="max-w-6xl mx-auto" textBoxClassName="text-center mb-16" - titleClassName="text-4xl md:text-5xl font-bold text-foreground" + cardTitleClassName="text-4xl md:text-5xl font-bold text-foreground" /> @@ -186,19 +194,24 @@ export default function LandingPage() { title="Featured Work" description="Showcase of our most impressive metal fabrication projects for luxury and commercial spaces." tag="Portfolio" - tagIcon={Gallery} + tagIcon={Mail} tagAnimation="slide-up" products={[ { - id: "staircase", name: "Modern Steel Staircase", price: "Custom Quote", variant: "Architectural Metalwork", imageSrc: "http://img.b2bpic.net/free-photo/wood-steel-staircase-scandinavian-minimalism-loft-interior_169016-69135.jpg?_wi=3", imageAlt: "Modern steel staircase design"}, + id: "staircase", name: "Modern Steel Staircase", price: "Custom Quote", variant: "Architectural Metalwork", imageSrc: "http://img.b2bpic.net/free-photo/wood-steel-staircase-scandinavian-minimalism-loft-interior_169016-69135.jpg", imageAlt: "Modern steel staircase design" + }, { - id: "panels", name: "Custom Architectural Panels", price: "Custom Quote", variant: "Facade Systems", imageSrc: "http://img.b2bpic.net/free-photo/details-railing-stairs-modern-building-shadow-reflection-windows_158595-6486.jpg", imageAlt: "Architectural metal panels"}, + id: "panels", name: "Custom Architectural Panels", price: "Custom Quote", variant: "Facade Systems", imageSrc: "http://img.b2bpic.net/free-photo/details-railing-stairs-modern-building-shadow-reflection-windows_158595-6486.jpg", imageAlt: "Architectural metal panels" + }, { - id: "frames", name: "Industrial Structural Frames", price: "Custom Quote", variant: "Commercial Projects", imageSrc: "http://img.b2bpic.net/free-photo/portrait-worker-near-metalworking-machine_176420-4653.jpg", imageAlt: "Structural metal frames"}, + id: "frames", name: "Industrial Structural Frames", price: "Custom Quote", variant: "Commercial Projects", imageSrc: "http://img.b2bpic.net/free-photo/portrait-worker-near-metalworking-machine_176420-4653.jpg", imageAlt: "Structural metal frames" + }, { - id: "railings", name: "Luxury Metal Railings", price: "Custom Quote", variant: "Premium Finishes", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-boxes-walking-up-stairs-home-moving-day_169016-69318.jpg?_wi=2", imageAlt: "Luxury metal railings"}, + id: "railings", name: "Luxury Metal Railings", price: "Custom Quote", variant: "Premium Finishes", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-boxes-walking-up-stairs-home-moving-day_169016-69318.jpg", imageAlt: "Luxury metal railings" + }, { - id: "features", name: "Designer Wall Features", price: "Custom Quote", variant: "Decorative Elements", imageSrc: "http://img.b2bpic.net/free-photo/couple-hanging-art-picture-wall_1398-1789.jpg?_wi=2", imageAlt: "Designer metal wall features"}, + id: "features", name: "Designer Wall Features", price: "Custom Quote", variant: "Decorative Elements", imageSrc: "http://img.b2bpic.net/free-photo/couple-hanging-art-picture-wall_1398-1789.jpg", imageAlt: "Designer metal wall features" + }, ]} gridVariant="uniform-all-items-equal" animationType="slide-up" @@ -210,7 +223,7 @@ export default function LandingPage() { className="py-20" containerClassName="max-w-6xl mx-auto" textBoxClassName="text-center mb-16" - titleClassName="text-4xl md:text-5xl font-bold text-foreground" + cardTitleClassName="text-4xl md:text-5xl font-bold text-foreground" /> -- 2.49.1