diff --git a/src/components/MetaverseMap.astro b/src/components/MetaverseMap.astro new file mode 100644 index 0000000..85c6d7b --- /dev/null +++ b/src/components/MetaverseMap.astro @@ -0,0 +1,62 @@ +--- +// Interactive Metaverse Map for AeThex ecosystem +--- +
+
+
+

AeThex Metaverse Map

+

Explore the AeThex Ecosystem

+
+
+ + + + Foundation + + + Corporation + + + Labs + + + Studio + + Passport + + Connect + + Nexus + + + + + + + + +
+ ● Foundation + ● Corporation + ● Labs + ● Products +
+
+

Click on any node to learn more about each division or product in the AeThex ecosystem.

+
+ + +
diff --git a/src/components/QuickstartGuideSection.astro b/src/components/QuickstartGuideSection.astro new file mode 100644 index 0000000..a4ed72e --- /dev/null +++ b/src/components/QuickstartGuideSection.astro @@ -0,0 +1,51 @@ +--- +// Quickstart Guide for AeThex entry point +--- +
+
+
+

Quickstart Guide

+

Get started with AeThex in minutes

+
+
+
+
1
+
Sign Up
+
Create your AeThex Passport for unified digital identity.
+
+
+
2
+
Download Studio
+
Install AeThex Studio IDE for cross-platform game development.
+
+
+
3
+
Join Community
+
Connect with other creators and get support on Discord and forums.
+
+
+
4
+
Build & Deploy
+
Start building, then deploy your project to the metaverse with one click.
+
+
+ +
+ +
diff --git a/src/components/RealTimeStats.astro b/src/components/RealTimeStats.astro new file mode 100644 index 0000000..96b2c1d --- /dev/null +++ b/src/components/RealTimeStats.astro @@ -0,0 +1,38 @@ +--- +// Real-Time Stats for AeThex entry point +--- +
+
+
+

Real-Time Stats

+

Live metrics from the AeThex ecosystem

+
+
+
+
12,345
+
Active Users
+
+
+
1,234
+
Deployments
+
+
+
567
+
Active Projects
+
+
+
8,765
+
Community Members
+
+
+
+ +
diff --git a/src/components/SocialProofSection.astro b/src/components/SocialProofSection.astro new file mode 100644 index 0000000..c63a11e --- /dev/null +++ b/src/components/SocialProofSection.astro @@ -0,0 +1,34 @@ +--- +// Social Proof for AeThex entry point +--- +
+
+
+

Trusted By

+

Partners, Integrations, and Press

+
+ +
+ Featured in: + TechCrunch + VentureBeat + Polygon + GamesIndustry.biz +
+
+ +
diff --git a/src/components/TestimonialsSection.astro b/src/components/TestimonialsSection.astro new file mode 100644 index 0000000..7e7d4ca --- /dev/null +++ b/src/components/TestimonialsSection.astro @@ -0,0 +1,37 @@ +--- +// Testimonials & Case Studies for AeThex entry point +--- +
+
+
+

Testimonials & Case Studies

+

Hear from our users and partners

+
+
+
+
“AeThex’s infrastructure made our cross-platform game launch seamless. Their support is world-class!”
+
— Jane Doe, CEO of MetaPlay
+
+
+
“The Passport system is a game-changer for digital identity. Our players love the unified experience.”
+
— John Smith, Lead Dev at GameForge
+
+
+
“AeThex Labs is pushing the boundaries of what’s possible in the metaverse. Excited for what’s next!”
+
— Dr. Ada Lovelace, R&D Advisor
+
+
+
“Our community grew 3x after integrating AeThex Connect. The platform is robust and easy to use.”
+
— Alex Lee, Community Manager
+
+
+
+ +
diff --git a/src/components/WhyAeThexSection.astro b/src/components/WhyAeThexSection.astro new file mode 100644 index 0000000..4534a2c --- /dev/null +++ b/src/components/WhyAeThexSection.astro @@ -0,0 +1,42 @@ +--- +// 'Why AeThex?' Section for AeThex entry point +--- +
+
+
+

Why AeThex?

+

What sets us apart

+
+
+
+

Security First

+

Robust authentication, identity, and security protocols at the core of every product.

+
+
+

Innovation

+

Labs division drives R&D, delivering next-gen features and experimental tech.

+
+
+

Cross-Platform

+

Seamless experiences across games, devices, and digital worlds.

+
+
+

Open Source

+

Foundation division maintains open APIs and community-driven governance.

+
+
+

Enterprise Ready

+

Corporation division delivers production-grade infrastructure and support.

+
+
+
+ +
diff --git a/src/pages/corporation.astro b/src/pages/corporation.astro new file mode 100644 index 0000000..c8fdea7 --- /dev/null +++ b/src/pages/corporation.astro @@ -0,0 +1,26 @@ +--- +// Corporation Division Page +--- +
+
+

AeThex Corporation

+

Commercial Services • Production

+
+

About Corporation

+

Professional commercial division delivering polished products and enterprise-grade infrastructure to developers and players worldwide.

+
    +
  • AeThex Studio IDE
  • +
  • Production Deployment
  • +
  • Premium Services
  • +
  • Enterprise Support
  • +
  • Analytics & Insights
  • +
+
+
+ +
diff --git a/src/pages/foundation.astro b/src/pages/foundation.astro new file mode 100644 index 0000000..2644902 --- /dev/null +++ b/src/pages/foundation.astro @@ -0,0 +1,26 @@ +--- +// Foundation Division Page +--- +
+
+

AeThex Foundation

+

Critical Infrastructure • Nonprofit

+
+

About Foundation

+

The nonprofit backbone maintaining authentication, security, and core APIs. Open-source infrastructure that the entire AeThex ecosystem depends on.

+
    +
  • Passport Identity System
  • +
  • Authentication Protocols
  • +
  • Security Infrastructure
  • +
  • Core Open-Source APIs
  • +
  • Community Governance
  • +
+
+
+ +
diff --git a/src/pages/index.astro b/src/pages/index.astro index 13079ea..7c2dacb 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -5,6 +5,12 @@ import MainLayout from '../layouts/MainLayout.astro'; import HeroSection from '../components/HeroSection.astro'; import TrinitySection from '../components/TrinitySection.astro'; import ProductsSection from '../components/ProductsSection.astro'; +import MetaverseMap from '../components/MetaverseMap.astro'; +import RealTimeStats from '../components/RealTimeStats.astro'; +import TestimonialsSection from '../components/TestimonialsSection.astro'; +import WhyAeThexSection from '../components/WhyAeThexSection.astro'; +import SocialProofSection from '../components/SocialProofSection.astro'; +import QuickstartGuideSection from '../components/QuickstartGuideSection.astro'; import FooterSection from '../components/FooterSection.astro'; --- @@ -22,6 +28,12 @@ import FooterSection from '../components/FooterSection.astro'; + + + + + + diff --git a/src/pages/labs.astro b/src/pages/labs.astro new file mode 100644 index 0000000..15497a2 --- /dev/null +++ b/src/pages/labs.astro @@ -0,0 +1,26 @@ +--- +// Labs Division Page +--- +
+
+

AeThex Labs

+

Research & Development • Experimental

+
+

About Labs

+

Innovation division pushing boundaries with experimental features, beta technologies, and next-generation metaverse infrastructure.

+
    +
  • Nexus Engine v2.0
  • +
  • AI Copilot Assistant
  • +
  • Experimental Features
  • +
  • Beta Testing Programs
  • +
  • Future R&D Projects
  • +
+
+
+ +