modified: src/pages/index.astro

This commit is contained in:
Anderson 2026-01-19 00:05:05 +00:00 committed by GitHub
parent cafc3165cd
commit cfc96104d0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -20,46 +20,17 @@ import LanguageSwitcher from '../components/LanguageSwitcher.astro';
<MainLayout>
<!-- Navigation -->
<LanguageSwitcher />
<nav class="container">
<div class="logo">AETHEX</div>
<div class="nav-links">
<a href="/foundation" class="nav-link">Foundation</a>
<a href="/corporation" class="nav-link">Corporation</a>
<a href="/labs" class="nav-link">Labs</a>
<a href="/products" class="nav-link">Products</a>
<a href="/community" class="nav-link">Community</a>
<a href="/docs" class="nav-link">Docs</a>
<a href="/about" class="nav-link">About</a>
<a href="#trinity" class="nav-link">Trinity</a>
<a href="#products" class="nav-link">Products</a>
<a href="#docs" class="nav-link">Docs</a>
<a href="#community" class="nav-link">Community</a>
</div>
</nav>
<section class="hub-hero container">
<h1 class="hub-title">AeThex Portal</h1>
<p class="hub-subtitle">Your gateway to the metaverse infrastructure</p>
<HeroSection />
</section>
<MetaverseMap />
<section class="hub-cards container">
<div class="hub-card-grid">
<a href="/foundation" class="hub-card foundation">Foundation</a>
<a href="/corporation" class="hub-card corporation">Corporation</a>
<a href="/labs" class="hub-card labs">Labs</a>
<a href="/products" class="hub-card products">Products</a>
<a href="/community" class="hub-card community">Community</a>
<a href="/docs" class="hub-card docs">Docs</a>
<a href="/about" class="hub-card about">About</a>
</div>
</section>
<HeroSection />
<TrinitySection />
<ProductsSection />
<section class="hub-dashboard container">
<RealTimeStats />
<QuickstartGuideSection />
<TestimonialsSection />
<WhyAeThexSection />
<SocialProofSection />
<CommunityWall />
<EventsWebinarsSection />
</section>
<FooterSection />
</MainLayout>