From 37ac9ad709e6ee00a43b9214c5ef83ae66ed695e Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 17:49:41 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 60 ++++++++++++++++++++++++------------------------ 1 file changed, 30 insertions(+), 30 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index bdb0ce4..e6159e3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,7 +19,7 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="smallMedium" sizing="mediumLarge" - background="noise" + background="circleGradient" cardStyle="outline" primaryButtonStyle="diagonal-gradient" secondaryButtonStyle="radial-glow" @@ -46,22 +46,22 @@ export default function LandingPage() { title="One Trusted Partner. Complete Accountability." description="From engineering design through fabrication, installation, and audit preparation — Chicago Metalcraft is the Midwest's only integrated hygienic stainless steel partner for critical environments." tag="Complete Hygienic Solutions" - background={{ variant: "noise" }} + background={{ variant: "sparkles-gradient" }} mediaItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/professional-engineer-controlling-process-plasma-cutting_7502-4464.jpg", imageAlt: "CMC fabrication facility with CNC equipment" }, { - 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=1", imageAlt: "Hygienic conveyor system installation" + 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", imageAlt: "Hygienic conveyor system installation" }, { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-shot-screw-cutting-machine-factory-that-makes-metal-details_645730-52.jpg?_wi=1", imageAlt: "Modern manufacturing floor facility" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-shot-screw-cutting-machine-factory-that-makes-metal-details_645730-52.jpg", imageAlt: "Modern manufacturing floor facility" }, { - 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=1", imageAlt: "Sanitary drain and plumbing installation" + 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", imageAlt: "Sanitary drain and plumbing installation" }, { - imageSrc: "http://img.b2bpic.net/free-photo/young-manual-worker-presenting-new-business-strategy-company-managers-his-colleagues-factory_637285-4142.jpg?_wi=1", imageAlt: "Engineering team at work" + imageSrc: "http://img.b2bpic.net/free-photo/young-manual-worker-presenting-new-business-strategy-company-managers-his-colleagues-factory_637285-4142.jpg", imageAlt: "Engineering team at work" } ]} buttons={[ @@ -75,16 +75,16 @@ export default function LandingPage() { @@ -191,7 +191,7 @@ export default function LandingPage() { title="The Only Integrated Hygienic Solutions Partner in the Midwest" description="CMC occupies a unique position — the only company combining custom fabrication, hygienic product distribution, AND professional installation. Other companies are fabricators OR equipment suppliers OR installers. CMC does all three under one roof with complete project accountability.\n\nWith two modern production facilities in South Elgin and Rockford, Illinois, CMC delivers regional responsiveness with advanced CNC laser cutting, 5-axis waterjet, and precision tube bending capabilities. Part of Group AEM, providing the scale and stability of an established industrial group while maintaining personalized service." tag="WHY CHICAGO METALCRAFT" - 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" imageAlt="CMC production facility" buttons={[ { text: "Learn Our Story →", href: "#" } @@ -220,7 +220,7 @@ export default function LandingPage() { description="Tell us your challenges. We'll engineer the right solution — from design through installation." features={[ { - id: "quote-cta", title: "Get Started", description: "Begin your project with a free consultation and custom quote.", imageSrc: "http://img.b2bpic.net/free-photo/young-manual-worker-presenting-new-business-strategy-company-managers-his-colleagues-factory_637285-4142.jpg?_wi=2", imageAlt: "Team collaboration" + id: "quote-cta", title: "Get Started", description: "Begin your project with a free consultation and custom quote.", imageSrc: "http://img.b2bpic.net/free-photo/young-manual-worker-presenting-new-business-strategy-company-managers-his-colleagues-factory_637285-4142.jpg", imageAlt: "Team collaboration" } ]} gridVariant="one-large-right-three-stacked-left" -- 2.49.1