From c1ca0eb5afdfb8e8a7c93215ac9c387b748e042a Mon Sep 17 00:00:00 2001 From: Claude Date: Mon, 19 Jan 2026 08:58:58 +0000 Subject: [PATCH] refactor: simplify site structure with external domain links MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Update FooterSection with external domains: - Foundation → aethex.foundation - Corporation → aethex.biz - Labs → aethex.studio - Docs → docs.aethex.tech - Community → aethex.network - Support → aethex.support - Remove unnecessary pages (about, community, docs, products) - Simplify entity page navigation to Home + 3 divisions - Update CTA buttons to use external domains --- src/components/FooterSection.astro | 11 +++-- src/pages/about.astro | 78 ------------------------------ src/pages/community.astro | 78 ------------------------------ src/pages/corporation.astro | 11 ++--- src/pages/docs.astro | 78 ------------------------------ src/pages/foundation.astro | 11 ++--- src/pages/labs.astro | 9 +--- src/pages/products.astro | 78 ------------------------------ 8 files changed, 14 insertions(+), 340 deletions(-) delete mode 100644 src/pages/about.astro delete mode 100644 src/pages/community.astro delete mode 100644 src/pages/docs.astro delete mode 100644 src/pages/products.astro diff --git a/src/components/FooterSection.astro b/src/components/FooterSection.astro index e68a694..68a75b0 100644 --- a/src/components/FooterSection.astro +++ b/src/components/FooterSection.astro @@ -6,11 +6,12 @@ diff --git a/src/pages/about.astro b/src/pages/about.astro deleted file mode 100644 index f07b0e6..0000000 --- a/src/pages/about.astro +++ /dev/null @@ -1,78 +0,0 @@ ---- -// About Page -import MainLayout from '../layouts/MainLayout.astro'; ---- - - - -
-
-
-
-

- About AeThex -

-

Building Infrastructure for the Metaverse

-
-
-
-
-

Our Mission

-

AeThex is dedicated to creating the foundational infrastructure that powers the next generation of immersive digital experiences.

-
    -
  • Open-source Foundation
  • -
  • Enterprise Solutions
  • -
  • Research & Innovation
  • -
  • Developer Community
  • -
  • Global Infrastructure
  • -
-
-
- - -
-
diff --git a/src/pages/community.astro b/src/pages/community.astro deleted file mode 100644 index a5023a3..0000000 --- a/src/pages/community.astro +++ /dev/null @@ -1,78 +0,0 @@ ---- -// Community Page -import MainLayout from '../layouts/MainLayout.astro'; ---- - - - -
-
-
-
-

- Community -

-

Join the AeThex Developer Community

-
-
-
-
-

Get Involved

-

Connect with developers, creators, and enthusiasts building the future of the metaverse.

-
    -
  • Discord Server
  • -
  • Developer Forums
  • -
  • GitHub Discussions
  • -
  • Monthly Meetups
  • -
  • Contributor Program
  • -
-
-
- - -
-
diff --git a/src/pages/corporation.astro b/src/pages/corporation.astro index 34aa0c4..54fc933 100644 --- a/src/pages/corporation.astro +++ b/src/pages/corporation.astro @@ -7,13 +7,10 @@ import MainLayout from '../layouts/MainLayout.astro';
@@ -25,7 +22,7 @@ import MainLayout from '../layouts/MainLayout.astro'; AeThex Corporation

Commercial Services • Production

- Explore Products + Learn More
@@ -43,9 +40,7 @@ import MainLayout from '../layouts/MainLayout.astro';
-
- diff --git a/src/pages/foundation.astro b/src/pages/foundation.astro index ff9459d..490dd72 100644 --- a/src/pages/foundation.astro +++ b/src/pages/foundation.astro @@ -7,13 +7,10 @@ import MainLayout from '../layouts/MainLayout.astro';
@@ -25,7 +22,7 @@ import MainLayout from '../layouts/MainLayout.astro'; AeThex Foundation

Critical Infrastructure • Nonprofit

- Join the Community + Join the Community
@@ -43,9 +40,7 @@ import MainLayout from '../layouts/MainLayout.astro';
-
-