import Link from 'next/link' import { ArrowLeft } from 'lucide-react' import { Footer } from '@/components/layout/Footer' export default function BlogPage() { return (
Back to Home

Blog

Latest updates, guides, and insights from the Alertify team.

{/* Placeholder for empty state */}

No posts published yet. Stay tuned!

) }