From 11f5c3ac8dc9a681cc96469f730f9a0ddf678828 Mon Sep 17 00:00:00 2001 From: Daniel Ruppin Date: Tue, 30 Dec 2025 20:35:18 +0100 Subject: [PATCH 01/26] Removed border-radius --- docs/one-ai/08-use-cases/capture.md | 4 +- docs/one-ai/08-use-cases/chip.md | 4 +- docs/one-ai/08-use-cases/difference.md | 4 +- docs/one-ai/08-use-cases/pcb.md | 2 +- docs/one-ai/09-industries/agriculture.md | 22 +++---- docs/one-ai/09-industries/foodbeverage.md | 22 +++---- docs/one-ai/09-industries/healthcare.md | 22 +++---- docs/one-ai/09-industries/manufacturing.md | 22 +++---- src/components/ContactUs/index.tsx | 46 +++++++-------- src/components/CookieConsent/index.tsx | 8 +-- .../HomeHero/SoftwareWindow/DeployView.tsx | 2 +- .../HomeHero/components/HeroButton.tsx | 2 +- src/components/LiteYouTubeEmbed/index.tsx | 9 ++- src/components/PartnerFilterWizard/index.tsx | 20 +++---- src/components/SalesBanner/index.tsx | 2 +- src/components/SupportBanner/index.tsx | 2 +- .../VideoShowcase/VideoShowcaseCard.tsx | 7 +-- src/css/custom.css | 57 +++++++++++++++++-- src/pages/about-us.tsx | 2 +- src/pages/careers.tsx | 1 + src/pages/index.tsx | 6 +- src/pages/one-ai.tsx | 2 +- src/pages/studio.tsx | 8 +-- src/theme/AnnouncementBar/index.tsx | 2 +- src/theme/Footer/Copyright/index.tsx | 2 +- 25 files changed, 154 insertions(+), 126 deletions(-) diff --git a/docs/one-ai/08-use-cases/capture.md b/docs/one-ai/08-use-cases/capture.md index 4fc8596f..c9fee9cd 100644 --- a/docs/one-ai/08-use-cases/capture.md +++ b/docs/one-ai/08-use-cases/capture.md @@ -11,7 +11,7 @@ import LiteYouTubeEmbed from '@site/src/components/LiteYouTubeEmbed'; From **[potato chip inspection](/docs/one-ai/use-cases/chip)** to **[PCB defect detection](/docs/one-ai/use-cases/pcb)**, ONE AI has shown that it can generate models that are not only **leaner and faster**, but also **more accurate** than both universal networks and hand-crafted expert designs. These results have been confirmed in our joint whitepaper with Altera—where even a decade-old MAX® 10 FPGA outperformed Nvidia’s Jetson Orin Nano—and in independent PCB benchmarks, where ONE AI surpassed researcher-built architectures while running more than ten times faster.
- Camera Tool capturing images for QC + Camera Tool capturing images for QC
But high-performance models are only the first step. With the **Camera Tool**, they can be used for industry automation or turned into a **production-ready quality control station** instantly - without custom UI development or complex integration work. @@ -27,7 +27,7 @@ The Camera Tool already provides a clean, full-screen operator interface with cl A standard NUC PC and a USB camera are enough. The AI model runs locally, while the Camera Tool handles capture, decision-making, and operator interaction. For production, it connects seamlessly to a PLC to control sorting or rejection systems.
- Camera Tool capturing images for QC + Camera Tool capturing images for QC
**Continuous improvement built in** diff --git a/docs/one-ai/08-use-cases/chip.md b/docs/one-ai/08-use-cases/chip.md index 18714be0..45016794 100644 --- a/docs/one-ai/08-use-cases/chip.md +++ b/docs/one-ai/08-use-cases/chip.md @@ -15,11 +15,11 @@ The challenge: reliably detecting burn marks and defects in real time on a fast
- Good quality potato chip + Good quality potato chip

Good

- Defective potato chip with burn marks + Defective potato chip with burn marks

Defective (Burn Marks)

