+ );
+};
+
+export default PublicationDetail;
\ No newline at end of file
diff --git a/src/components/publications/BlogDetail.tsx b/src/components/blogs/BlogDetail.tsx
similarity index 99%
rename from src/components/publications/BlogDetail.tsx
rename to src/components/blogs/BlogDetail.tsx
index 239d8dd..b34076b 100644
--- a/src/components/publications/BlogDetail.tsx
+++ b/src/components/blogs/BlogDetail.tsx
@@ -360,7 +360,7 @@ const BlogDetail: React.FC = () => {
key={post.id}
className="group bg-white rounded-lg overflow-hidden border border-gray-300 hover:shadow-lg transition-all duration-300"
>
-
+
{
>
{/* All cards redirect to blog detail page with ID */}
diff --git a/src/components/education/CTASection.tsx b/src/components/education/CTASection.tsx
new file mode 100644
index 0000000..6b4561b
--- /dev/null
+++ b/src/components/education/CTASection.tsx
@@ -0,0 +1,53 @@
+'use client';
+import { useState, useEffect } from 'react';
+import Image from 'next/image';
+import Link from 'next/link';
+import {
+ ChevronRight,
+ Clock,
+ Users,
+ Award,
+ Calendar,
+ BookOpen,
+ MapPin,
+ GraduationCap,
+ FlaskConical
+} from 'lucide-react';
+{/* CTA Section */ }
+const CTASection = () => {
+ return (
+
+
+
+
+ Ready to Advance Your Trauma Care Expertise?
+
+
+ Join our structured training programs designed to empower healthcare professionals, nurses, and community responders with critical trauma care skills.
+
+
+ );};
+export default CTASection;
\ No newline at end of file
diff --git a/src/components/education/EducationTraining.tsx b/src/components/education/EducationTraining.tsx
index 61778dc..28a7eba 100644
--- a/src/components/education/EducationTraining.tsx
+++ b/src/components/education/EducationTraining.tsx
@@ -485,40 +485,7 @@ const AcademicResearch: React.FC = () => {
- {/* CTA Section */}
-
-
-
-
- Ready to Advance Your Trauma Care Expertise?
-
-
- Join our structured training programs designed to empower healthcare professionals, nurses, and community responders with critical trauma care skills.
-