diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index bb636c5..b64b7a7 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -8,7 +8,7 @@ import FooterCard from "@/components/sections/footer/FooterCard"; import { BookOpen, Target, - Microphone, + Mic, PenTool, Video, Twitter, @@ -62,7 +62,7 @@ export default function AboutPage() { description="Founded in 2010, The News Speed Institute is dedicated to training ethical, skilled journalists who report the truth with speed and accuracy." subdescription="Industry-Leading Training & Mentorship" icon={Target} - imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQKfXTlME3oQPeBk4eIZqg6s1H/modern-building-exterior-of-a-journalism-1772520274758-82fe6943.png?_wi=2" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQKfXTlME3oQPeBk4eIZqg6s1H/modern-building-exterior-of-a-journalism-1772520274758-82fe6943.png" imageAlt="The News Speed Institute building" mediaAnimation="slide-up" useInvertedBackground={false} @@ -77,23 +77,17 @@ export default function AboutPage() { tagAnimation="slide-up" features={[ { - icon: Microphone, - title: "Truth Seeking", - description: - "We emphasize rigorous fact-checking, source verification, and the relentless pursuit of accurate, unbiased reporting.", - }, + icon: Mic, + title: "Truth Seeking", description: + "We emphasize rigorous fact-checking, source verification, and the relentless pursuit of accurate, unbiased reporting."}, { icon: PenTool, - title: "Integrity First", - description: - "Ethical journalism is non-negotiable. We train journalists to maintain independence, transparency, and accountability.", - }, + title: "Integrity First", description: + "Ethical journalism is non-negotiable. We train journalists to maintain independence, transparency, and accountability."}, { icon: Video, - title: "Innovation & Adaptation", - description: - "We prepare students for a rapidly changing media landscape with skills in digital storytelling and multimedia production.", - }, + title: "Innovation & Adaptation", description: + "We prepare students for a rapidly changing media landscape with skills in digital storytelling and multimedia production."}, ]} animationType="slide-up" textboxLayout="default" @@ -109,23 +103,17 @@ export default function AboutPage() { tagAnimation="slide-up" features={[ { - icon: Microphone, - title: "Award-Winning Graduates", - description: - "Our alumni have won major journalism awards including Pulitzer Prizes, Emmy Awards, and international reporting honors.", - }, + icon: Mic, + title: "Award-Winning Graduates", description: + "Our alumni have won major journalism awards including Pulitzer Prizes, Emmy Awards, and international reporting honors."}, { icon: PenTool, - title: "Global Media Presence", - description: - "Graduates work at leading organizations like CNN, BBC, Reuters, AP News, and national broadcasters across 80+ countries.", - }, + title: "Global Media Presence", description: + "Graduates work at leading organizations like CNN, BBC, Reuters, AP News, and national broadcasters across 80+ countries."}, { icon: Video, - title: "Industry Leadership", - description: - "Many alumni serve as editors, producers, and senior correspondents, shaping journalism standards and practices globally.", - }, + title: "Industry Leadership", description: + "Many alumni serve as editors, producers, and senior correspondents, shaping journalism standards and practices globally."}, ]} animationType="slide-up" textboxLayout="default" @@ -140,24 +128,16 @@ export default function AboutPage() { 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"}, ]} /> diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index f17c124..219f794 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -66,41 +66,23 @@ export default function ContactPage() { tagAnimation="slide-up" faqs={[ { - id: "1", - title: "How can I apply to your programs?", - content: - "You can apply through our website or contact our admissions office directly. Applications are reviewed on a rolling basis, and we typically respond within 2-3 weeks.", - }, + id: "1", title: "How can I apply to your programs?", content: + "You can apply through our website or contact our admissions office directly. Applications are reviewed on a rolling basis, and we typically respond within 2-3 weeks."}, { - id: "2", - title: "What is the application deadline?", - content: - "We accept applications year-round for rolling admissions. Early applications are encouraged to ensure program availability.", - }, + id: "2", title: "What is the application deadline?", content: + "We accept applications year-round for rolling admissions. Early applications are encouraged to ensure program availability."}, { - id: "3", - title: "How do I contact the admissions office?", - content: - "Email: admissions@newsspeedinst.edu | Phone: +1 (555) 123-4567 | Office hours: Monday-Friday, 9AM-5PM EST", - }, + id: "3", title: "How do I contact the admissions office?", content: + "Email: admissions@newsspeedinst.edu | Phone: +1 (555) 123-4567 | Office hours: Monday-Friday, 9AM-5PM EST"}, { - id: "4", - title: "Can I visit the campus?", - content: - "Yes, we offer campus tours by appointment. Contact our admissions team to schedule a visit or join one of our open house events.", - }, + id: "4", title: "Can I visit the campus?", content: + "Yes, we offer campus tours by appointment. Contact our admissions team to schedule a visit or join one of our open house events."}, { - id: "5", - title: "What is the tuition cost?", - content: - "Tuition varies by program and whether you choose full-time or part-time enrollment. Contact admissions for detailed pricing and financial aid information.", - }, + id: "5", title: "What is the tuition cost?", content: + "Tuition varies by program and whether you choose full-time or part-time enrollment. Contact admissions for detailed pricing and financial aid information."}, { - id: "6", - title: "Do you offer distance learning options?", - content: - "We offer hybrid options for some programs combining online coursework with in-person practical training and workshops.", - }, + id: "6", title: "Do you offer distance learning options?", content: + "We offer hybrid options for some programs combining online coursework with in-person practical training and workshops."}, ]} faqsAnimation="slide-up" textboxLayout="default" @@ -116,24 +98,16 @@ export default function ContactPage() { 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"}, ]} /> diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 4543364..b6f6c44 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -3,37 +3,23 @@ import { Inter } from "next/font/google"; import "./globals.css"; const inter = Inter({ - variable: "--font-inter", - subsets: ["latin"], + variable: "--font-inter", subsets: ["latin"], }); export const metadata: Metadata = { - title: "The News Speed Institute - Journalism Training Excellence", - description: "Master modern journalism with industry-leading training in broadcast, investigative, and digital reporting. Join our alumni network of successful journalists worldwide.", - keywords: "journalism school, news training, broadcast journalism, investigative reporting, journalism education", - robots: { + title: "The News Speed Institute - Journalism Training Excellence", description: "Master modern journalism with industry-leading training in broadcast, investigative, and digital reporting. Join our alumni network of successful journalists worldwide.", keywords: "journalism school, news training, broadcast journalism, investigative reporting, journalism education", robots: { index: true, follow: true, }, openGraph: { - title: "The News Speed Institute - Journalism Training", - description: "Excellence in Journalism Education. Train with industry leaders and become a skilled journalist.", - type: "website", - siteName: "The News Speed Institute", - images: [ + title: "The News Speed Institute - Journalism Training", description: "Excellence in Journalism Education. Train with industry leaders and become a skilled journalist.", type: "website", siteName: "The News Speed Institute", images: [ { - url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQKfXTlME3oQPeBk4eIZqg6s1H/a-dynamic-modern-newsroom-with-journalis-1772520275271-b0959737.png", - alt: "Modern newsroom at The News Speed Institute", - }, + url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQKfXTlME3oQPeBk4eIZqg6s1H/a-dynamic-modern-newsroom-with-journalis-1772520275271-b0959737.png", alt: "Modern newsroom at The News Speed Institute"}, ], }, twitter: { - card: "summary_large_image", - title: "The News Speed Institute - Journalism Training", - description: "Master journalism skills with our industry-leading training programs", - images: [ - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQKfXTlME3oQPeBk4eIZqg6s1H/a-dynamic-modern-newsroom-with-journalis-1772520275271-b0959737.png", - ], + card: "summary_large_image", title: "The News Speed Institute - Journalism Training", description: "Master journalism skills with our industry-leading training programs", images: [ + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQKfXTlME3oQPeBk4eIZqg6s1H/a-dynamic-modern-newsroom-with-journalis-1772520275271-b0959737.png"], }, }; diff --git a/src/app/page.tsx b/src/app/page.tsx index 35665e5..de05009 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -15,7 +15,7 @@ import { Zap, BookOpen, Target, - Microphone, + Mic, PenTool, Video, Globe, @@ -91,7 +91,7 @@ export default function HomePage() { description="Founded in 2010, The News Speed Institute is dedicated to training ethical, skilled journalists who report the truth with speed and accuracy." subdescription="Industry-Leading Training & Mentorship" icon={Target} - imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQKfXTlME3oQPeBk4eIZqg6s1H/modern-building-exterior-of-a-journalism-1772520274758-82fe6943.png?_wi=1" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQKfXTlME3oQPeBk4eIZqg6s1H/modern-building-exterior-of-a-journalism-1772520274758-82fe6943.png" imageAlt="The News Speed Institute building" mediaAnimation="slide-up" useInvertedBackground={false} @@ -106,41 +106,29 @@ export default function HomePage() { 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" @@ -156,41 +144,21 @@ export default function HomePage() { tagAnimation="slide-up" testimonials={[ { - id: "1", - name: "Sarah Mitchell", - role: "Senior Correspondent", - company: "Global News Network", - rating: 5, + id: "1", name: "Sarah Mitchell", role: "Senior Correspondent", company: "Global News Network", rating: 5, imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQKfXTlME3oQPeBk4eIZqg6s1H/professional-headshot-of-female-journali-1772520277362-6eeda023.png", - }, + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQKfXTlME3oQPeBk4eIZqg6s1H/professional-headshot-of-female-journali-1772520277362-6eeda023.png"}, { - id: "2", - name: "David Okonkwo", - role: "Investigative Journalist", - company: "International Tribune", - rating: 5, + id: "2", name: "David Okonkwo", role: "Investigative Journalist", company: "International Tribune", rating: 5, imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQKfXTlME3oQPeBk4eIZqg6s1H/professional-headshot-of-male-journalist-1772520275926-cbc28f8d.png", - }, + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQKfXTlME3oQPeBk4eIZqg6s1H/professional-headshot-of-male-journalist-1772520275926-cbc28f8d.png"}, { - id: "3", - name: "Emma Rodriguez", - role: "Broadcast Anchor", - company: "Prime News Network", - rating: 5, + id: "3", name: "Emma Rodriguez", role: "Broadcast Anchor", company: "Prime News Network", rating: 5, imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQKfXTlME3oQPeBk4eIZqg6s1H/professional-headshot-of-diverse-journal-1772520274935-3a6dca81.png", - }, + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQKfXTlME3oQPeBk4eIZqg6s1H/professional-headshot-of-diverse-journal-1772520274935-3a6dca81.png"}, { - id: "4", - name: "James Chen", - role: "Field Reporter", - company: "World Broadcasting Corp", - rating: 5, + id: "4", name: "James Chen", role: "Field Reporter", company: "World Broadcasting Corp", rating: 5, imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQKfXTlME3oQPeBk4eIZqg6s1H/professional-headshot-of-journalist-at-r-1772520275431-97070ce8.png", - }, + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQKfXTlME3oQPeBk4eIZqg6s1H/professional-headshot-of-journalist-at-r-1772520275431-97070ce8.png"}, ]} kpiItems={[ { value: "5000+", label: "Alumni Worldwide" }, @@ -211,44 +179,23 @@ export default function HomePage() { tagAnimation="slide-up" blogs={[ { - id: "1", - category: ["Journalism Trends", "Digital Media"], - title: "The Future of Broadcast Journalism", - excerpt: - "Exploring how streaming platforms and digital tools are transforming traditional broadcast journalism.", - imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQKfXTlME3oQPeBk4eIZqg6s1H/abstract-visualization-of-journalism-tre-1772520275516-0fb92b1f.png?_wi=1", - authorName: "Michael Foster", - authorAvatar: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQKfXTlME3oQPeBk4eIZqg6s1H/professional-headshot-of-female-journali-1772520277362-6eeda023.png", - date: "15 Jan 2025", - }, + id: "1", category: ["Journalism Trends", "Digital Media"], + title: "The Future of Broadcast Journalism", excerpt: + "Exploring how streaming platforms and digital tools are transforming traditional broadcast journalism.", imageSrc: + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQKfXTlME3oQPeBk4eIZqg6s1H/abstract-visualization-of-journalism-tre-1772520275516-0fb92b1f.png", authorName: "Michael Foster", authorAvatar: + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQKfXTlME3oQPeBk4eIZqg6s1H/professional-headshot-of-female-journali-1772520277362-6eeda023.png", date: "15 Jan 2025"}, { - id: "2", - category: ["Education", "Skills"], - title: "Building Digital Literacy in Newsrooms", - excerpt: - "Essential skills modern journalists need to master in an increasingly digital media landscape.", - imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQKfXTlME3oQPeBk4eIZqg6s1H/person-reading-news-on-digital-tablet-wi-1772520275831-a32adefa.png?_wi=1", - authorName: "Lisa Chen", - authorAvatar: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQKfXTlME3oQPeBk4eIZqg6s1H/professional-headshot-of-male-journalist-1772520275926-cbc28f8d.png", - date: "12 Jan 2025", - }, + id: "2", category: ["Education", "Skills"], + title: "Building Digital Literacy in Newsrooms", excerpt: + "Essential skills modern journalists need to master in an increasingly digital media landscape.", imageSrc: + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQKfXTlME3oQPeBk4eIZqg6s1H/person-reading-news-on-digital-tablet-wi-1772520275831-a32adefa.png", authorName: "Lisa Chen", authorAvatar: + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQKfXTlME3oQPeBk4eIZqg6s1H/professional-headshot-of-male-journalist-1772520275926-cbc28f8d.png", date: "12 Jan 2025"}, { - id: "3", - category: ["Investigative", "Reporting"], - title: "Deep Dive: Advanced Research Techniques", - excerpt: - "Advanced methodologies for conducting thorough investigations and verifying sources in breaking news.", - imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQKfXTlME3oQPeBk4eIZqg6s1H/investigative-journalist-at-desk-with-re-1772520275947-62bba301.png?_wi=1", - authorName: "Robert Williams", - authorAvatar: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQKfXTlME3oQPeBk4eIZqg6s1H/professional-headshot-of-diverse-journal-1772520274935-3a6dca81.png", - date: "10 Jan 2025", - }, + id: "3", category: ["Investigative", "Reporting"], + title: "Deep Dive: Advanced Research Techniques", excerpt: + "Advanced methodologies for conducting thorough investigations and verifying sources in breaking news.", imageSrc: + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQKfXTlME3oQPeBk4eIZqg6s1H/investigative-journalist-at-desk-with-re-1772520275947-62bba301.png", authorName: "Robert Williams", authorAvatar: + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQKfXTlME3oQPeBk4eIZqg6s1H/professional-headshot-of-diverse-journal-1772520274935-3a6dca81.png", date: "10 Jan 2025"}, ]} animationType="slide-up" textboxLayout="default" @@ -265,25 +212,13 @@ export default function HomePage() { tagAnimation="slide-up" metrics={[ { - id: "1", - value: "15+", - description: "Years of Excellence in Journalism Training", - }, + id: "1", value: "15+", description: "Years of Excellence in Journalism Training"}, { - id: "2", - value: "50+", - description: "Industry Expert Faculty Members", - }, + id: "2", value: "50+", description: "Industry Expert Faculty Members"}, { - id: "3", - value: "1000+", - description: "Students Trained Annually", - }, + id: "3", value: "1000+", description: "Students Trained Annually"}, { - id: "4", - value: "98%", - description: "Student Satisfaction Rate", - }, + id: "4", value: "98%", description: "Student Satisfaction Rate"}, ]} gridVariant="uniform-all-items-equal" animationType="slide-up" @@ -314,24 +249,16 @@ export default function HomePage() { 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"}, ]} /> diff --git a/src/app/programs/page.tsx b/src/app/programs/page.tsx index 7492b1f..e92c365 100644 --- a/src/app/programs/page.tsx +++ b/src/app/programs/page.tsx @@ -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"}, ]} /> diff --git a/src/app/resources/page.tsx b/src/app/resources/page.tsx index 324909e..66f3fc4 100644 --- a/src/app/resources/page.tsx +++ b/src/app/resources/page.tsx @@ -59,44 +59,23 @@ export default function ResourcesPage() { tagAnimation="slide-up" blogs={[ { - id: "1", - category: ["Journalism Trends", "Digital Media"], - title: "The Future of Broadcast Journalism", - excerpt: - "Exploring how streaming platforms and digital tools are transforming traditional broadcast journalism.", - imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQKfXTlME3oQPeBk4eIZqg6s1H/abstract-visualization-of-journalism-tre-1772520275516-0fb92b1f.png?_wi=2", - authorName: "Michael Foster", - authorAvatar: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQKfXTlME3oQPeBk4eIZqg6s1H/professional-headshot-of-female-journali-1772520277362-6eeda023.png", - date: "15 Jan 2025", - }, + id: "1", category: ["Journalism Trends", "Digital Media"], + title: "The Future of Broadcast Journalism", excerpt: + "Exploring how streaming platforms and digital tools are transforming traditional broadcast journalism.", imageSrc: + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQKfXTlME3oQPeBk4eIZqg6s1H/abstract-visualization-of-journalism-tre-1772520275516-0fb92b1f.png", authorName: "Michael Foster", authorAvatar: + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQKfXTlME3oQPeBk4eIZqg6s1H/professional-headshot-of-female-journali-1772520277362-6eeda023.png", date: "15 Jan 2025"}, { - id: "2", - category: ["Education", "Skills"], - title: "Building Digital Literacy in Newsrooms", - excerpt: - "Essential skills modern journalists need to master in an increasingly digital media landscape.", - imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQKfXTlME3oQPeBk4eIZqg6s1H/person-reading-news-on-digital-tablet-wi-1772520275831-a32adefa.png?_wi=2", - authorName: "Lisa Chen", - authorAvatar: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQKfXTlME3oQPeBk4eIZqg6s1H/professional-headshot-of-male-journalist-1772520275926-cbc28f8d.png", - date: "12 Jan 2025", - }, + id: "2", category: ["Education", "Skills"], + title: "Building Digital Literacy in Newsrooms", excerpt: + "Essential skills modern journalists need to master in an increasingly digital media landscape.", imageSrc: + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQKfXTlME3oQPeBk4eIZqg6s1H/person-reading-news-on-digital-tablet-wi-1772520275831-a32adefa.png", authorName: "Lisa Chen", authorAvatar: + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQKfXTlME3oQPeBk4eIZqg6s1H/professional-headshot-of-male-journalist-1772520275926-cbc28f8d.png", date: "12 Jan 2025"}, { - id: "3", - category: ["Investigative", "Reporting"], - title: "Deep Dive: Advanced Research Techniques", - excerpt: - "Advanced methodologies for conducting thorough investigations and verifying sources in breaking news.", - imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQKfXTlME3oQPeBk4eIZqg6s1H/investigative-journalist-at-desk-with-re-1772520275947-62bba301.png?_wi=2", - authorName: "Robert Williams", - authorAvatar: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQKfXTlME3oQPeBk4eIZqg6s1H/professional-headshot-of-diverse-journal-1772520274935-3a6dca81.png", - date: "10 Jan 2025", - }, + id: "3", category: ["Investigative", "Reporting"], + title: "Deep Dive: Advanced Research Techniques", excerpt: + "Advanced methodologies for conducting thorough investigations and verifying sources in breaking news.", imageSrc: + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQKfXTlME3oQPeBk4eIZqg6s1H/investigative-journalist-at-desk-with-re-1772520275947-62bba301.png", authorName: "Robert Williams", authorAvatar: + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQKfXTlME3oQPeBk4eIZqg6s1H/professional-headshot-of-diverse-journal-1772520274935-3a6dca81.png", date: "10 Jan 2025"}, ]} animationType="slide-up" textboxLayout="default" @@ -114,22 +93,16 @@ export default function ResourcesPage() { features={[ { icon: BookOpen, - title: "Journalism Guides", - description: - "In-depth guides covering reporting techniques, interview strategies, and source management for modern journalists.", - }, + title: "Journalism Guides", description: + "In-depth guides covering reporting techniques, interview strategies, and source management for modern journalists."}, { icon: FileText, - title: "Research Toolkits", - description: - "Essential tools and resources for investigative reporting, data verification, and fact-checking methodologies.", - }, + title: "Research Toolkits", description: + "Essential tools and resources for investigative reporting, data verification, and fact-checking methodologies."}, { icon: Video, - title: "Video Tutorials", - description: - "Professional video courses on video production, podcasting, and multimedia storytelling from industry experts.", - }, + title: "Video Tutorials", description: + "Professional video courses on video production, podcasting, and multimedia storytelling from industry experts."}, ]} animationType="slide-up" textboxLayout="default" @@ -144,24 +117,16 @@ export default function ResourcesPage() { 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"}, ]} />