Prettier format pending files

This commit is contained in:
Builder.io 2025-10-19 01:53:23 +00:00
parent cfaaf2fbaf
commit ad49c6c9bb
3 changed files with 210 additions and 75 deletions

View file

@ -63,7 +63,6 @@ export default function About() {
{ kpi: "<30d", label: "MVP timelines" },
];
return (
<Layout>
<div className="min-h-screen bg-aethex-gradient py-12">
@ -150,19 +149,21 @@ export default function About() {
<Rocket className="h-5 w-5" /> Vision
</CardTitle>
<CardDescription>
A builder-first network that turns ideas into shipping products faster.
A builder-first network that turns ideas into shipping products
faster.
</CardDescription>
</CardHeader>
<CardContent className="grid md:grid-cols-2 gap-6">
<div className="space-y-2 text-sm text-muted-foreground">
<p>
Were unifying services, platform, and community into a single operating layer
for creators and teams. Profiles, collaboration, mentorship, and delivery run as
one systemso momentum compounds.
Were unifying services, platform, and community into a single
operating layer for creators and teams. Profiles,
collaboration, mentorship, and delivery run as one systemso
momentum compounds.
</p>
<p>
The long game: a trusted ecosystem where reputation, assets, and learning follow
you across projects.
The long game: a trusted ecosystem where reputation, assets,
and learning follow you across projects.
</p>
</div>
<div className="grid sm:grid-cols-2 gap-3">
@ -172,7 +173,10 @@ export default function About() {
"Measure outcomes",
"Own your data",
].map((t) => (
<div key={t} className="rounded-lg border border-border/50 p-3 text-sm">
<div
key={t}
className="rounded-lg border border-border/50 p-3 text-sm"
>
{t}
</div>
))}
@ -330,14 +334,17 @@ export default function About() {
<div key={item.year} className="flex items-start gap-3">
<div className="h-2 w-2 rounded-full bg-aethex-400 mt-2" />
<div>
<div className="font-medium">{item.year} {item.title}</div>
<div className="text-sm text-muted-foreground">{item.desc}</div>
<div className="font-medium">
{item.year} {item.title}
</div>
<div className="text-sm text-muted-foreground">
{item.desc}
</div>
</div>
</div>
))}
</CardContent>
</Card>
</div>
</div>
</Layout>

View file

