import { AieroButton } from "@/components/shared/AieroButton"; import { Counter } from "@/components/shared/Counter"; import { IconBox } from "@/components/shared/IconBox"; import { OrbitIcon, FanIcon, CirclesIcon, ExpandIcon } from "@/components/shared/icons/PossibilityIcons"; export function PossibilitiesSection() { return (
{/* Left Column */}
Possibilities

Explore limitless possibilities with Aiero AI

Guppy siamese fighting fish, round stingray roach, sand tiger yellow weaver fish. Longnose lancetfish mooneye opah ghost fish.

Explore more
{/* Right Column */}
} title="Cutting-edge technology" description="Integration of state-of-the-art AI algorithms, including deep learning, natural language processing." hasBorder={true} /> } title="Tailored solutions" description="Custom design and development of neural network architectures tailored to specific business needs." hasBorder={true} /> } title="Training and workshops" description="Custom design and development of neural network architectures tailored to specific business needs and objectives." hasBorder={true} /> } title="AI-powered design" description="Integration of state-of-the-art AI algorithms, including deep learning, natural language processing." hasBorder={false} />
); }