From 299ac2c4f279ef9187943d91738603089a99b1b9 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 27 Apr 2026 16:05:27 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6ce62aa..4a0d8e2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -88,15 +88,15 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - title: "Precision Fabrication", description: "High-accuracy metal fabrication and welding solutions for complex industrial components.", bentoComponent: { bentoComponent: "reveal-icon", icon: Settings }, + title: "Precision Fabrication", description: "High-accuracy metal fabrication and welding solutions for complex industrial components.", bentoComponent: "reveal-icon", icon: Settings, imageSrc: "http://img.b2bpic.net/free-photo/carpenter-drawing-blueprints-notepad-studio-make-wooden-art-piece_482257-93677.jpg", imageAlt: "industrial engineering machine workshop" }, { - title: "Structural Design", description: "Custom engineering plans and structural analysis tailored for heavy-duty industrial applications.", bentoComponent: { bentoComponent: "reveal-icon", icon: DraftingCompass }, + title: "Structural Design", description: "Custom engineering plans and structural analysis tailored for heavy-duty industrial applications.", bentoComponent: "reveal-icon", icon: DraftingCompass, imageSrc: "http://img.b2bpic.net/free-photo/3d-graphic-artists-sketching-mechanical-asset-using-advanced-software-technology-modeling-expert-optimising-polygon-count-geometry-mesh-order-improve-visual-quality_482257-42941.jpg", imageAlt: "industrial engineering machine workshop" }, { - title: "CNC Machining", description: "Advanced automated CNC machining for high-volume, repeatable, and precise production runs.", bentoComponent: { bentoComponent: "reveal-icon", icon: Cpu }, + title: "CNC Machining", description: "Advanced automated CNC machining for high-volume, repeatable, and precise production runs.", bentoComponent: "reveal-icon", icon: Cpu, imageSrc: "http://img.b2bpic.net/free-photo/smiley-business-man-outdoor_23-2148479594.jpg", imageAlt: "industrial engineering machine workshop" } ]} -- 2.49.1