feat: add architecture section with animated illustrations

- Created HomeArchitecture component showcasing decentralized network principles with SVG animations
- Added animated illustrations for mesh networking, no extraction, no control, and no central servers
- Enhanced CallToAction with cyan radial glow effect for visual emphasis
- Fixed audience gallery image paths to use correct /images/audiences/ directory
This commit is contained in:
2025-11-12 15:47:58 +01:00
parent 0d9f357881
commit eba1bb7047
19 changed files with 1440 additions and 51 deletions

View File

@@ -3,10 +3,11 @@ import { useRef } from 'react'
import { AnimatedSection } from '../../components/AnimatedSection'
import { CallToAction } from './CallToAction'
import { HomeTab } from './HomeTab'
import { HomeWhy} from './HomeWhy'
import { HomeMap } from './HomeMap'
import { HomeAudience } from './HomeAudience'
import { HomeBlink } from './HomeBlink'
import { HomeArchitecture } from './HomeArchitecture'
s
@@ -23,7 +24,7 @@ export default function HomePage() {
</AnimatedSection>
<AnimatedSection>
<HomeWhy />
<HomeArchitecture/>
</AnimatedSection>
<AnimatedSection>