3 Commits

Author SHA1 Message Date
51aa6cc58d Update src/app/page.tsx 2026-03-03 07:38:37 +00:00
099807718e Update src/app/layout.tsx 2026-03-03 07:38:37 +00:00
7e7dbc2e3e Merge version_3 into main
Merge version_3 into main
2026-03-03 07:09:51 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -1400,4 +1400,4 @@ export default function RootLayout({
</body> </body>
</html> </html>
); );
} }

View File

@@ -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>
); );
} }