Compare commits
11 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| caed9534c4 | |||
| 51aa6cc58d | |||
| 099807718e | |||
| 7e7dbc2e3e | |||
| d5e4d4d396 | |||
| 923842cd56 | |||
| 217072f1e3 | |||
| 9912af193f | |||
| 63cdc2d53f | |||
| cda745e23b | |||
| 7ceaff36cc |
@@ -2,7 +2,7 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline";
|
||||
import HeroBillboardScroll from "@/components/sections/hero/HeroBillboardScroll";
|
||||
import HeroBillboard from "@/components/sections/hero/HeroBillboard";
|
||||
import TestimonialAboutCard from "@/components/sections/about/TestimonialAboutCard";
|
||||
import FeatureHoverPattern from "@/components/sections/feature/featureHoverPattern/FeatureHoverPattern";
|
||||
import TestimonialCardSixteen from "@/components/sections/testimonial/TestimonialCardSixteen";
|
||||
@@ -65,15 +65,15 @@ export default function HomePage() {
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardScroll
|
||||
title="Shaping the Future of Journalism"
|
||||
<HeroBillboard
|
||||
title="JEE and NEET"
|
||||
description="Master the art and science of modern news reporting. Learn investigative techniques, digital storytelling, and multimedia journalism from industry leaders at The News Speed Institute."
|
||||
tag="Excellence in Journalism"
|
||||
tagIcon={Zap}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "plain" }}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQKfXTlME3oQPeBk4eIZqg6s1H/a-dynamic-modern-newsroom-with-journalis-1772520275271-b0959737.png"
|
||||
imageAlt="Modern newsroom with journalists at work"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQKfXTlME3oQPeBk4eIZqg6s1H/uploaded-1772521745319-qvcjqhki.jpg"
|
||||
imageAlt="JEE and NEET Preparation"
|
||||
buttons={[
|
||||
{ text: "Explore Programs", href: "/programs" },
|
||||
{ text: "Learn More", href: "/about" },
|
||||
@@ -138,7 +138,7 @@ export default function HomePage() {
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardSixteen
|
||||
title="Success Stories from Our Alumni"
|
||||
title="Join 5000+ Journalists at Top Media Outlets"
|
||||
description="Our graduates are reporting breaking news at top media outlets worldwide."
|
||||
tag="Alumni Achievements"
|
||||
tagAnimation="slide-up"
|
||||
@@ -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"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user