@ -1,9 +1,24 @@
import Layout from "@/components/Layout";
import { Card, CardContent, CardDescription, CardHeader, CardTitle } from "@/components/ui/card";
import {
Card,
CardContent,
CardDescription,
CardHeader,
CardTitle,
} from "@/components/ui/card";
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, Users } from "lucide-react";
import {
Shield,
Gavel,
Building2,
FileText,
Activity,
Megaphone,
CheckCircle2,
Users,
} from "lucide-react";
export default function Trust() {
return (
@ -11,71 +26,134 @@ export default function Trust() {
<div className="min-h-screen bg-aethex-gradient py-12">
<div className="container mx-auto max-w-6xl px-4 space-y-10">
<div className="space-y-4 text-center">
<Badge variant="outline" className="mx-auto">Transparency</Badge>
<h1 className="text-4xl font-bold text-gradient-purple">Company & Governance</h1>
<Badge variant="outline" className="mx-auto">
Transparency
</Badge>
<h1 className="text-4xl font-bold text-gradient-purple">
Company & Governance
</h1>
<p className="text-muted-foreground max-w-3xl mx-auto">
Clear, verifiable information about AeThex: leadership, legal entity, jurisdiction, policies, and status.
Clear, verifiable information about AeThex: leadership, legal
entity, jurisdiction, policies, and status.
</p>
</div>
<div className="grid gap-6 md:grid-cols-2">
<Card className="bg-card/50 border-border/50">
<CardHeader>
<CardTitle className="flex items-center gap-2"><Building2 className="h-5 w-5" /> Organization</CardTitle>
<CardDescription>Basic corporate details and contact</CardDescription>
<CardTitle className="flex items-center gap-2">
<Building2 className="h-5 w-5" /> Organization
</CardTitle>
<CardDescription>
Basic corporate details and contact
</CardDescription>
</CardHeader>
<CardContent className="text-sm text-muted-foreground space-y-2">
<div><span className="font-medium text-foreground">Legal name:</span> AeThex Corporation</div>
<div><span className="font-medium text-foreground">Jurisdiction:</span> United States (Arizona)</div>
<div><span className="font-medium text-foreground">Headquarters:</span> Queen Creek, Arizona</div>
<div><span className="font-medium text-foreground">Email:</span> <a href="mailto:info@aethex.biz" className="text-aethex-400">info@aethex.biz</a></div>
<div><span className="font-medium text-foreground">Phone:</span> (346) 556-7100</div>
<div>
<span className="font-medium text-foreground">
Legal name:
</span>{" "}
AeThex Corporation
</div>
<div>
<span className="font-medium text-foreground">
Jurisdiction:
</span>{" "}
United States (Arizona)
</div>
<div>
<span className="font-medium text-foreground">
Headquarters:
</span>{" "}
Queen Creek, Arizona
</div>
<div>
<span className="font-medium text-foreground">Email:</span>{" "}
<a href="mailto:info@aethex.biz" className="text-aethex-400">
info@aethex.biz
</a>
</div>
<div>
<span className="font-medium text-foreground">Phone:</span>{" "}
(346) 556-7100
</div>
</CardContent>
</Card>
<Card className="bg-card/50 border-border/50">
<CardHeader>
<CardTitle className="flex items-center gap-2"><Shield className="h-5 w-5" /> Leadership & Governance</CardTitle>
<CardTitle className="flex items-center gap-2">
<Shield className="h-5 w-5" /> Leadership & Governance
</CardTitle>
<CardDescription>Accountability and oversight</CardDescription>
</CardHeader>
<CardContent className="text-sm text-muted-foreground space-y-2">
<ul className="list-disc pl-5 space-y-1">
<li>Phased disclosures cadence: Phase 1 (executive roster + roles), Phase 2 (board/advisor bios and affiliations), Phase 3 (jurisdictional filings & compliance references).</li>
<li>Operational policies and escalation paths are documented in the Transparency hub.</li>
<li>Verified channels: website, docs, and official social accounts noted below.</li>
<li>
Phased disclosures cadence: Phase 1 (executive roster +
roles), Phase 2 (board/advisor bios and affiliations), Phase
3 (jurisdictional filings & compliance references).
</li>
<li>
Operational policies and escalation paths are documented in
the Transparency hub.
</li>
<li>
Verified channels: website, docs, and official social
accounts noted below.
</li>
</ul>
<div className="text-xs text-muted-foreground/80">Last updated: {new Date().toISOString().slice(0,10)}</div>
<div className="text-xs text-muted-foreground/80">
Last updated: {new Date().toISOString().slice(0, 10)}
</div>
</CardContent>
</Card>
</div>
<Card className="bg-card/50 border-border/50">
<CardHeader>
<CardTitle className="flex items-center gap-2"><Users className="h-5 w-5" /> Executive Leadership</CardTitle>
<CardDescription>Current executive team and public profiles</CardDescription>
<CardTitle className="flex items-center gap-2">
<Users className="h-5 w-5" /> Executive Leadership
</CardTitle>
<CardDescription>
Current executive team and public profiles
</CardDescription>
</CardHeader>
<CardContent className="grid sm:grid-cols-2 gap-4 text-sm text-muted-foreground">
{[{
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)=> (
<a key={p.name} href={p.href} target="_blank" rel="noreferrer" className="rounded-lg border border-border/50 p-3 hover:border-aethex-400/50 transition">
{[
{
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) => (
<a
key={p.name}
href={p.href}
target="_blank"
rel="noreferrer"
className="rounded-lg border border-border/50 p-3 hover:border-aethex-400/50 transition"
>
<div className="font-semibold text-foreground">{p.name}</div>
<div className="text-xs">{p.title}</div>
<div className="text-xs text-aethex-400 mt-1">LinkedIn </div>
<div className="text-xs text-aethex-400 mt-1">
LinkedIn
</div>
</a>
))}
</CardContent>
@ -83,12 +161,27 @@ export default function Trust() {
<Card className="bg-card/50 border-border/50">
<CardHeader>
<CardTitle className="flex items-center gap-2"><Gavel className="h-5 w-5" /> Policies & Legal</CardTitle>
<CardDescription>Public policies and legal references</CardDescription>
<CardTitle className="flex items-center gap-2">
<Gavel className="h-5 w-5" /> Policies & Legal
</CardTitle>
<CardDescription>
Public policies and legal references
</CardDescription>
</CardHeader>
<CardContent className="grid sm:grid-cols-2 lg:grid-cols-3 gap-3">
{[{title:"Privacy Policy", href:"/privacy"},{title:"Terms of Service", href:"/terms"},{title:"Status & Uptime", href:"/status"},{title:"Changelog", href:"/changelog"},{title:"Roadmap", href:"/roadmap"},{title:"Investors", href:"/investors"}].map((l)=> (
<Link key={l.title} to={l.href} className="rounded-lg border border-border/50 p-3 text-sm hover:border-aethex-400/50 transition">
{[
{ title: "Privacy Policy", href: "/privacy" },
{ title: "Terms of Service", href: "/terms" },
{ title: "Status & Uptime", href: "/status" },
{ title: "Changelog", href: "/changelog" },
{ title: "Roadmap", href: "/roadmap" },
{ title: "Investors", href: "/investors" },
].map((l) => (
<Link
key={l.title}
to={l.href}
className="rounded-lg border border-border/50 p-3 text-sm hover:border-aethex-400/50 transition"
>
{l.title}
</Link>
))}
@ -97,28 +190,64 @@ export default function Trust() {
<Card className="bg-card/50 border-border/50">
<CardHeader>
<CardTitle className="flex items-center gap-2"><Megaphone className="h-5 w-5" /> Brand Disambiguation</CardTitle>
<CardTitle className="flex items-center gap-2">
<Megaphone className="h-5 w-5" /> Brand Disambiguation
</CardTitle>
<CardDescription>Preventing name confusion</CardDescription>
</CardHeader>
<CardContent className="text-sm text-muted-foreground space-y-2">
<p>
AeThex Corporation is an independent organization and is not affiliated with other entities that may use similar names. When in doubt, verify links against <span className="text-foreground font-medium">aethex.biz</span> or <span className="text-foreground font-medium">aethex.dev</span>.
</p>
<p>
Official channels:
AeThex Corporation is an independent organization and is not
affiliated with other entities that may use similar names. When
in doubt, verify links against{" "}
<span className="text-foreground font-medium">aethex.biz</span>{" "}
or{" "}
<span className="text-foreground font-medium">aethex.dev</span>.
</p>
<p>Official channels:</p>
<ul className="list-disc pl-5 space-y-1">
<li>Website: <a href="https://aethex.biz" className="text-aethex-400" target="_blank" rel="noreferrer">aethex.biz</a></li>
<li>Docs & Apps: <a href="https://aethex.dev" className="text-aethex-400" target="_blank" rel="noreferrer">aethex.dev</a></li>
<li>Email: <a href="mailto:info@aethex.biz" className="text-aethex-400">info@aethex.biz</a></li>
<li>
Website:{" "}
<a
href="https://aethex.biz"
className="text-aethex-400"
target="_blank"
rel="noreferrer"
>
aethex.biz
</a>
</li>
<li>
Docs & Apps:{" "}
<a
href="https://aethex.dev"
className="text-aethex-400"
target="_blank"
rel="noreferrer"
>
aethex.dev
</a>
</li>
<li>
Email:{" "}
<a href="mailto:info@aethex.biz" className="text-aethex-400">
info@aethex.biz
</a>
</li>
</ul>
</CardContent>
</Card>
<div className="flex flex-wrap gap-3">
<Button asChild variant="outline"><Link to="/about">About</Link></Button>
<Button asChild variant="outline"><Link to="/investors">Investors</Link></Button>
<Button asChild variant="outline"><Link to="/docs">Docs</Link></Button>
<Button asChild variant="outline">
<Link to="/about">About</Link>
</Button>
<Button asChild variant="outline">
<Link to="/investors">Investors</Link>
</Button>
<Button asChild variant="outline">
<Link to="/docs">Docs</Link>
</Button>
</div>
</div>
</div>

View file

@ -116,18 +116,17 @@
"@type": "PostalAddress",
addressLocality: "Queen Creek",
addressRegion: "AZ",
addressCountry: "US"
addressCountry: "US",
},
contactPoint: [{
"@type": "ContactPoint",
contactType: "customer support",
email: "info@aethex.biz",
telephone: "+1-346-556-7100"
}],
sameAs: [
"https://aethex.biz",
"https://aethex.dev"
]
contactPoint: [
{
"@type": "ContactPoint",
contactType: "customer support",
email: "info@aethex.biz",
telephone: "+1-346-556-7100",
},
],
sameAs: ["https://aethex.biz", "https://aethex.dev"],
});
// Website
addJSONLD({