What happened?
Several placeholders / stale items are live in production:
- Placeholder testimonials on the home page —
src/app/page.tsx:58 comment literally says "Sample testimonials — replace…"; entries include the name "Alphaslayer" (:63) and the role "No longer in 2nd year" (:78).
- Initiative images are all
/dev-team.jpg with fictional captions — src/app/initiatives/components/data.ts:28-52 ("Live contest dashboard", "Performance analytics", "Global standing tracking", "Mentor-led pattern sessions", etc.).
- Outdated "upcoming" content —
src/lib/events.ts:202 marks a Nov-2025 Praxis registration as status: "upcoming", and upcomingPosts (:284) advertises Sep–Nov 2025 items as "Coming Next". Those dates are in the past.
Affected page / URL
/, /initiatives, /newsroom.
Where did you see this?
Live site.
Suggested fix
Replace the testimonials with real member quotes (or remove the section), swap in real initiative imagery + captions, and refresh or remove the stale 2025 "upcoming" content.
What happened?
Several placeholders / stale items are live in production:
src/app/page.tsx:58comment literally says "Sample testimonials — replace…"; entries include the name "Alphaslayer" (:63) and the role "No longer in 2nd year" (:78)./dev-team.jpgwith fictional captions —src/app/initiatives/components/data.ts:28-52("Live contest dashboard", "Performance analytics", "Global standing tracking", "Mentor-led pattern sessions", etc.).src/lib/events.ts:202marks a Nov-2025 Praxis registration asstatus: "upcoming", andupcomingPosts(:284) advertises Sep–Nov 2025 items as "Coming Next". Those dates are in the past.Affected page / URL
/,/initiatives,/newsroom.Where did you see this?
Live site.
Suggested fix
Replace the testimonials with real member quotes (or remove the section), swap in real initiative imagery + captions, and refresh or remove the stale 2025 "upcoming" content.