|
|
|
@@ -2,7 +2,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|
|
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|
|
|
import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline";
|
|
|
|
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 TestimonialAboutCard from "@/components/sections/about/TestimonialAboutCard";
|
|
|
|
import FeatureHoverPattern from "@/components/sections/feature/featureHoverPattern/FeatureHoverPattern";
|
|
|
|
import FeatureHoverPattern from "@/components/sections/feature/featureHoverPattern/FeatureHoverPattern";
|
|
|
|
import TestimonialCardSixteen from "@/components/sections/testimonial/TestimonialCardSixteen";
|
|
|
|
import TestimonialCardSixteen from "@/components/sections/testimonial/TestimonialCardSixteen";
|
|
|
|
@@ -65,15 +65,15 @@ export default function HomePage() {
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<div id="hero" data-section="hero">
|
|
|
|
<div id="hero" data-section="hero">
|
|
|
|
<HeroBillboardScroll
|
|
|
|
<HeroBillboard
|
|
|
|
title="Shaping the Future of Journalism"
|
|
|
|
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."
|
|
|
|
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"
|
|
|
|
tag="Excellence in Journalism"
|
|
|
|
tagIcon={Zap}
|
|
|
|
tagIcon={Zap}
|
|
|
|
tagAnimation="slide-up"
|
|
|
|
tagAnimation="slide-up"
|
|
|
|
background={{ variant: "plain" }}
|
|
|
|
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"
|
|
|
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQKfXTlME3oQPeBk4eIZqg6s1H/uploaded-1772521745319-qvcjqhki.jpg"
|
|
|
|
imageAlt="Modern newsroom with journalists at work"
|
|
|
|
imageAlt="JEE and NEET Preparation"
|
|
|
|
buttons={[
|
|
|
|
buttons={[
|
|
|
|
{ text: "Explore Programs", href: "/programs" },
|
|
|
|
{ text: "Explore Programs", href: "/programs" },
|
|
|
|
{ text: "Learn More", href: "/about" },
|
|
|
|
{ text: "Learn More", href: "/about" },
|
|
|
|
@@ -138,7 +138,7 @@ export default function HomePage() {
|
|
|
|
|
|
|
|
|
|
|
|
<div id="testimonials" data-section="testimonials">
|
|
|
|
<div id="testimonials" data-section="testimonials">
|
|
|
|
<TestimonialCardSixteen
|
|
|
|
<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."
|
|
|
|
description="Our graduates are reporting breaking news at top media outlets worldwide."
|
|
|
|
tag="Alumni Achievements"
|
|
|
|
tag="Alumni Achievements"
|
|
|
|
tagAnimation="slide-up"
|
|
|
|
tagAnimation="slide-up"
|
|
|
|
@@ -276,4 +276,4 @@ export default function HomePage() {
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</ThemeProvider>
|
|
|
|
</ThemeProvider>
|
|
|
|
);
|
|
|
|
);
|
|
|
|
}
|
|
|
|
}
|