Update src/app/programs/page.tsx

This commit is contained in:
2026-03-03 06:48:12 +00:00
parent 102df503a4
commit 9458c36c97

View File

@@ -7,7 +7,7 @@ import MetricCardTwo from "@/components/sections/metrics/MetricCardTwo";
import FaqDouble from "@/components/sections/faq/FaqDouble";
import FooterCard from "@/components/sections/footer/FooterCard";
import {
Microphone,
Mic,
PenTool,
Video,
Globe,
@@ -63,41 +63,29 @@ export default function ProgramsPage() {
tagAnimation="slide-up"
features={[
{
icon: Microphone,
title: "Broadcast Journalism",
description:
"Learn studio production, live reporting, and on-air presence from seasoned broadcast professionals.",
},
icon: Mic,
title: "Broadcast Journalism", description:
"Learn studio production, live reporting, and on-air presence from seasoned broadcast professionals."},
{
icon: PenTool,
title: "Investigative Reporting",
description:
"Master research techniques, source verification, and in-depth storytelling for impactful investigations.",
},
title: "Investigative Reporting", description:
"Master research techniques, source verification, and in-depth storytelling for impactful investigations."},
{
icon: Video,
title: "Multimedia Production",
description:
"Create compelling video content, podcasts, and interactive media for modern audiences.",
},
title: "Multimedia Production", description:
"Create compelling video content, podcasts, and interactive media for modern audiences."},
{
icon: Globe,
title: "Global Perspectives",
description:
"Report on international stories with cultural sensitivity and geopolitical understanding.",
},
title: "Global Perspectives", description:
"Report on international stories with cultural sensitivity and geopolitical understanding."},
{
icon: BarChart3,
title: "Data Journalism",
description:
"Analyze complex datasets and visualize stories with compelling data visualizations.",
},
title: "Data Journalism", description:
"Analyze complex datasets and visualize stories with compelling data visualizations."},
{
icon: Lock,
title: "Ethics & Integrity",
description:
"Uphold journalistic standards and ethical reporting practices in a rapidly changing media landscape.",
},
title: "Ethics & Integrity", description:
"Uphold journalistic standards and ethical reporting practices in a rapidly changing media landscape."},
]}
animationType="slide-up"
textboxLayout="default"
@@ -113,25 +101,13 @@ export default function ProgramsPage() {
tagAnimation="slide-up"
metrics={[
{
id: "1",
value: "2 Years",
description: "Full-Time Program Duration",
},
id: "1", value: "2 Years", description: "Full-Time Program Duration"},
{
id: "2",
value: "50+",
description: "Expert Faculty Members",
},
id: "2", value: "50+", description: "Expert Faculty Members"},
{
id: "3",
value: "150+",
description: "Partner Media Outlets",
},
id: "3", value: "150+", description: "Partner Media Outlets"},
{
id: "4",
value: "95%",
description: "Job Placement Rate",
},
id: "4", value: "95%", description: "Job Placement Rate"},
]}
gridVariant="uniform-all-items-equal"
animationType="slide-up"
@@ -148,41 +124,23 @@ export default function ProgramsPage() {
tagAnimation="slide-up"
faqs={[
{
id: "1",
title: "What are the admission requirements?",
content:
"We welcome applicants with a passion for journalism and strong communication skills. A high school diploma or equivalent is required. Previous journalism experience is beneficial but not mandatory.",
},
id: "1", title: "What are the admission requirements?", content:
"We welcome applicants with a passion for journalism and strong communication skills. A high school diploma or equivalent is required. Previous journalism experience is beneficial but not mandatory."},
{
id: "2",
title: "How long is the program?",
content:
"Our comprehensive journalism program runs for 2 years full-time, with flexible part-time options available for working professionals. Specialized certificates can be completed in 3-6 months.",
},
id: "2", title: "How long is the program?", content:
"Our comprehensive journalism program runs for 2 years full-time, with flexible part-time options available for working professionals. Specialized certificates can be completed in 3-6 months."},
{
id: "3",
title: "Do you offer internships?",
content:
"Yes, we partner with over 150 media outlets to provide internship opportunities. Most students complete at least one internship during their studies.",
},
id: "3", title: "Do you offer internships?", content:
"Yes, we partner with over 150 media outlets to provide internship opportunities. Most students complete at least one internship during their studies."},
{
id: "4",
title: "What is the job placement rate?",
content:
"95% of our graduates secure positions in journalism within 6 months of graduation. We maintain an active alumni network and career services support.",
},
id: "4", title: "What is the job placement rate?", content:
"95% of our graduates secure positions in journalism within 6 months of graduation. We maintain an active alumni network and career services support."},
{
id: "5",
title: "Do you offer scholarships?",
content:
"Yes, we offer merit-based scholarships, need-based financial aid, and partnerships with media organizations. Contact our admissions team for details.",
},
id: "5", title: "Do you offer scholarships?", content:
"Yes, we offer merit-based scholarships, need-based financial aid, and partnerships with media organizations. Contact our admissions team for details."},
{
id: "6",
title: "Can I study part-time?",
content:
"Absolutely. We offer evening and weekend classes for working professionals. Our flexible schedule allows you to balance work and studies.",
},
id: "6", title: "Can I study part-time?", content:
"Absolutely. We offer evening and weekend classes for working professionals. Our flexible schedule allows you to balance work and studies."},
]}
faqsAnimation="slide-up"
textboxLayout="default"
@@ -198,24 +156,16 @@ export default function ProgramsPage() {
socialLinks={[
{
icon: Twitter,
href: "https://twitter.com/newsspeedinst",
ariaLabel: "Twitter",
},
href: "https://twitter.com/newsspeedinst", ariaLabel: "Twitter"},
{
icon: Linkedin,
href: "https://linkedin.com/company/newsspeedinstitute",
ariaLabel: "LinkedIn",
},
href: "https://linkedin.com/company/newsspeedinstitute", ariaLabel: "LinkedIn"},
{
icon: Facebook,
href: "https://facebook.com/newsspeedinstitute",
ariaLabel: "Facebook",
},
href: "https://facebook.com/newsspeedinstitute", ariaLabel: "Facebook"},
{
icon: Youtube,
href: "https://youtube.com/@newsspeedinstitute",
ariaLabel: "YouTube",
},
href: "https://youtube.com/@newsspeedinstitute", ariaLabel: "YouTube"},
]}
/>
</div>