From dca212d0b2153911abdc77a1139a4fa3e8c9c998 Mon Sep 17 00:00:00 2001 From: MrPiglr Date: Sun, 18 Jan 2026 22:52:09 +0000 Subject: [PATCH] new file: src/components/NewsletterSignup.astro --- public/favicon.svg | 12 ++++-------- src/components/BlogTeaser.astro | 12 ++++++++++++ src/components/CommunityLinks.astro | 11 +++++++++++ src/components/DocsPortal.astro | 8 ++++++++ src/components/LiveDemoTeaser.astro | 11 +++++++++++ src/components/NewsletterSignup.astro | 11 +++++++++++ src/components/ProductsSection.astro | 24 ++++++++++++++++++++++++ src/components/RoadmapSection.astro | 12 ++++++++++++ src/components/TeamSection.astro | 23 +++++++++++++++++++++++ src/layouts/MainLayout.astro | 17 +++++++++++++++++ 10 files changed, 133 insertions(+), 8 deletions(-) create mode 100644 src/components/BlogTeaser.astro create mode 100644 src/components/CommunityLinks.astro create mode 100644 src/components/DocsPortal.astro create mode 100644 src/components/LiveDemoTeaser.astro create mode 100644 src/components/NewsletterSignup.astro create mode 100644 src/components/RoadmapSection.astro create mode 100644 src/components/TeamSection.astro diff --git a/public/favicon.svg b/public/favicon.svg index f157bd1..03ecede 100644 --- a/public/favicon.svg +++ b/public/favicon.svg @@ -1,9 +1,5 @@ - - - + + + + diff --git a/src/components/BlogTeaser.astro b/src/components/BlogTeaser.astro new file mode 100644 index 0000000..e4770be --- /dev/null +++ b/src/components/BlogTeaser.astro @@ -0,0 +1,12 @@ +--- +// Brief blog/updates teaser +--- +
+

Latest Updates

+ + Read all updates → + diff --git a/src/components/CommunityLinks.astro b/src/components/CommunityLinks.astro new file mode 100644 index 0000000..4d5c90c --- /dev/null +++ b/src/components/CommunityLinks.astro @@ -0,0 +1,11 @@ +--- +// Community integration links +--- + diff --git a/src/components/DocsPortal.astro b/src/components/DocsPortal.astro new file mode 100644 index 0000000..34afe4f --- /dev/null +++ b/src/components/DocsPortal.astro @@ -0,0 +1,8 @@ +--- +// Documentation portal entry point +--- +
+

Developer Docs

+

Build, integrate, and explore the AeThex ecosystem.

+ Go to Docs → +
diff --git a/src/components/LiveDemoTeaser.astro b/src/components/LiveDemoTeaser.astro new file mode 100644 index 0000000..20cce66 --- /dev/null +++ b/src/components/LiveDemoTeaser.astro @@ -0,0 +1,11 @@ +--- +// Short live product demo teaser +--- +
+

See AeThex in Action

+ +
diff --git a/src/components/NewsletterSignup.astro b/src/components/NewsletterSignup.astro new file mode 100644 index 0000000..5ffeba2 --- /dev/null +++ b/src/components/NewsletterSignup.astro @@ -0,0 +1,11 @@ +--- +// Simple newsletter signup form (no backend, just UI) +--- +
+

Stay in the Loop

+
+ + +
+

No spam. Just AeThex news & updates.

+
diff --git a/src/components/ProductsSection.astro b/src/components/ProductsSection.astro index 952e31c..4e23e7e 100644 --- a/src/components/ProductsSection.astro +++ b/src/components/ProductsSection.astro @@ -15,6 +15,12 @@ Professional IDE with Trinity-integrated tools, AI Copilot assistance, and seamless deployment to multiple platforms. Build once, deploy everywhere.

+
+ +

AeThex Passport

@@ -23,6 +29,12 @@ Single identity across all platforms and games. Your achievements, inventory, and progress follow you wherever you go in the metaverse.

+
+ +

AeThex Connect

@@ -31,6 +43,12 @@ Beyond Discord and Slack—communication infrastructure designed for persistent digital worlds. Bridge communities across platforms.

+
+ +

Nexus Engine

@@ -39,6 +57,12 @@ Labs-developed technology enabling seamless player transitions between platforms. Your game state follows you from Roblox to mobile to console.

+
+ +
diff --git a/src/components/RoadmapSection.astro b/src/components/RoadmapSection.astro new file mode 100644 index 0000000..3d03cae --- /dev/null +++ b/src/components/RoadmapSection.astro @@ -0,0 +1,12 @@ +--- +// Simple roadmap visualization +--- +
+

Roadmap

+ +
diff --git a/src/components/TeamSection.astro b/src/components/TeamSection.astro new file mode 100644 index 0000000..289dede --- /dev/null +++ b/src/components/TeamSection.astro @@ -0,0 +1,23 @@ +--- +// Concise team & advisors section +--- +
+

Meet the Team

+
+
+
+
Alex Rivera
+
Founder & CEO
+
+
+
+
Morgan Lee
+
CTO
+
+
+
+
Jordan Kim
+
Advisor
+
+
+
diff --git a/src/layouts/MainLayout.astro b/src/layouts/MainLayout.astro index 9ecd695..b01107d 100644 --- a/src/layouts/MainLayout.astro +++ b/src/layouts/MainLayout.astro @@ -6,6 +6,23 @@ AeThex - Metaverse Infrastructure + + + + + + + + + + + + + + + + +