refactor: convert agent bento cards from videos to React animation components

- Replaced video paths with imported animation components (Fungistor, Herodb, MOSSandboxes, etc.)
- Added new AgentDesign and AgentUseCase sections to agents page
- Updated hero copy to emphasize private, sovereign AI and 2026 timeline
- Reorganized page layout with new sections between existing components
This commit is contained in:
2025-11-13 15:24:46 +01:00
parent 7b80ab84c9
commit b208fe7f2a
18 changed files with 1770 additions and 36 deletions

View File

@@ -4,7 +4,6 @@ import {
UsersIcon,
CpuChipIcon,
} from '@heroicons/react/24/solid'
import { Button } from '@/components/Button'
import { Eyebrow, H4, P } from '@/components/Texts'
export function PodsComing() {

View File

@@ -1,7 +1,7 @@
"use client";
import { Container } from "@/components/Container";
import { CP, Small } from "@/components/Texts";
import { Small } from "@/components/Texts";
const useCases = [
{

View File

@@ -5,7 +5,6 @@ import { PodsFeatures } from './PodsFeatures';
import { PodsDesign } from './PodsDesign';
import { PodsBenefits } from './PodsBenefits';
import { PodsComing } from './PodsComing';
import { PodsPricing } from './PodsPricing';
import { CallToAction } from './CallToAction';
const PodsPage = () => {

View File

@@ -1,5 +1,5 @@
import { CheckIcon } from "@heroicons/react/20/solid";
import { Eyebrow, H3, H4 } from "@/components/Texts";
import { Eyebrow, H3 } from "@/components/Texts";
const tiers = [
{