更新优化

This commit is contained in:
sofio
2026-02-04 11:57:19 +08:00
parent 30e0d480c2
commit 7de5db295f
31 changed files with 5497 additions and 103 deletions

View File

@@ -6,6 +6,7 @@ import TechHeroSection from "@/components/TechHeroSection";
import ArchitectureSection from "@/components/ArchitectureSection";
import AICapabilitiesSection from "@/components/AICapabilitiesSection";
import Web3CapabilitiesSection from "@/components/Web3CapabilitiesSection";
import BlockchainSection from "@/components/BlockchainSection";
import TechCTASection from "@/components/TechCTASection";
export async function generateMetadata({
@@ -39,6 +40,7 @@ export default async function TechPage({
<ArchitectureSection />
<AICapabilitiesSection />
<Web3CapabilitiesSection />
<BlockchainSection />
<TechCTASection />
</main>
);