diff --git a/docs/one-ai/08-use-cases/difference.md b/docs/one-ai/08-use-cases/difference.md index 7e937906..19f897e1 100644 --- a/docs/one-ai/08-use-cases/difference.md +++ b/docs/one-ai/08-use-cases/difference.md @@ -11,8 +11,8 @@ In quality control and surveillance applications, detecting small differences be To demonstrate this capability, ONE AI was tested on a synthetically created [bird and drone detection dataset](/docs/one-ai/tutorials/difference-image-demo#dataset-overview) featuring small objects (7-10% of image size), complex city backgrounds with detailed buildings, and varying lighting conditions. The model was benchmarked against YOLOv8, a state-of-the-art object detection network.
- Reference Template - Test Image with Objects + Reference Template + Test Image with Objects
--- diff --git a/docs/one-ai/08-use-cases/pcb.md b/docs/one-ai/08-use-cases/pcb.md index 5b58cda7..23f40389 100644 --- a/docs/one-ai/08-use-cases/pcb.md +++ b/docs/one-ai/08-use-cases/pcb.md @@ -11,7 +11,7 @@ Printed Circuit Board (PCB) quality inspection is a critical step in electronics ONE AI was tested on the same dataset and benchmarked against both **researcher-designed models** and **universal off-the-shelf networks**.
- PCB Quality Control Example + PCB Quality Control Example
--- diff --git a/docs/one-ai/09-industries/agriculture.md b/docs/one-ai/09-industries/agriculture.md index 84e3a234..4f1e78e8 100644 --- a/docs/one-ai/09-industries/agriculture.md +++ b/docs/one-ai/09-industries/agriculture.md @@ -10,7 +10,7 @@ Agriculture faces challenges from pests, disease, and unpredictable weather whil
- Camera Tool capturing images for QC + Camera Tool capturing images for QC
ONE AI brings real-time intelligence directly to the field, running on tractors, drones, and IoT devices to monitor crops, protect yields, and optimize operations without relying on the cloud. @@ -41,8 +41,7 @@ By automating most steps of AI development, ONE AI delivers instant, accurate in textAlign:'center', cursor:'pointer', transition:'transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease', - padding:'15px', - borderRadius:'12px', + padding:'15px', backgroundColor:'transparent', ':hover': { transform:'translateY(-5px)', @@ -62,7 +61,7 @@ By automating most steps of AI development, ONE AI delivers instant, accurate in e.currentTarget.style.backgroundColor = 'transparent'; }} > - Quality Control Manufacturing + Quality Control Manufacturing

Crop Stress Detection

Drones and Vision AI identify early signs of disease, drought, or nutrient deficiency, enabling faster intervention and healthier yields.

@@ -73,8 +72,7 @@ By automating most steps of AI development, ONE AI delivers instant, accurate in textAlign:'center', cursor:'pointer', transition:'transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease', - padding:'15px', - borderRadius:'12px', + padding:'15px', backgroundColor:'transparent', ':hover': { transform:'translateY(-5px)', @@ -94,7 +92,7 @@ By automating most steps of AI development, ONE AI delivers instant, accurate in e.currentTarget.style.backgroundColor = 'transparent'; }} > - Industrial Applications + Industrial Applications

Livestock Monitoring

Vision AI analyzes animal movement and behavior to detect stress or illness early, improving herd health and productivity.

@@ -108,8 +106,7 @@ By automating most steps of AI development, ONE AI delivers instant, accurate in textAlign:'center', cursor:'pointer', transition:'transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease', - padding:'15px', - borderRadius:'12px', + padding:'15px', backgroundColor:'transparent', ':hover': { transform:'translateY(-5px)', @@ -129,7 +126,7 @@ By automating most steps of AI development, ONE AI delivers instant, accurate in e.currentTarget.style.backgroundColor = 'transparent'; }} > - Predictive Maintenance + Predictive Maintenance

Precision Farming

Vision AI guides automated spraying, irrigation, and harvesting to optimize efficiency and reduce resource waste.

@@ -140,8 +137,7 @@ By automating most steps of AI development, ONE AI delivers instant, accurate in textAlign:'center', cursor:'pointer', transition:'transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease', - padding:'15px', - borderRadius:'12px', + padding:'15px', backgroundColor:'transparent', ':hover': { transform:'translateY(-5px)', @@ -161,7 +157,7 @@ By automating most steps of AI development, ONE AI delivers instant, accurate in e.currentTarget.style.backgroundColor = 'transparent'; }} > - Robotics Integration + Robotics Integration

Field Analytics

On-site Vision AI delivers actionable insights directly from tractors, drones, and field devices even without connectivity.

diff --git a/docs/one-ai/09-industries/foodbeverage.md b/docs/one-ai/09-industries/foodbeverage.md index a4e7724f..e6df5f5e 100644 --- a/docs/one-ai/09-industries/foodbeverage.md +++ b/docs/one-ai/09-industries/foodbeverage.md @@ -10,7 +10,7 @@ From ingredient inspection to packaging verification and production automation,
- Camera Tool capturing images for QC + Camera Tool capturing images for QC
ONE AI runs locally on factory hardware, providing fast, precise AI performance without cloud dependency or costly system upgrades. @@ -41,8 +41,7 @@ By automating most steps of AI deployment, ONE AI delivers instant results and o textAlign:'center', cursor:'pointer', transition:'transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease', - padding:'15px', - borderRadius:'12px', + padding:'15px', backgroundColor:'transparent', ':hover': { transform:'translateY(-5px)', @@ -62,7 +61,7 @@ By automating most steps of AI deployment, ONE AI delivers instant results and o e.currentTarget.style.backgroundColor = 'transparent'; }} > - Quality Control Manufacturing + Quality Control Manufacturing

