From ad49c6c9bba2da22588f8f4e4499df9c45f33133 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Sun, 19 Oct 2025 01:53:23 +0000 Subject: [PATCH] Prettier format pending files --- client/pages/About.tsx | 29 +++-- client/pages/Trust.tsx | 235 +++++++++++++++++++++++++++++++---------- index.html | 21 ++-- 3 files changed, 210 insertions(+), 75 deletions(-) diff --git a/client/pages/About.tsx b/client/pages/About.tsx index 8df97707..d703e3bd 100644 --- a/client/pages/About.tsx +++ b/client/pages/About.tsx @@ -63,7 +63,6 @@ export default function About() { { kpi: "<30d", label: "MVP timelines" }, ]; - return (
@@ -150,19 +149,21 @@ export default function About() { Vision - A builder-first network that turns ideas into shipping products faster. + A builder-first network that turns ideas into shipping products + faster.

- We’re unifying services, platform, and community into a single operating layer - for creators and teams. Profiles, collaboration, mentorship, and delivery run as - one system—so momentum compounds. + We’re unifying services, platform, and community into a single + operating layer for creators and teams. Profiles, + collaboration, mentorship, and delivery run as one system—so + momentum compounds.

- 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.

@@ -172,7 +173,10 @@ export default function About() { "Measure outcomes", "Own your data", ].map((t) => ( -
+
{t}
))} @@ -330,14 +334,17 @@ export default function About() {
-
{item.year} • {item.title}
-
{item.desc}
+
+ {item.year} • {item.title} +
+
+ {item.desc} +
))} -
diff --git a/client/pages/Trust.tsx b/client/pages/Trust.tsx index 7e027bb3..b3117ca3 100644 --- a/client/pages/Trust.tsx +++ b/client/pages/Trust.tsx @@ -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() {
- Transparency -

Company & Governance

+ + Transparency + +

+ Company & Governance +

- Clear, verifiable information about AeThex: leadership, legal entity, jurisdiction, policies, and status. + Clear, verifiable information about AeThex: leadership, legal + entity, jurisdiction, policies, and status.

- Organization - Basic corporate details and contact + + Organization + + + Basic corporate details and contact + -
Legal name: AeThex Corporation
-
Jurisdiction: United States (Arizona)
-
Headquarters: Queen Creek, Arizona
- -
Phone: (346) 556-7100
+
+ + Legal name: + {" "} + AeThex Corporation +
+
+ + Jurisdiction: + {" "} + United States (Arizona) +
+
+ + Headquarters: + {" "} + Queen Creek, Arizona +
+
+ Email:{" "} + + info@aethex.biz + +
+
+ Phone:{" "} + (346) 556-7100 +
- Leadership & Governance + + Leadership & Governance + Accountability and oversight
    -
  • Phased disclosures cadence: Phase 1 (executive roster + roles), Phase 2 (board/advisor bios and affiliations), Phase 3 (jurisdictional filings & compliance references).
  • -
  • Operational policies and escalation paths are documented in the Transparency hub.
  • -
  • Verified channels: website, docs, and official social accounts noted below.
  • +
  • + Phased disclosures cadence: Phase 1 (executive roster + + roles), Phase 2 (board/advisor bios and affiliations), Phase + 3 (jurisdictional filings & compliance references). +
  • +
  • + Operational policies and escalation paths are documented in + the Transparency hub. +
  • +
  • + Verified channels: website, docs, and official social + accounts noted below. +
-
Last updated: {new Date().toISOString().slice(0,10)}
+
+ Last updated: {new Date().toISOString().slice(0, 10)} +
- Executive Leadership - Current executive team and public profiles + + 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)=> ( - + {[ + { + 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 ↗
+
+ LinkedIn ↗ +
))}
@@ -83,12 +161,27 @@ export default function Trust() { - Policies & Legal - Public policies and legal references + + Policies & Legal + + + Public policies and legal references + - {[{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)=> ( - + {[ + { 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) => ( + {l.title} ))} @@ -97,28 +190,64 @@ export default function Trust() { - Brand Disambiguation + + Brand Disambiguation + Preventing name confusion

- AeThex Corporation is an independent organization and is not affiliated with other entities that may use similar names. When in doubt, verify links against aethex.biz or aethex.dev. -

-

- 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{" "} + aethex.biz{" "} + or{" "} + aethex.dev.

+

Official channels:

- - - + + +
diff --git a/index.html b/index.html index 4ad2d39a..c0b76b50 100644 --- a/index.html +++ b/index.html @@ -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({