From eaaf00d7e7fabd9143ac836bd152ab24a5c963ee Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 22:33:57 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 398e874..758ff46 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -147,10 +147,10 @@ export default function HomePage() { animationType="slide-up" metrics={[ { - id: "1", value: "±2mm", title: "Tolerance Standard", description: "Architectural-grade precision in all installations", imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-safety-vest-with-building-plans_23-2148269299.jpg?_wi=1", imageAlt: "Professional quality control inspection and measurement" + id: "1", value: "100%", title: "Material Specification", description: "Every finish, fixture, and texture pre-approved and verified", imageSrc: "http://img.b2bpic.net/free-photo/scenery-designers-work_23-2149741786.jpg?_wi=1", imageAlt: "Organized material samples and premium finish selections" }, { - id: "2", value: "100%", title: "Material Specification", description: "Every finish, fixture, and texture pre-approved and verified", imageSrc: "http://img.b2bpic.net/free-photo/scenery-designers-work_23-2149741786.jpg?_wi=1", imageAlt: "Organized material samples and premium finish selections" + id: "2", value: "±2mm", title: "Tolerance Standard", description: "Architectural-grade precision in all installations", imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-safety-vest-with-building-plans_23-2148269299.jpg?_wi=1", imageAlt: "Professional quality control inspection and measurement" } ]} /> -- 2.49.1