"use client"; import { CompanyGoalsCard } from "@/components/company-goals/company-goals-card"; export default function CompanyGoalsPage() { return (

Company Goals

The organization's charter — north star, objectives, constraints, and operating policy that steer every agent's work.

); }