9 Commits

Author SHA1 Message Date
dff3c2bdf5 Update src/app/page.tsx 2026-03-02 18:33:28 +00:00
3ca6653f68 Merge version_3 into main
Merge version_3 into main
2026-03-02 18:15:43 +00:00
6ddc473006 Update src/app/page.tsx 2026-03-02 18:15:38 +00:00
26af4fe8e3 Merge version_2 into main
Merge version_2 into main
2026-03-02 18:09:00 +00:00
0207ba8a80 Update src/app/page.tsx 2026-03-02 18:08:56 +00:00
63ab1545e5 Merge version_1 into main
Merge version_1 into main
2026-03-02 17:56:32 +00:00
25d500b5cd Merge version_1 into main
Merge version_1 into main
2026-03-02 17:55:11 +00:00
875636d4b8 Merge version_1 into main
Merge version_1 into main
2026-03-02 17:49:46 +00:00
7c46f85aa4 Merge version_1 into main
Merge version_1 into main
2026-03-02 17:47:50 +00:00

View File

@@ -9,7 +9,7 @@ import MetricCardEleven from "@/components/sections/metrics/MetricCardEleven";
import MediaAbout from "@/components/sections/about/MediaAbout";
import SocialProofOne from "@/components/sections/socialProof/SocialProofOne";
import FooterCard from "@/components/sections/footer/FooterCard";
import { Facebook, Linkedin } from "lucide-react";
import { Linkedin, Facebook } from "lucide-react";
export default function LandingPage() {
return (
@@ -102,22 +102,22 @@ export default function LandingPage() {
description="304/316 stainless steel. FDA/USDA/3-A Sanitary compliant. Precision-engineered for critical environments."
products={[
{
id: "conveyor-systems", name: "Conveyor Systems", price: "Custom", variant: "Modular Design", imageSrc: "http://img.b2bpic.net/free-photo/production-chrome-background-with-pipes-wires-metal-pipes-closeup-industrial-plant-inside-view-rectangular-metal-pipes-steel-materials-construction-supplies_645730-144.jpg?_wi=2", imageAlt: "Hygienic conveyor systems"
id: "conveyor-systems", name: "Conveyor Systems", price: "Contact for Quote", variant: "Modular Design", imageSrc: "http://img.b2bpic.net/free-photo/production-chrome-background-with-pipes-wires-metal-pipes-closeup-industrial-plant-inside-view-rectangular-metal-pipes-steel-materials-construction-supplies_645730-144.jpg?_wi=2", imageAlt: "Hygienic conveyor systems"
},
{
id: "hygienic-plumbing", name: "Hygienic Plumbing", price: "Custom", variant: "Turnkey Install", imageSrc: "http://img.b2bpic.net/free-photo/industrial-zonethe-equipment-oil-refiningnumber-electric-motors-with-reducers-food-industry-details-distribution-system-modern-brewery-equipment-industrial-tools_645730-827.jpg?_wi=3", imageAlt: "Sanitary drainage solutions"
id: "hygienic-plumbing", name: "Hygienic Plumbing", price: "Contact for Quote", variant: "Turnkey Install", imageSrc: "http://img.b2bpic.net/free-photo/industrial-zonethe-equipment-oil-refiningnumber-electric-motors-with-reducers-food-industry-details-distribution-system-modern-brewery-equipment-industrial-tools_645730-827.jpg?_wi=3", imageAlt: "Sanitary drainage solutions"
},
{
id: "tables-carts", name: "Tables & Carts", price: "Custom", variant: "304/316 SS", imageSrc: "http://img.b2bpic.net/free-photo/dishwasher-door-half-open-close-detail-macro-view_169016-70928.jpg?_wi=1", imageAlt: "Stainless steel work tables"
id: "tables-carts", name: "Tables & Carts", price: "Contact for Quote", variant: "304/316 SS", imageSrc: "http://img.b2bpic.net/free-photo/dishwasher-door-half-open-close-detail-macro-view_169016-70928.jpg?_wi=1", imageAlt: "Stainless steel work tables"
},
{
id: "custom-fabrication", name: "Custom Fabrication", price: "Custom", variant: "±0.005\" Tolerance", imageSrc: "http://img.b2bpic.net/free-photo/engineer-controlling-plasma-laser-cutting-metal_7502-4472.jpg?_wi=3", imageAlt: "CNC precision fabrication"
id: "custom-fabrication", name: "Custom Fabrication", price: "Contact for Quote", variant: "±0.005\" Tolerance", imageSrc: "http://img.b2bpic.net/free-photo/engineer-controlling-plasma-laser-cutting-metal_7502-4472.jpg?_wi=3", imageAlt: "CNC precision fabrication"
},
{
id: "hygiene-control", name: "Hygiene Control", price: "Custom", variant: "FDA Compliant", imageSrc: "http://img.b2bpic.net/free-photo/doctor-washing-her-hands_624325-2866.jpg?_wi=2", imageAlt: "Hygiene zone products"
id: "hygiene-control", name: "Hygiene Control", price: "Contact for Quote", variant: "FDA Compliant", imageSrc: "http://img.b2bpic.net/free-photo/doctor-washing-her-hands_624325-2866.jpg?_wi=2", imageAlt: "Hygiene zone products"
},
{
id: "construction-products", name: "Construction Products", price: "Custom", variant: "Custom Finish", imageSrc: "http://img.b2bpic.net/free-photo/modern-operational-plant-equipment-with-some-bags-chemicals-heavy-industry-machinery-metalworking-workshop-concept_645730-450.jpg?_wi=1", imageAlt: "Access doors and panels"
id: "construction-products", name: "Construction Products", price: "Contact for Quote", variant: "Custom Finish", imageSrc: "http://img.b2bpic.net/free-photo/modern-operational-plant-equipment-with-some-bags-chemicals-heavy-industry-machinery-metalworking-workshop-concept_645730-450.jpg?_wi=1", imageAlt: "Access doors and panels"
}
]}
gridVariant="three-columns-all-equal-width"