"use client" import { useState } from "react" import { Button } from "@/components/ui/button" import { Input } from "@/components/ui/input" import { Textarea } from "@/components/ui/textarea" import { Checkbox } from "@/components/ui/checkbox" import { Label } from "@/components/ui/label" import { Select, SelectContent, SelectItem, SelectTrigger, SelectValue, } from "@/components/ui/select" import { Card, CardContent, CardDescription, CardHeader, CardTitle } from "@/components/ui/card" export function SampleForm() { const [agreed, setAgreed] = useState(false) return ( Request a Consultation Tell us about your operational requirements. We'll assess whether a contained AI system can help.
e.preventDefault()}> {/* Name */}
{/* Email */}

We'll use this to schedule a call.

{/* Organization */}
{/* Industry */}
{/* Project Description */}