"use client"; import React from "react"; import { Card, CardContent, CardHeader, CardTitle } from "@/components/ui/card"; import { Badge } from "@/components/ui/badge"; import { AlertCircle, CheckCircle, FileText, Info, Wrench } from "lucide-react"; import { motion } from "framer-motion"; export function DashboardPreview() { return (
{/* Decorative blurs */}

Enterprise Grade Analysis

A comprehensive dashboard providing deep insights into manufacturing feasibility, risk factors, and tool requirements.
{/* Dashboard Header with gradient */}

PART-A92-REV3

Manufacturable
EST. CYCLE TIME: 4m 12s
{/* Left Column: Drawing Viewer & Agent Reasoning */}
3D model Analysis {/* Blueprint grid with gradient */}
Interactive CAD Viewer
Agent Reasoning Panel
{">"}

Analyzed 14 geometric features and 8 dimensional tolerances.

{">"}

Identified required operations: Facing, Roughing, Finishing, Tapping (M6x1.0).

{">"}

Tolerance ±0.01mm on ID fits within machine HAAS-VF2 capability.

{">"}

Conclusion: Part can be manufactured using standard shop tooling.

{/* Right Column: Risk Flags & Tools */}
Risk Flags

Deep Hole Drilling

L/D ratio is 6:1. Peck drilling recommended.

Thin Wall

Wall thickness 1.5mm. Watch for chatter.

Required Tools
T01 Face Mill 50mm
T04 End Mill 10mm
T12 Drill 5.0mm
T15 Tap M6x1.0
); } function BrainIcon(props: React.SVGProps) { return ( ); }