Update src/app/(home)/page.tsx

removed tokenomics
This commit is contained in:
shialoth 2025-05-15 16:54:43 +00:00
parent f1fe3989bf
commit ace368aebd

View File

@ -8,7 +8,6 @@ export default function Home() {
<main className="pt-[65px] overflow-x-hidden">
<HeroSection />
<ManifestoSection />
<TokenomicsSection />
<ArchitectureSection />
</main>
);