2 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

View File

@@ -102,22 +102,22 @@ export default function LandingPage() {
description="304/316 stainless steel. FDA/USDA/3-A Sanitary compliant. Precision-engineered for critical environments." description="304/316 stainless steel. FDA/USDA/3-A Sanitary compliant. Precision-engineered for critical environments."
products={[ 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" gridVariant="three-columns-all-equal-width"
@@ -194,8 +194,7 @@ export default function LandingPage() {
imageSrc="http://img.b2bpic.net/free-photo/close-up-shot-screw-cutting-machine-factory-that-makes-metal-details_645730-52.jpg?_wi=4" imageSrc="http://img.b2bpic.net/free-photo/close-up-shot-screw-cutting-machine-factory-that-makes-metal-details_645730-52.jpg?_wi=4"
imageAlt="CMC production facility" imageAlt="CMC production facility"
buttons={[ buttons={[
{ text: "Learn Our Story →", href: "#" }, { text: "Learn Our Story →", href: "#" }
{ text: "Get a Custom Quote →", href: "#contact" }
]} ]}
useInvertedBackground={true} useInvertedBackground={true}
/> />