From cfaaf2fbaff60c7e179ea5cc43d3aa28379f99f7 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Sun, 19 Oct 2025 01:50:56 +0000 Subject: [PATCH] Add Executive Leadership section and elaborate governance disclosures cgen-21a20ecc5e4a4c81810c0abc40867dec --- client/pages/Trust.tsx | 37 +++++++++++++++++++++++++++++++++++-- 1 file changed, 35 insertions(+), 2 deletions(-) diff --git a/client/pages/Trust.tsx b/client/pages/Trust.tsx index 71905ed5..7e027bb3 100644 --- a/client/pages/Trust.tsx +++ b/client/pages/Trust.tsx @@ -3,7 +3,7 @@ import { Card, CardContent, CardDescription, CardHeader, CardTitle } from "@/com import { Badge } from "@/components/ui/badge"; import { Button } from "@/components/ui/button"; import { Link } from "react-router-dom"; -import { Shield, Gavel, Building2, FileText, Activity, Megaphone, CheckCircle2 } from "lucide-react"; +import { Shield, Gavel, Building2, FileText, Activity, Megaphone, CheckCircle2, Users } from "lucide-react"; export default function Trust() { return ( @@ -40,14 +40,47 @@ export default function Trust() { +
Last updated: {new Date().toISOString().slice(0,10)}
+ + + Executive Leadership + Current executive team and public profiles + + + {[{ + name: "Anderson Gladney", + title: "Founder & CEO", + href: "https://www.linkedin.com/in/andersongladney/" + },{ + name: "Dylan Gladney", + title: "Founder & COO", + href: "https://www.linkedin.com/in/dylangladney/" + },{ + name: "Trevor Davis", + title: "Co-Founder & CFO", + href: "https://www.linkedin.com/in/trevor-davis-892642324/" + },{ + name: "Braden Eiser", + title: "Co-Founder & CTO", + href: "https://www.linkedin.com/in/bradeneiser/" + }].map((p)=> ( + +
{p.name}
+
{p.title}
+
LinkedIn ↗
+
+ ))} +
+
+ Policies & Legal