﻿export default function AdminTestimonialsPage() {
  return (
    <div>
      <h1 className="text-xl font-bold text-white">Testimonials Manager</h1>
      <p className="text-sm text-white/50">Editable via CMS — no fake content. Content for /testimonials managed here.</p>
      <div className="mt-6 rounded-2xl border border-white/10 bg-white/[0.04] p-6">
        <p className="text-sm text-white/60">Add / Edit / Publish for Testimonials — draft / published, SEO, media, relationships.</p>
        <button className="mt-3 px-4 py-2 rounded-full bg-white text-black font-semibold text-sm">+ New Testimonials</button>
      </div>
    </div>
  );
}
