'use client'; import { motion } from "framer-motion"; import { Book } from 'lucide-react'; export function AnimatedBlogHeader() { return (

Our Blog

Explore our latest thoughts, ideas, and insights about synthetic data and AI.

); }