Ingredient and Product Inspection

Vision AI detects defects, discoloration, and contamination in food and beverage products to ensure consistent quality.

@@ -73,8 +72,7 @@ By automating most steps of AI deployment, ONE AI delivers instant results and o textAlign:'center', cursor:'pointer', transition:'transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease', - padding:'15px', - borderRadius:'12px', + padding:'15px', backgroundColor:'transparent', ':hover': { transform:'translateY(-5px)', @@ -94,7 +92,7 @@ By automating most steps of AI deployment, ONE AI delivers instant results and o e.currentTarget.style.backgroundColor = 'transparent'; }} > - Industrial Applications + Industrial Applications

Packaging and Label Verification

Automated vision checks confirm label accuracy, print quality, and sealing integrity for compliance and traceability.

@@ -108,8 +106,7 @@ By automating most steps of AI deployment, ONE AI delivers instant results and o textAlign:'center', cursor:'pointer', transition:'transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease', - padding:'15px', - borderRadius:'12px', + padding:'15px', backgroundColor:'transparent', ':hover': { transform:'translateY(-5px)', @@ -129,7 +126,7 @@ By automating most steps of AI deployment, ONE AI delivers instant results and o e.currentTarget.style.backgroundColor = 'transparent'; }} > - Predictive Maintenance + Predictive Maintenance

Automated Production Steps

AI automates repetitive visual checks and quality decisions throughout the production line — reducing manual effort and increasing speed.

@@ -140,8 +137,7 @@ By automating most steps of AI deployment, ONE AI delivers instant results and o textAlign:'center', cursor:'pointer', transition:'transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease', - padding:'15px', - borderRadius:'12px', + padding:'15px', backgroundColor:'transparent', ':hover': { transform:'translateY(-5px)', @@ -161,7 +157,7 @@ By automating most steps of AI deployment, ONE AI delivers instant results and o e.currentTarget.style.backgroundColor = 'transparent'; }} > - Robotics Integration + Robotics Integration

Filling and Bottling Line Monitoring

Vision AI analyzes fill levels, cap alignment, and label positioning to guarantee perfect presentation and consistency.

diff --git a/docs/one-ai/09-industries/healthcare.md b/docs/one-ai/09-industries/healthcare.md index fcd9e903..9cc29baf 100644 --- a/docs/one-ai/09-industries/healthcare.md +++ b/docs/one-ai/09-industries/healthcare.md @@ -10,7 +10,7 @@ From medical image analysis to workflow optimization and patient monitoring, hea
- Camera Tool capturing images for QC + Camera Tool capturing images for QC
ONE AI brings instant intelligence directly to the point of care, running on existing devices without relying on the cloud. @@ -41,8 +41,7 @@ By automating most steps of AI development, ONE AI enables clinicians to adopt a textAlign:'center', cursor:'pointer', transition:'transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease', - padding:'15px', - borderRadius:'12px', + padding:'15px', backgroundColor:'transparent', ':hover': { transform:'translateY(-5px)', @@ -62,7 +61,7 @@ By automating most steps of AI development, ONE AI enables clinicians to adopt a e.currentTarget.style.backgroundColor = 'transparent'; }} > - Quality Control Manufacturing + Quality Control Manufacturing

Prescription and Inventory Verification

AI automatically validates medication labeling, stock accuracy, and prescription fulfillment to improve patient safety.

@@ -73,8 +72,7 @@ By automating most steps of AI development, ONE AI enables clinicians to adopt a textAlign:'center', cursor:'pointer', transition:'transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease', - padding:'15px', - borderRadius:'12px', + padding:'15px', backgroundColor:'transparent', ':hover': { transform:'translateY(-5px)', @@ -94,7 +92,7 @@ By automating most steps of AI development, ONE AI enables clinicians to adopt a e.currentTarget.style.backgroundColor = 'transparent'; }} > - Industrial Applications + Industrial Applications

Medical Image Analysis

Advanced Vision AI enhances diagnostic accuracy across X-rays, MRIs, and ultrasound scans in real time.

@@ -108,8 +106,7 @@ By automating most steps of AI development, ONE AI enables clinicians to adopt a textAlign:'center', cursor:'pointer', transition:'transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease', - padding:'15px', - borderRadius:'12px', + padding:'15px', backgroundColor:'transparent', ':hover': { transform:'translateY(-5px)', @@ -129,7 +126,7 @@ By automating most steps of AI development, ONE AI enables clinicians to adopt a e.currentTarget.style.backgroundColor = 'transparent'; }} > - Predictive Maintenance + Predictive Maintenance

