| import { SectionData } from './types'; | |
| export const sections: SectionData[] = [ | |
| { | |
| id: 'home', | |
| title: '🚀 AXIOVORA X – Project V1 Mathematical Cosmos', | |
| subtitle: 'Self-Evolving Quantum-Inspired Mathematical Engine', | |
| isHome: true, | |
| }, | |
| { | |
| id: 'genesis', | |
| title: 'Genesis Engine', | |
| subtitle: 'Mathematical Universe Creation Protocol', | |
| }, | |
| { | |
| id: 'quantum', | |
| title: 'Quantum Layer', | |
| subtitle: 'Superposition Mathematical States', | |
| }, | |
| { | |
| id: 'neuro', | |
| title: 'Neuro-Symbolic Core', | |
| subtitle: 'AI-Driven Mathematical Reasoning', | |
| }, | |
| { | |
| id: 'papers', | |
| title: 'Research Papers', | |
| subtitle: 'Cutting-Edge Mathematical Discoveries', | |
| }, | |
| { | |
| id: 'explorer', | |
| title: '3D Explorer', | |
| subtitle: 'Interactive Mathematical Universe', | |
| }, | |
| ]; | |