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