{t('blog.subtitle')}
+ {/* Create Post Button */} + { + e.currentTarget.style.transform = 'translateY(-2px)'; + e.currentTarget.style.boxShadow = '0 4px 12px var(--accent-shadow)'; + }} + onMouseLeave={(e) => { + e.currentTarget.style.transform = 'translateY(0)'; + e.currentTarget.style.boxShadow = 'none'; + }} + > + ✍️ Create New Post ++ Share your thoughts with the community +
++ Click to upload cover image +
++ PNG, JPG, GIF up to 10MB +
+