feat: add Eyebrow component to section headers across landing page components

This commit is contained in:
2025-10-22 15:27:47 +02:00
parent d70c2b6874
commit 4efc563aa9
8 changed files with 16 additions and 7 deletions

View File

@@ -2,7 +2,7 @@
import React from "react";
import { motion } from "framer-motion";
import { P } from '@/components/Texts';
import { P, Eyebrow } from '@/components/Texts';
import { InfiniteMovingCards } from "@/components/magicui/infinite-moving-cards";
@@ -50,6 +50,7 @@ export function Companies() {
animate={{ opacity: 1, y: 0 }}
transition={{ duration: 1 }}
>
<Eyebrow color="accent"></Eyebrow>
<P className="hidden min-xl:text-gray-100 text-center mb-6">
Mycelium Cloud allows you to deploy and scale AI agents from top global providers on a decentralized, privacy-first infrastructure.
</P>