diff --git a/src/app/layout.tsx b/src/app/layout.tsx index b6f6c44..81d6de4 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1400,4 +1400,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} diff --git a/src/app/page.tsx b/src/app/page.tsx index 2b5cd87..aa4da3c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -196,11 +196,23 @@ export default function HomePage() { "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: "4", category: ["Production", "Multimedia"], + title: "Mastering Video Storytelling Techniques", excerpt: + "Techniques for crafting compelling video narratives that engage audiences and tell powerful stories effectively.", imageSrc: + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQKfXTlME3oQPeBk4eIZqg6s1H/abstract-visualization-of-journalism-tre-1772520275516-0fb92b1f.png?_wi=1", authorName: "Sarah Mitchell", authorAvatar: + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQKfXTlME3oQPeBk4eIZqg6s1H/professional-headshot-of-female-journali-1772520277362-6eeda023.png", date: "8 Jan 2025"}, + { + id: "5", category: ["News Breaking", "Coverage"], + title: "Crisis Reporting: Coverage Best Practices", excerpt: + "Essential guidelines for ethical and accurate reporting during crisis situations and breaking news events.", 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: "David Okonkwo", authorAvatar: + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQKfXTlME3oQPeBk4eIZqg6s1H/professional-headshot-of-male-journalist-1772520275926-cbc28f8d.png", date: "5 Jan 2025"}, ]} animationType="slide-up" textboxLayout="default" useInvertedBackground={true} - carouselMode="buttons" + carouselMode="auto" /> @@ -264,4 +276,4 @@ export default function HomePage() { ); -} \ No newline at end of file +}