Automated Equipment Inspection

Vision AI ensures the precision and reliability of medical devices, instruments, and imaging systems.

@@ -140,8 +137,7 @@ By automating most steps of AI development, ONE AI enables clinicians to adopt a textAlign:'center', cursor:'pointer', transition:'transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease', - padding:'15px', - borderRadius:'12px', + padding:'15px', backgroundColor:'transparent', ':hover': { transform:'translateY(-5px)', @@ -161,7 +157,7 @@ By automating most steps of AI development, ONE AI enables clinicians to adopt a e.currentTarget.style.backgroundColor = 'transparent'; }} > - Robotics Integration + Robotics Integration

Continuous Patient Monitoring

Sensor-based AI tracks vital signs in real time, detecting early changes to enable faster clinical response through automated visual checks.

diff --git a/docs/one-ai/09-industries/manufacturing.md b/docs/one-ai/09-industries/manufacturing.md index 8f6fe80f..332b7009 100644 --- a/docs/one-ai/09-industries/manufacturing.md +++ b/docs/one-ai/09-industries/manufacturing.md @@ -10,7 +10,7 @@ From automated defect detection to process optimization and predictive maintenan
- Camera Tool capturing images for QC + Camera Tool capturing images for QC
ONE AI brings fast, precise intelligence directly to the factory floor, running on existing hardware, improving quality and enabling predictive insights without costly upgrades. @@ -41,8 +41,7 @@ By [automating most steps of AI development](/docs/one-ai/use-cases/camera-tool) textAlign:'center', cursor:'pointer', transition:'transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease', - padding:'15px', - borderRadius:'12px', + padding:'15px', backgroundColor:'transparent', ':hover': { transform:'translateY(-5px)', @@ -62,7 +61,7 @@ By [automating most steps of AI development](/docs/one-ai/use-cases/camera-tool) e.currentTarget.style.backgroundColor = 'transparent'; }} > - Quality Control Manufacturing + Quality Control Manufacturing

Quality Control

Automated defect detection and real-time quality assessment using existing or retrofitted cameras.

@@ -73,8 +72,7 @@ By [automating most steps of AI development](/docs/one-ai/use-cases/camera-tool) textAlign:'center', cursor:'pointer', transition:'transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease', - padding:'15px', - borderRadius:'12px', + padding:'15px', backgroundColor:'transparent', ':hover': { transform:'translateY(-5px)', @@ -94,7 +92,7 @@ By [automating most steps of AI development](/docs/one-ai/use-cases/camera-tool) e.currentTarget.style.backgroundColor = 'transparent'; }} > - Industrial Applications + Industrial Applications

Smart Manufacturing

Automation and workflow optimization for enhanced efficiency and streamlined production processes.

@@ -108,8 +106,7 @@ By [automating most steps of AI development](/docs/one-ai/use-cases/camera-tool) textAlign:'center', cursor:'pointer', transition:'transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease', - padding:'15px', - borderRadius:'12px', + padding:'15px', backgroundColor:'transparent', ':hover': { transform:'translateY(-5px)', @@ -129,7 +126,7 @@ By [automating most steps of AI development](/docs/one-ai/use-cases/camera-tool) e.currentTarget.style.backgroundColor = 'transparent'; }} > - Predictive Maintenance + Predictive Maintenance

Predictive Maintenance

Early detection of wear and potential failures using sensor and image data.

@@ -140,8 +137,7 @@ By [automating most steps of AI development](/docs/one-ai/use-cases/camera-tool) textAlign:'center', cursor:'pointer', transition:'transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease', - padding:'15px', - borderRadius:'12px', + padding:'15px', backgroundColor:'transparent', ':hover': { transform:'translateY(-5px)', @@ -161,7 +157,7 @@ By [automating most steps of AI development](/docs/one-ai/use-cases/camera-tool) e.currentTarget.style.backgroundColor = 'transparent'; }} > - Robotics Integration + Robotics Integration

Robotics Integration

Intelligent robotics integration for enhanced automation and precision manufacturing.

diff --git a/src/components/ContactUs/index.tsx b/src/components/ContactUs/index.tsx index f7c58225..52dbfed8 100644 --- a/src/components/ContactUs/index.tsx +++ b/src/components/ContactUs/index.tsx @@ -163,7 +163,7 @@ export default function ContactUs({ compact = false, subtitle }: ContactUsProps)
-
+
{mode === "select" && (
{formStatus === "error" && ( -
+

An error occurred while sending your message.

@@ -331,7 +331,7 @@ export default function ContactUs({ compact = false, subtitle }: ContactUsProps)