From dff3c2bdf5004dd003f105ca6593ab4aadf8b8a2 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 18:33:28 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 35e722a..2486ee2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" @@ -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" imageAlt="CMC production facility" buttons={[ - { text: "Learn Our Story →", href: "#" }, - { text: "Get a Custom Quote →", href: "#contact" } + { text: "Learn Our Story →", href: "#" } ]} useInvertedBackground={true} /> -- 2.49.1