import { AnimatedImage } from './AnimatedImage'; import { Callout } from './Callout'; import { CategoryGrid } from './CategoryGrid'; import { ChatBubble } from './ChatBubble'; import { ComparisonGrid } from './ComparisonGrid'; import { ContactSection } from './ContactSection'; import { HeroSection } from './HeroSection'; import { HighlightBox } from './HighlightBox'; import { ImageGallery } from './ImageGallery'; import { ManifestoGrid } from './ManifestoGrid'; import { PowerCTA } from './PowerCTA'; import { ProductTabs } from './ProductTabs'; import { SplitHeading } from './SplitHeading'; import { Stats } from './Stats'; import { StickyNarrative } from './StickyNarrative'; import { TeamProfile } from './TeamProfile'; import { TechnicalGrid } from './TechnicalGrid'; import { VisualLinkPreview } from './VisualLinkPreview'; import { PDFDownload } from './PDFDownload'; import { homeBlocksArray } from './HomeBlocks'; export const payloadBlocks = [ ...homeBlocksArray, AnimatedImage, Callout, CategoryGrid, ChatBubble, ComparisonGrid, ContactSection, HeroSection, HighlightBox, ImageGallery, ManifestoGrid, PowerCTA, ProductTabs, SplitHeading, Stats, StickyNarrative, TeamProfile, TechnicalGrid, VisualLinkPreview, PDFDownload, ];