import React from 'react';
import { Search, Heart, Share2, ExternalLink } from 'lucide-react';
const AnimationBlog = () => {
const posts = [
{
title: "Best 2D Animation Software 2025",
description: "Comprehensive review of top animation tools",
affiliate: "https://example.com/aff/animation-software",
productName: "Adobe Animate CC",
price: "$20.99/month"
},
{
title: "Getting Started with 2D Character Animation",
description: "Complete beginner's guide to character animation",
affiliate: "https://example.com/aff/animation-course",
productName: "Animation Masterclass",
price: "$99.00"
}
];
return (
);
};
export default AnimationBlog;
{posts.map((post, index) => (
))}
{post.title}
{post.description}
{post.productName}
{post.price}
Check Price