From db040e7e2ffdf38c4e89411e43751436372eb129 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 18:50:11 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b6c20a8..99d6345 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -15,11 +15,11 @@ export default function VisionSyncLanding() { return ( @@ -110,13 +110,13 @@ export default function VisionSyncLanding() { id: "workplace", name: "Workplace Safety", price: "PPE Compliance", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOwG6UBG1VgAzptAMsnXE4YBZC/a-live-demo-showing-visionsync-detecting-1772477273728-5d692d6a.png", imageAlt: "Workplace safety PPE detection interface", initialQuantity: 1 }, { - id: "traffic", name: "Traffic Analytics", price: "Vehicle Counting", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOwG6UBG1VgAzptAMsnXE4YBZC/traffic-analytics-dashboard-displaying-v-1772477273660-d2887677.png?_wi=1", imageAlt: "Traffic analytics and vehicle detection dashboard", initialQuantity: 1 + id: "traffic", name: "Traffic Analytics", price: "Vehicle Counting", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOwG6UBG1VgAzptAMsnXE4YBZC/traffic-analytics-dashboard-displaying-v-1772477273660-d2887677.png", imageAlt: "Traffic analytics and vehicle detection dashboard", initialQuantity: 1 }, { - id: "manufacturing", name: "Manufacturing QA", price: "Defect Detection", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOwG6UBG1VgAzptAMsnXE4YBZC/manufacturing-quality-control-screen-usi-1772477275658-4b9c8ded.png?_wi=1", imageAlt: "Manufacturing quality control defect detection", initialQuantity: 1 + id: "manufacturing", name: "Manufacturing QA", price: "Defect Detection", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOwG6UBG1VgAzptAMsnXE4YBZC/manufacturing-quality-control-screen-usi-1772477275658-4b9c8ded.png", imageAlt: "Manufacturing quality control defect detection", initialQuantity: 1 }, { - id: "restaurant", name: "Restaurant Ops", price: "Occupancy Monitor", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOwG6UBG1VgAzptAMsnXE4YBZC/restaurant-operations-dashboard-monitori-1772477273814-6a808913.png?_wi=1", imageAlt: "Restaurant occupancy and table management", initialQuantity: 1 + id: "restaurant", name: "Restaurant Ops", price: "Occupancy Monitor", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOwG6UBG1VgAzptAMsnXE4YBZC/restaurant-operations-dashboard-monitori-1772477273814-6a808913.png", imageAlt: "Restaurant occupancy and table management", initialQuantity: 1 } ]} gridVariant="four-items-2x2-equal-grid" @@ -134,7 +134,7 @@ export default function VisionSyncLanding() {