import CertificateShowcase from "@/components/certificates/certificate-showcase";

export const metadata = {
  title: "Certificates & Achievements - ElectroPro",
  description:
    "View our industry certifications and achievements that demonstrate our commitment to quality and excellence.",
};

export default function CertificatesSection() {
  return (
    <section className="mx-auto max-w-7xl px-4 sm:px-6">
      <CertificateShowcase />
    </section>
  );
}
