feat(blog): improve optimization safeguards, CTA fidelity, and meme variety
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 6s
Build & Deploy / 🚀 Deploy (push) Has been cancelled
Build & Deploy / 🩺 Health Check (push) Has been cancelled
Build & Deploy / 🔔 Notify (push) Has been cancelled
Build & Deploy / 🧪 QA (push) Has been cancelled
Build & Deploy / 🏗️ Build (push) Has been cancelled

This commit is contained in:
2026-02-22 17:29:56 +01:00
parent 498db2a42c
commit 5661d66d73
6 changed files with 201 additions and 4 deletions

View File

@@ -24,6 +24,7 @@ import { BoldNumber } from '../components/BoldNumber';
import { WebVitalsScore } from '../components/WebVitalsScore';
import { WaterfallChart } from '../components/WaterfallChart';
import { Button } from '../components/Button';
import { LeadMagnet } from '../components/LeadMagnet';
import { TrackedLink } from '../components/analytics/TrackedLink';
import { FAQSection } from '../components/FAQSection';
@@ -91,6 +92,7 @@ export const mdxComponents = {
YouTubeEmbed,
LinkedInEmbed,
Button,
LeadMagnet,
TrackedLink,
FAQSection
};